インストールしようとしています
scipy-0.16.1-cp33-none-win_amd64.whl
エラーが発生しました:
scipy-0.16.1-cp33-none-win_amd64.whl is not a supported wheel on this platform.
この質問のアドバイスに従って、「win_amd64」を「win32」(これは機能しません) と「any」に変更してみました。ファイル名を変更して実行した後
pip install scipy-0.16.1-cp33-none-any.whl
私は得る:
Unpacking C:\python33\scipy-0.16.1-cp33-none-any.whl
Installing collected packages: scipy
Successfully installed scipy
Cleaning up...
ただし、scipy はどこにもインストールされていないようです。pythonを実行して試す
>>> import scipy
エラーを出します。私は非常に混乱しており、助けていただければ幸いです。