2016-10-04 9 views
0

私はPythonで 'ffnet'モジュールをインストールしようとしていましたが、Microsoft Visual Studio C++とmingw32をインストールした後でもインストールしました。ffnetモジュールに関する問題をインストールするPython

しかし、これらは、最大表示されているエラーです:

1.' Failed building wheel for ffnet' 
2.#Command "c:\anaconda3\python.exe -u -c "import setuptools, #tokenize;__file__='C:\\Users\\AKSHAY~1.BAB\\AppData\\Local\\Temp\\pip-build-#930xyr3q\\ffnet\\setup.py';exec(compile(getattr(tokenize, 'open', open)####(__file__).read().replace('\r\n', '\n'), __file__, 'exec'))" install --record #C:\Users\AKSHAY~1.BAB\AppData\Local\Temp\pip-_pl92yit-record\install-record.txt #--single-version-externally-managed --compile" failed with error code 255 in C:\Users\AKSHAY~1.BAB\AppData\Local\Temp\pip-build-930xyr3q\ffnet\ 

を誰もがこれで私を助けてください。

答えて

0

Windows + Python-3.5 Fortran拡張は、pythonビルドに使用される新しいMSVCのため、f2pyとmingw32コンパイラではもはや をビルドすることはできません。参照してください:Build fortran extension on Windows with gfortran and MSVC

おそらくあなたはpython 3.4を試すことができますか?

関連する問題