简体   繁体   English

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

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

Python n00b here trying to install decoder.py via pip. Python n00b在这里尝试通过pip安装解码器.py

I see it exists when I search for it 搜索时会看到它的存在

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

But i can't seem to install it. 但是我似乎无法安装它。

$ 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

Any ideas? 有任何想法吗?

This package doesn't provide any downloadable source code on PyPI. 该软件包在PyPI上未提供任何可下载的源代码。

You can download it from http://www.brailleweb.com/cgi-bin/python.py ( this link was provided by authors on pypi, proceed with caution ). 您可以从http://www.brailleweb.com/cgi-bin/python.py下载( 此链接由pypi的作者提供,请谨慎操作 )。

Author of decoder.py here. 这里是decoder.py的作者。 :D :d

I am sorry for inconvenience. 不便之处,敬请原谅。 pip was able to grab decoder.py from brailleweb.com before. pip之前能够从brailleweb.com抢夺解码器。 It was unable to install it though because I didn't provide a setup script. 但是由于我未提供安装脚本,所以无法安装。 I didn't do it primarily because people might like to choose which external decoders they would like to use and perhaps don't want to install them into their's Python site-packages directory on Windows. 我之所以没有这样做,主要是因为人们可能想选择他们想使用的外部解码器,或者不想将它们安装到Windows上的Python site-packages目录中。 So I settled for manual installation instead. 因此,我选择手动安装。 You aren't first who complained about it and that's why next version will have the setup script at least. 您不是第一个抱怨它的人,因此这是下一版本至少具有安装脚本的原因。

The new version is coming out soon. 新版本即将推出。 I am sorry to say development is slower than I anticipated but new version will be ready sooner or later. 遗憾的是,开发速度比我预期的要慢,但是新版本迟早会准备就绪。 :D :d

Cheers! 干杯!

暂无
暂无

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

相关问题 当 python 无法确定要安装的版本时,如何强制 Python 重新安装实用程序 package - 版本:无 - How to force Python to reinstall utilities package when python can't figure out the version to install - versions: none 无法弄清楚如何在Windows上安装此python模块? - Can't figure out how to install this python module on Windows? Discord Py 不知道如何添加角色 - Discord Py can't figure out how to add roles 我正在使用 python 3.9,但我不知道如何在我的 Windows 10 中安装 pyaudio - I am using python 3.9 and I can't figure out how to install pyaudio in my Windows 10 raw_decode中的文件“ C:\\ Python37 \\ lib \\ json \\ decoder.py”,行355引发json.decoder.JSONDecodeError:期望值:第1行第1列(字符0) - File “C:\Python37\lib\json\decoder.py”, line 355, in raw_decode raise json.decoder.JSONDecodeError: Expecting value: line 1 column 1 (char 0) 我不知道如何在 PyCharm 中安装 pandas - I can't figure out how to install pandas in PyCharm Python 安装了很多次,但无法弄清楚为什么 PIP 安装不支持? - Python is installed many times but can't figure out why PIP install isn't supporting? 无法弄清楚如何在python中键入此总和 - Can't figure out how to type this sum in python 似乎无法弄清楚如何用Python编写循环 - Can't seem to figure out how to write a Loop in Python 无法弄清楚如何在python中水平打印? - Can't figure out how to print horizontally in python?
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM