We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
pip
When installing via pip, numpy & pandas are not installed:
(pcr-strainer) [dfornika@localhost ~]$ pip install pcr_strainer Collecting pcr_strainer Downloading pcr_strainer-0.2.3-py3-none-any.whl (11 kB) Installing collected packages: pcr-strainer Successfully installed pcr-strainer-0.2.3 (pcr-strainer) [dfornika@localhost ~]$ pcr_strainer -h Traceback (most recent call last): File "/home/dfornika/mambaforge/envs/pcr-strainer/bin/pcr_strainer", line 5, in <module> from pcr_strainer.pcr_strainer_v_0_2_3 import main File "/home/dfornika/mambaforge/envs/pcr-strainer/lib/python3.10/site-packages/pcr_strainer/pcr_strainer_v_0_2_3.py", line 13, in <module> import numpy as np ModuleNotFoundError: No module named 'numpy'
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
When installing via
pip
, numpy & pandas are not installed:The text was updated successfully, but these errors were encountered: