简体   繁体   English

在 Windows 上安装重复数据删除 conda 包时出错

[英]Error while Installing dedupe conda package on windows

Error while installing dedupe package :安装重复数据删除包时出错:

Please help me to solve this error:请帮我解决这个错误:

After issuing conda install -c derickl dedupe I have received a PackagesNotFoundError on windows 10.在发出conda install -c derickl dedupe我在 Windows 10 上收到了PackagesNotFoundError

I have never ever used anaconda but based on the error message I have visited and searched the package in question on anaconda.com it catched my attention that the derickl/dedupe package is OSX only.我从未使用过 anaconda,但根据我访问过并在 anaconda.com 上搜索有问题的包的错误消息它引起了我的注意, derickl/dedupe包仅适用于 OSX。 Based on your screenshot you are using windows10 which is a completely different operating system.根据您的屏幕截图,您使用的是 windows10,这是一个完全不同的操作系统。 After filtering the packages the only win32/win64 compatible package is the fgregg/dedupe-hcluster .过滤包后,唯一兼容 win32/ fgregg/dedupe-hcluster包是fgregg/dedupe-hcluster After a quick google search I found this old topic titled with快速谷歌搜索后,我发现了这个旧主题,标题为

Package for conda conda 包

continuing with继续

Dedupe is really pretty hard to install for windows users.对于 Windows 用户来说,Dedupe 真的很难安装。 It would be great to create a conda package.创建一个 conda 包会很棒。

The issue is closed by the user fgregg by issue #407 claiming that he has created a wheel for windows install so this should be your answer:该问题已由用户 fgregg 通过问题 #407关闭,声称他为 Windows 安装创建了一个轮子,因此这应该是您的答案:

conda install -c fgregg dedupe-hcluster

暂无
暂无

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 使用conda安装python包时,没有更新就出错了 - While installing python package using conda, an error occurred without updating 更新时的Conda错误:`conda.core.link:_execute(637):安装包'None'时发生错误。 Asse田()` - Conda error on update: `conda.core.link:_execute(637): An error occurred while installing package 'None'. AssertionError()` 安装 conda 包时出错:conda.core.link:_execute(696):安装包“conda-forge::qt-5.9.7-h506e8af_3”时出错 - Error installing conda packages: conda.core.link:_execute(696): An error occurred while installing package 'conda-forge::qt-5.9.7-h506e8af_3' 错误 conda.core.link:_execute(502): 安装包 'conda-forge::astor-0.7.1-py_0' 时出错 - ERROR conda.core.link:_execute(502): An error occurred while installing package 'conda-forge::astor-0.7.1-py_0' Conda - 静默安装包 - Conda - Silently installing a package 安装在conda中找不到的包 - Installing package not found in conda 在 WIndows 10 上的 Pycharm 中安装 Openpyxl package 时出现 TLS/SSL 错误 - TLS/SSL error while installing Openpyxl package in Pycharm on WIndows 10 在 windows 中安装 Python-saml package 时出错 - Error while installing Python-saml package in windows 在Windows上安装pip或conda不支持的python包到Anaconda中 - installing a python package not supported by pip or conda into Anaconda on Windows 错误 conda.core.link:_execute(698):安装包“defaults::icu-58.2-ha925a31_3”时出错 - ERROR conda.core.link:_execute(698): An error occurred while installing package 'defaults::icu-58.2-ha925a31_3'
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM