Open Brkmnly opened 6 months ago
Try entering "python main.py" or "python3 main.py" on a terminal (write cmd on the address bar to open it on that folder)
Oh man, sorry for the late reply!
Could you copy and paste the error message that comes up when you try to run 'main.py' from the command prompt?
I did notice the 'requirements.txt' file was missing some packages, so the problem is most likely missing libraries. I updated them just now, could you try installing requirements again?
Hello! I'm trying to set this program up but when I double-click
main.py
Command Prompt pops up for a second and then disappears. Looking at Task Manager tells me Python is closes at the same time Prompt does. I'm running Windows 10 withPython 3.12.3
. All prerequisites installed perfectly. The whole process has gone 100% smooth up until it comes time to runmain.py
. I'm willing to answer any follow-up questions as I really want this program working; It looks extremely useful.