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
The current version fails during the 'poetry install' command with the following error:
- Installing jupyter-lsp (2.2.0)
- Installing jupyterlab-server (2.24.0)
- Installing notebook-shim (0.2.3)
- Installing numpy (1.25.2): 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.25.2)
- 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.25.2)".
The text was updated successfully, but these errors were encountered:
ubuntu 22.04
python version 3.12.8
The current version fails during the 'poetry install' command with the following error:
The text was updated successfully, but these errors were encountered: