-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
Describe the bug
No requirements installing on pip install keepthis
To Reproduce
Steps to reproduce the behavior:
pip install keepthis- In python terminal:
import keepthis - See the error
>>> import keepthis
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
File "/Users/puhoshville/Documents/private/repos/venv/lib/python3.9/site-packages/keepthis/__init__.py", line 1, in <module>
from keepthis.KeepThis import KeepThis
File "/Users/puhoshville/Documents/private/repos/venv/lib/python3.9/site-packages/keepthis/KeepThis.py", line 4, in <module>
import numpy as np
ModuleNotFoundError: No module named 'numpy'
Expected behavior
Can import package after installation.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels