Skip to content

pip installation do not install requirements #92

@puhoshville

Description

@puhoshville

Describe the bug
No requirements installing on pip install keepthis

To Reproduce
Steps to reproduce the behavior:

  1. pip install keepthis
  2. In python terminal: import keepthis
  3. 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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions