Exoplanet Planet Simulator (PlaSim extended for different planet types (including tidally-locked) and evolution on geological timescales--glaciers and carbon cycle)
GNU General Public License v2.0
65
stars
12
forks
source link
Configure script fails with Python version >= 3.10 #9
The Python version checking in __init__.py starting around line 76 fails when the installed Python version is newer than 3.10, because it trims the version number to three characters.
My system has Python 3.11 installed, and when running the initial configure script, it crashes trying to run Python 3.1, which doesn't exist.
The Python version checking in
__init__.py
starting around line 76 fails when the installed Python version is newer than 3.10, because it trims the version number to three characters.My system has Python 3.11 installed, and when running the initial configure script, it crashes trying to run Python 3.1, which doesn't exist.