Installation errors with maser4py v0.17.0 (dev. version)
I have an error when trying to install maser4py 0.17.0 (develop branch, commit 7f28e4a4):
- Installing numpy (1.24.4): Failed
PEP517 build of a dependency failed
Backend 'setuptools.build_meta:__legacy__' is not available.
Note: This error originates from the build backend, and is likely not a problem with poetry but one of the following issues with numpy (1.24.4)
- not supporting PEP 517 builds
- not specifying PEP 517 build requirements correctly
- the build requirements are incompatible with your operating system or Python version
- the build requirements are missing system dependencies (eg: compilers, libraries, headers).
You can verify this by running pip wheel --no-cache-dir --use-pep517 "numpy (==1.24.4)".
I have run the command poetry install --all-extras
in a virtualenv with Python 3.12.6 from my MacBook (Apple M1)