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
When installing from pipx I get the following errors. I tried installing and reinstalling numpy, anaconda and pandas and get the same error.
Steps to reproduce
Just try installing. From what I can tell sees a issue just with my setup.
Additional information
raise ImportError(msg) from e
ImportError: Error importing numpy: you should not try to import numpy from
its source directory; please exit the numpy source tree, and relaunch
your python interpreter from there.
[end of output]
note: This error originates from a subprocess, and is likely not a problem with pip.
error: subprocess-exited-with-error
× Getting requirements to build wheel did not run successfully.
│ exit code: 1
╰─> See above for output.
note: This error originates from a subprocess, and is likely not a problem with pip.
~ $ pipx install sherlock-project
Fatal error from pip prevented installation. Full pip output in file:
/data/data/com.termux/files/home/.local/state/pipx/log/cmd_2024-09-12_20.49.34_pip_errors.log
pip seemed to fail to build package:
pandas<3.0.0,>=1.0.0
Some possibly relevant errors from pip install:
error: subprocess-exited-with-error
../../pandas/meson.build:1:15: ERROR: Command `/data/data/com.termux/files/home/.local/share/pipx/venvs/sherlock-project/bin/python -c '
error: metadata-generation-failed
Error installing sherlock-project.
Code of Conduct
I agree to follow this project's Code of Conduct
The text was updated successfully, but these errors were encountered:
Installation method
Other (indicate below)
Description
When installing from pipx I get the following errors. I tried installing and reinstalling numpy, anaconda and pandas and get the same error.
Steps to reproduce
Just try installing. From what I can tell sees a issue just with my setup.
Additional information
raise ImportError(msg) from e
ImportError: Error importing numpy: you should not try to import numpy from
its source directory; please exit the numpy source tree, and relaunch
your python interpreter from there.
[end of output]
note: This error originates from a subprocess, and is likely not a problem with pip.
error: subprocess-exited-with-error
× Getting requirements to build wheel did not run successfully.
│ exit code: 1
╰─> See above for output.
note: This error originates from a subprocess, and is likely not a problem with pip.
~ $ pipx install sherlock-project
Fatal error from pip prevented installation. Full pip output in file:
/data/data/com.termux/files/home/.local/state/pipx/log/cmd_2024-09-12_20.49.34_pip_errors.log
pip seemed to fail to build package:
pandas<3.0.0,>=1.0.0
Some possibly relevant errors from pip install:
error: subprocess-exited-with-error
../../pandas/meson.build:1:15: ERROR: Command `/data/data/com.termux/files/home/.local/share/pipx/venvs/sherlock-project/bin/python -c '
error: metadata-generation-failed
Error installing sherlock-project.
Code of Conduct
The text was updated successfully, but these errors were encountered: