dnhkng / GlaDOS

This is the Personality Core for GLaDOS, the first steps towards a real-life implementation of the AI from the Portal series by Valve.
MIT License
3.04k stars 285 forks source link

start_windows.bat fails to launch GlaDOS when python 3.9 is previously installed. #41

Closed l33tkr3w closed 6 months ago

l33tkr3w commented 6 months ago

Noticed that when glaDOS.py would attempt to launch I would just get a new line and no execution. Checking python --verison I see that the automatically created venv was using python 3.9. Switching to a venv of python 3.12.3 worked for me.

Maybe it could be explicitly defined. Good work

dnhkng commented 6 months ago

sure, will push a fix now!

dnhkng commented 6 months ago

Fixed in commit e0d9198