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
Running setup.py install for lap ... error
error: subprocess-exited-with-error
When installing olinda using pip, it fails with the following message:
× Running setup.py install for lap did not run successfully.
│ exit code: 1
╰─> [13 lines of output]
Partial import of lap during the build process.
Traceback (most recent call last):
File "/tmp/pip-install-_sku92w2/lap_616b1965e4864fae9beb9edcd33fcb24/setup.py", line 127, in get_numpy_status
import numpy
ModuleNotFoundError: No module named 'numpy'
Traceback (most recent call last):
File "<string>", line 2, in <module>
File "<pip-setuptools-caller>", line 34, in <module>
File "/tmp/pip-install-_sku92w2/lap_616b1965e4864fae9beb9edcd33fcb24/setup.py", line 236, in <module>
setup_package()
File "/tmp/pip-install-_sku92w2/lap_616b1965e4864fae9beb9edcd33fcb24/setup.py", line 220, in setup_package
raise ImportError('lap requires numpy, '
ImportError: lap requires numpy, please "pip install numpy".
[end of output]
note: This error originates from a subprocess, and is likely not a problem with pip.
error: legacy-install-failure
× Encountered error while trying to install package.
╰─> lap
note: This is an issue with the package mentioned above, not pip.
hint: See above for output from the failure.
The text was updated successfully, but these errors were encountered:
Running setup.py install for lap ... error
error: subprocess-exited-with-error
When installing olinda using pip, it fails with the following message:
The text was updated successfully, but these errors were encountered: