reddit-place-script-2022 icon indicating copy to clipboard operation
reddit-place-script-2022 copied to clipboard

Error message when first running start.bat file

Open FATCullen opened this issue 3 years ago • 3 comments

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.

FATCullen avatar Apr 04 '22 05:04 FATCullen

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

Risewill23 avatar Apr 04 '22 05:04 Risewill23

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

FATCullen avatar Apr 04 '22 06:04 FATCullen

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.

SimPilotAdamT avatar Apr 04 '22 10:04 SimPilotAdamT