python - PyCluster 无法安装包

标签 python python-2.7 package installation-package

这是我在尝试安装 PyCluster 时遇到的错误。我在spyder IDE和Windows上使用python 2.7和anaconda。

Downloading/unpacking PyCluster

Getting page http://pypi.python.org/simple/PyCluster
URLs to search for versions for PyCluster:
* httpss://pypi.python.org/simple/PyCluster/
Getting page httpss://pypi.python.org/simple/PyCluster/
Analyzing links from page httpss://pypi.python.org/simple/pycluster/
Could not find any downloads that satisfy the requirement PyCluster

No distributions at all found for PyCluster

Exception information:
Traceback (most recent call last):
  File "C:\Users\anankuma\AppData\Local\Continuum\Anaconda\lib\site-packages\pip-1.2.1-py2.7.egg\pip\basecommand.py", line 107, in main
    status = self.run(options, args)
  File "C:\Users\anankuma\AppData\Local\Continuum\Anaconda\lib\site-packages\pip-1.2.1-py2.7.egg\pip\commands\install.py", line 256, in run
    requirement_set.prepare_files(finder, force_root_egg_info=self.bundle, bundle=self.bundle)
  File "C:\Users\anankuma\AppData\Local\Continuum\Anaconda\lib\site-packages\pip-1.2.1-py2.7.egg\pip\req.py", line 1011, in prepare_files
    url = finder.find_requirement(req_to_install, upgrade=self.upgrade)
  File "C:\Users\anankuma\AppData\Local\Continuum\Anaconda\lib\site-packages\pip-1.2.1-py2.7.egg\pip\index.py", line 157, in find_requirement
    raise DistributionNotFound('No distributions at all found for %s' % req)
DistributionNotFound: No distributions at all found for PyCluster

请提出解决方法。谢谢

最佳答案

here is该软件包没有可供下载的源代码或二进制文件。

名称相似的模块 ( pyclustering )。

Python 包索引 (PYPI) 是 Python 编程语言的软件存储库。

可以手动下载软件包或使用pip install

也可以上传二进制文件和源代码包。

例如this包有一个源代码和一些二进制文件

Python WheelPython Egg易于安装,主要在 Windows 上使用。

但是,可以使用直接从PYPI下载的MS Windows安装程序文件进行手动安装

关于python - PyCluster 无法安装包,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/38323412/

相关文章:

python - 使用 aria-label 定位并单击带有 Python3 和 Selenium 的元素

Python:导入语句中无法识别父包的名称

r - 我可以在一个引用文件中同时添加两个 R 包引用(一个用于包,一个用于文章)吗?

python - SELECT 被 OS 信号中断后 Psycopg2 连接不可用

python - 在 urwid 中使用列表框时出现“AttributeError”

go - 运行项目因包而失败

python - 使用 pymongo 将数据插入 mongodb 时删除 NaT 值

python - 调用 ActionChains move_to_element() 会导致属性错误?

python - 在 Python 中修改文本

python - 导入错误: No module named numpy on Ubuntu after Numpy Installation