Mac 10.10 に Google の or-tools をインストールしようとしています - https://code.google.com/p/or-tools/wiki/OrToolsWithPyPi。
を使用してインストールしpython2.7 setup.py install --user
ます(sudo を使用して --user を使用せずに試しました)が、パッケージをダウンロードするために pypi に移動すると、次のようになります。
.. Some other output ..
Installed /Users/Zach/Library/Python/2.7/lib/python/site-packages/ortools_examples-1.3549-py2.7.egg
Processing dependencies for ortools-examples==1.3549
Searching for ortools
Reading https://pypi.python.org/simple/ortools/
No local packages or download links found for ortools
error: Could not find suitable distribution for Requirement.parse('ortools')
すべてをビルドするためにディレクトリが作成されることに気付きbuild/bdist.macosx-10.8-x86_64/egg
ましたが、macosx 10.10 を実行しています。https://pypi.python.org/simple/ortools/を見ると、バージョン 3549 に一致する卵ファイルが表示されますが、これは macosx10.9 用です。それが問題でしょうか? setup.py が 10.8 を使用していると見なすのはなぜですか?
とにかく、それは問題ではないかもしれないので、他の助けがあれば大歓迎です。ありがとう!