-
Notifications
You must be signed in to change notification settings - Fork 5
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
pip install problems #2
Comments
I've tried to reproduce this but while I found a different problem with the build, I couldn't reproduce your error. |
I got a bit further by following this: https://stackoverflow.com/questions/67074684/pip-has-problems-with-metadata
But then I get this error, which looks like it comes from
|
I got things to work by first installing
but I note that the version information looks a bit strange
given that it says that it has installed version 0.0.0 whereas the |
@alexander-mead I glossed over this when troubleshooting my installation, maybe try to avoid using the cached version of |
Hi, im on Mac and I have the same issue that I cannot resolve by installing the f90wrap error pasted below
|
pip tried to build |
I'm on an M1 and I can't reproduce the error when using a conda environment with the conda compilers, so I can't help you much there. f90wrap now supports numpy 1.24, so the earlier issues of incompatible numpy versions shouldn't be a problem any more either. |
Does pyhmcode has a requirements.txt file that can be used to install the relevant software? I've been trying to install pyhmcode using pip. I am using recent versions of setuptools and numpy. I get the following error. How can I resolve this? I also tested installation of distutils manually. Is there a specific version that I should be using?
`% python3 -m pip install --use-deprecated=legacy-resolver --no-cache-dir pyhmcode × Building wheel for pyhmcode (pyproject.toml) did not run successfully.
note: This error originates from a subprocess, and is likely not a problem with pip. |
It should work with just with what's in the |
I'm on mac OS with arm64 architecture. My python version is 3.9.18, numpy version is 1.26.0, setuptools version is 75.6.0. |
Can someone please share the version of numpy, setuptools, python, f90wrap that successfully compiles for them? Thanks |
If I try to pip install I get the following, what's going on?
The text was updated successfully, but these errors were encountered: