Code-Bullet / Storm-The-House-Auto-Clicker

Lets click the shit out of storm the house
108 stars 41 forks source link

Python script not running in processing #1

Open wedgevic opened 4 years ago

wedgevic commented 4 years ago

first of all, it wants for me to create a folder for each script and then it says:

processing.app.SketchException: ImportError: No module named numpy at jycessing.mode.run.SketchRunner.convertPythonSketchError(SketchRunner.java:242) at jycessing.mode.run.SketchRunner.lambda$2(SketchRunner.java:119) at java.lang.Thread.run(Thread.java:748)

Thanks in advance, Daniel

lNyc commented 4 years ago

you need to install the dependencies of the script such as numpy, PIL and opencv.

But i'm not sure that they are the only packages you need to install.