pip install python-libtorrent==1.1.0 在 linux 上失败

pip install python-libtorrent==1.1.0 fails on linux

标题不言自明。我在 linux 和 python2.7:

中收到以下错误
Could not find a version that satisfies the requirement python-libtorrent (from versions: )
No matching distribution found for python-libtorrent

我可以在 pypi 上看到它:

https://pypi.python.org/pypi/python-libtorrent/

所以,为什么不安装?

谢谢!

有问题的包及其版本已注册到 PyPI。但是根本没有可下载的分发文件。 author/maintainer 忘记上传(或他们),或者后来被删除了。

如果上传了分发版,它应该会出现在 1.1.0 release page; there should be a table that lists all distribution files, their formats, Python version, upload date and the size of that individual file. Compare with say (just a random linked package) PyTorrent-0.1.1 上,其中有一个 .egg 二进制分发版文件 PyTorrent-0.1.1-py2.5.egg

这似乎是一个旧的 post,但对于那些遇到缺少模块等问题的人来说,它只是 "libtorrent-rasterbar" 的 Python 绑定。首先使用你的包管理器安装这个包,你可以安装这个模块。或者它可能已经与软件包一起安装。