heesuju / SmashUltimateInfoGenerator

Generates info.toml file based on the folder name
1 stars 0 forks source link

main.py not working #1

Open Brkmnly opened 5 months ago

Brkmnly commented 5 months ago

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 with Python 3.12.3. All prerequisites installed perfectly. The whole process has gone 100% smooth up until it comes time to run main.py. I'm willing to answer any follow-up questions as I really want this program working; It looks extremely useful.

Rigerhit047 commented 3 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)

heesuju commented 1 day ago

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?