I'm getting the following error on Windows 11 / Python 3.13.2 when running: poetry install
The currently activated Python version 3.13.2 is not supported by the project (>=3.12,<3.13).
Trying to find and use a compatible version.
Python was not found; run without arguments to install from the Microsoft Store, or disable this shortcut from Settings > Manage App Execution Aliases.
Poetry was unable to find a compatible version. If you have one, you can explicitly use it via the "env use" command.
The README.md however says the following:
To run NiimPrintX, you need to have the following installed:
- Python 3.12 or later
Should this text be changed?
I'm getting the following error on Windows 11 / Python 3.13.2 when running:
poetry installThe README.md however says the following:
Should this text be changed?