rdeepak2002 / reddit-place-script-2022

Script to draw an image onto r/place (https://www.reddit.com/r/place/)
909 stars 347 forks source link

Error message when first running start.bat file #393

Open FATCullen opened 2 years ago

FATCullen commented 2 years ago

Upon running the start.bat file, after installing several other files, it gives the following error message and ends the process IMG_2144

Any following attempts at running the file results in a string of "requirement already filled" message, and attempting to run the main.py file directly just results in multiple error message Any help would be much appreciated, thanks.

Risewill23 commented 2 years ago

try opening cmd in that folder then type "python main.py"

FATCullen commented 2 years ago

I have, but it just comes up with Traceback (most recent call) and list where things went wrong

SimPilotAdamT commented 2 years ago

I have, but it just comes up with Traceback (most recent call) and list where things went wrong

Are you able to copy-paste the entire output into a reply to this issue? That way we will be able to see the entire error....

Looks like an issue with it trying to install necessary python packages on first glance.

Actually I can see it. Open PowerShell as an admin, and in it, run pip install pip --upgrade, then pip install billiard --upgrade, then retry running start.bat.