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
results in the stable-codec installation failing with:
Preparing metadata (pyproject.toml) did not run successfully.
│ exit code: 1
...
file numpy.py (for module numpy) not found
...
AttributeError: 'dict' object has no attribute '__NUMPY_SETUP__'
...
error: metadata-generation-failed
Looks like it's related to pypesq, which we've noticed has issues in some environments. I'd suggest removing pypesq from the requirements, and installing the repo locally from source.
Using clean installation in a
Python 3.10.12 venv
and using just the commands:results in the stable-codec installation failing with:
and happens with both
numpy 1.X.X
and2.X.X
.Full install log:
install_stable_codec_fail.txt
Any pointers would be super helpful! Thanks.
The text was updated successfully, but these errors were encountered: