繁体   English   中英

无法弄清楚如何安装Python包解码器.py

[英]Can't figure out how to install Python package decoder.py

Python n00b在这里尝试通过pip安装解码器.py

搜索时会看到它的存在

$ pip search decoder.py
decoder.py (1.5XB)  - Cross-platform Python module for decoding compressed audio files

但是我似乎无法安装它。

$ pip install decoder.py
Collecting decoder.py
  Could not find a version that satisfies the requirement decoder.py (from versions: )
No matching distribution found for decoder.py
$ pip install decoder.py==1.5XB
Collecting decoder.py==1.5XB
  Could not find a version that satisfies the requirement decoder.py==1.5XB (from versions: )
No matching distribution found for decoder.py==1.5XB

有任何想法吗?

该软件包在PyPI上未提供任何可下载的源代码。

您可以从http://www.brailleweb.com/cgi-bin/python.py下载( 此链接由pypi的作者提供,请谨慎操作 )。

这里是decoder.py的作者。 :d

不便之处,敬请原谅。 pip之前能够从brailleweb.com抢夺解码器。 但是由于我未提供安装脚本,所以无法安装。 我之所以没有这样做,主要是因为人们可能想选择他们想使用的外部解码器,或者不想将它们安装到Windows上的Python site-packages目录中。 因此,我选择手动安装。 您不是第一个抱怨它的人,因此这是下一版本至少具有安装脚本的原因。

新版本即将推出。 遗憾的是,开发速度比我预期的要慢,但是新版本迟早会准备就绪。 :d

干杯!

暂无
暂无

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

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM