我在安装 python 模块 PyX 时遇到问题,使用 pip 时收到以下错误:
$ pip install PyX
Collecting PyX
Could not find a version that satisfies the requirement PyX (from versions: )
Some externally hosted files were ignored as access to them may be unreliable (use --allow-external PyX to allow).
No matching distribution found for PyX
然后我尝试了 conda install,但它找不到它。我也搜索了一下,一无所获。然后我尝试了 pip allow external - 在 Cygwin 或 cmd 上都不起作用:
$ pip install --allow-external pyx pyx
Collecting pyx
Downloading https://downloads.sourceforge.net/project/pyx/pyx/0.14/PyX 0.14.tar.gz (2.5MB)
No files/directories in c:\cygwin\tmp\pip-build-vqqlqz\pyx\pip-egg-info (from PKG-INFO)
我以前从未见过这样的错误。请问这里有人有什么建议吗(首选安装在Anaconda下)?非常感谢您提前。