Skip to content
New issue

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

Dependencies are not included when installing via pip #1

Open
dfornika opened this issue Jan 23, 2022 · 0 comments · May be fixed by #2
Open

Dependencies are not included when installing via pip #1

dfornika opened this issue Jan 23, 2022 · 0 comments · May be fixed by #2

Comments

@dfornika
Copy link

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'
@dfornika dfornika linked a pull request Jan 23, 2022 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant