安装与ffnet模块Python相关的问题

时间:2016-10-04 08:41:50

标签: python

我正在尝试安装' ffnet' Python中的模块,但即使在安装Microsoft Visual Studio C ++和mingw32之后。

但这些是出现的错误:

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\

请任何人帮助我。

1 个答案:

答案 0 :(得分:0)

在Windows + Python-3.5上,无法构建fortran扩展 因为新的MSVC用于python构建,所以使用f2py和mingw32编译器。请参阅:Build fortran extension on Windows with gfortran and MSVC

也许你可以尝试使用python 3.4?