You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Disclaimer, I do not know python, I never used it so this post maybe considered stupid but I need any help I can get so...
Traceback (most recent call last):
File "main.py", line 15, in <module>
from detector import Detector
File "PyInstaller\loader\pyimod03_importers.py", line 495, in exec_module
File "detector.py", line 12, in <module>
import numpy as np
ModuleNotFoundError: No module named 'numpy'
[20312] Failed to execute script 'main' due to unhandled exception!
I've installed numpy on my pc using pip but this is still the error I get
The text was updated successfully, but these errors were encountered:
Disclaimer, I do not know python, I never used it so this post maybe considered stupid but I need any help I can get so...
I've installed numpy on my pc using pip but this is still the error I get
The text was updated successfully, but these errors were encountered: