This repository has been archived by the owner on Jul 24, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 59
BUG: unable to build on Windows #5
Labels
Comments
We have not yet built the package under Windows. Unfortunately, we do not have easy access to a Windows box. I'll do some digging through numpy and conda recipes to see if those are provide any hints. |
Closed
I got this build/run on Windows 10 with a small change in the setup.py |
@john3-16 , thank you for the report. What change? If it's a generally applicable fix, you could contribute it as a pull request. |
A working Fortran compiler is also required to build the package is it fixed pls? |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I'm trying to build this package on Windows and not having much luck. Using the mingw-w64 Fortran compiler (installed from Anaconda) and Visual Studio 2015, I get these errors:
A morning of Googling hasn't been much help. The closest I found was this StackOverflow question, but setting the
compiler=mingw32
flag insetup.cfg
leads to a different error,ValueError: Unknown MS Compiler version 1900
.Have you successfully built this package on Windows?
The text was updated successfully, but these errors were encountered: