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
thanks for your work on this repo. Using this package in a project I came across an issue with 64/32 bit python. It works fine with the 32 bit python version on a 64 bit windows machine (tested on two such systems) but using the 64 bit python version gave this error when importing the package: OSError: [WinError 193] %1 is not a valid Win32 application. We are using the Mingw32 installation of the C compiler. I have no experience with linking C into python but I think the bug is probably on your end since the error comes up on import.
The text was updated successfully, but these errors were encountered:
@Eric-Bo If you are running a 64bit version of Python then you would need to use 64bit compilers (Mingw-w64?). I created a Python C Extension for this library and published Windows compiled .whl files for 32 and 64 bit versions of Python 37-39. You should be able to just pip install wmm2020_cext.
Hello,
thanks for your work on this repo. Using this package in a project I came across an issue with 64/32 bit python. It works fine with the 32 bit python version on a 64 bit windows machine (tested on two such systems) but using the 64 bit python version gave this error when importing the package: OSError: [WinError 193] %1 is not a valid Win32 application. We are using the Mingw32 installation of the C compiler. I have no experience with linking C into python but I think the bug is probably on your end since the error comes up on import.
The text was updated successfully, but these errors were encountered: