econ-project-templates icon indicating copy to clipboard operation
econ-project-templates copied to clipboard

Python 3.12 raises InvalidPythonVersionError

Open buddejul opened this issue 2 months ago • 4 comments

I got the following error when trying to install a project with python_version set to 3.12 in the dialogue.

Traceback (most recent call last):
  File "C:\Users\budde\AppData\Local\Temp\tmp25i07k49.py", line 68, in <module>
    main()
  File "C:\Users\budde\AppData\Local\Temp\tmp25i07k49.py", line 64, in main
    raise InvalidPythonVersionError(python_version)
__main__.InvalidPythonVersionError:
ERROR: The python version must be >= 3.11, got 3.12.

ERROR: Stopping generation because pre_gen_project hook script didn't exit successfully
Hook script failed (exit status: 1)

buddejul avatar Apr 19 '24 15:04 buddejul