Describe the bug
ModuleNotFoundError: No module named 'numpy'
To Reproduce
Steps to reproduce the behavior:
>>> import secimport
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
File ".venv/lib/python3.10/site-packages/secimport/__init__.py", line 1, in <module>
from secimport.sandbox_helper import secure_import
File ".venv/lib/python3.10/site-packages/secimport/sandbox_helper.py", line 13, in <module>
from numpy import isin
ModuleNotFoundError: No module named 'numpy'
Desktop (please complete the following information):
Describe the bug ModuleNotFoundError: No module named 'numpy'
To Reproduce Steps to reproduce the behavior:
Desktop (please complete the following information):