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優先でインストールされます)?事前にどうもありがとうございました。