-
Notifications
You must be signed in to change notification settings - Fork 53
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Having problems with compile.cmd #149
Comments
At present, we haven't built against Python 3.11 on Windows environment, so unsure what may be the cause. If you could provide additional info such as operating system, python version, what package manager you're using (e.g. conda, pip, virtualenv), we may be able to assist. |
Hello, I'm using Windows 11 as OS, and tried installing the code using pip. What could be the problem? |
Hello, I'm using Windows 11 as OS, and tried installing the code using pip. What could be the problem? |
This still uses an older build method for the FORTRAN extension packages ( https://packaging.python.org/en/latest/guides/modernize-setup-py-project/ EDIT: Also worth pointing out that you don't need to compile these extensions to run the model. The FORTRAN versions enable a speedup over the pure python implementations (except for |
What versions of Python and other extension packages should I be using for the compile.cmd to work? |
I've made an attempt to build on Windows x86-64 using MinGW-w64, Python 3.11, and can't get it to build, having tried a number of strategies. Some investigation suggested that there's an issue with MinGW-w64 interacting with the Rolling back to Python 3.10 is one suggested workaround. In the meantime, I'll continue to work on the package build for the next updates. |
Since Python 3.11, the unittest package droopped support for namespace packages. This means the unittests will only discover tests if there's a
Note: on Windows platforms, running the tests may generate
This is because the operating system tries to remove the temporary files while the process is still running. These errors can be ignored. |
Can you show the output of the following command:
In my case, it lists the |
I'm getting this issue of not finding the python311.dll in the folder but upon checking there is existing file. What could be the problem?
Looking for python311.dll
INFO: Building import library (arch=AMD64): "C:\Users\Gelo\libs\libpython311.a" (from C:\Users\Gelo\python311.dll)
error: [WinError 2] The system cannot find the file specified
The text was updated successfully, but these errors were encountered: