-
Notifications
You must be signed in to change notification settings - Fork 19
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
move to meson build system #49
Comments
Hi there, Preparing metadata (setup.py) ... error × python setup.py egg_info did not run successfully. note: This error originates from a subprocess, and is likely not a problem with pip. × Encountered error while generating package metadata. note: This is an issue with the package mentioned above, not pip. As I think this is related to the issue trichter pointed out above I hope someone knows a way to fix this. |
As a work-around you can try to install in a conda environment with an old numpy and python version. The following is working for me:
|
Thank you for your quick reply, we did the same here as a workaround and setup an environment with python 3.10. |
On MacOS (x64), the above work-around installation still fails. I have found that the following works, using much earlier versions:
I started a branch |
Occasionally we should move from
numpy.distutils
to meson. I think telewavesim cannot be installed alongside python3.12 due to setuptools/numpy.distutils conflicts. numpy.distutils is also removed from numpy.The text was updated successfully, but these errors were encountered: