natethegreate / hent-AI

Automation of censor bar detection
MIT License
1.58k stars 145 forks source link

[20312] Failed to execute script 'main' due to unhandled exception! #37

Open MewnianSquire opened 2 years ago

MewnianSquire commented 2 years ago

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