You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 8, 2024. It is now read-only.
I have Intel Parallel Studio XE installed, and with it comes the Fortran Compiler 19.1 Update 3,
so using the intel install, I still get File "C:\Python\Lib\site-packages\numpy\distutils\fcompiler\__init__.py", line 352, in find_executables raise CompilerNotFound('%s: f90 nor f77' % ctype) numpy.distutils.fcompiler.CompilerNotFound: intelem: f90 nor f77
What am I doing wrong?
The text was updated successfully, but these errors were encountered:
Linking libraries correctly on Windows is troublesome and this is likely an issue with your environmental variables, where F2PY can't find your compilers. We don't have much experience with compiling on Windows, so this might be a question better answered on stackoverflow or similar sites.
But for starters, make sure that ifort is available on your command line, and that you're explicitly setting the Intel compilers (http://www.qmlcode.org/installation.html#installing-via-with-intel-compilers).
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I have Intel Parallel Studio XE installed, and with it comes the Fortran Compiler 19.1 Update 3,
so using the intel install, I still get
File "C:\Python\Lib\site-packages\numpy\distutils\fcompiler\__init__.py", line 352, in find_executables raise CompilerNotFound('%s: f90 nor f77' % ctype) numpy.distutils.fcompiler.CompilerNotFound: intelem: f90 nor f77
What am I doing wrong?
The text was updated successfully, but these errors were encountered: