Trying to install linak-controller with the following command:
python -m pip install linak-controller
gives me this error:
ERROR: Ignored the following versions that require a different python version: 1.0.0 Requires-Python >=3.8,<3.13; 1.0.1 Requires-Python >=3.8,<3.13; 1.0.2 Requires-Python >=3.8,<3.13; 1.0.3 Requires-Python >=3.8,<3.13; 1.1.0 Requires-Python >=3.8,<3.13; 1.1.1 Requires-Python >=3.8,<3.13; 1.1.1.dev0 Requires-Python >=3.8,<3.13; 1.2.0.dev0 Requires-Python >=3.8,<3.13
ERROR: Could not find a version that satisfies the requirement linak-controller (from versions: none)
ERROR: No matching distribution found for linak-controller
My OS hast python 3.13.0 installed:
python --version
Python 3.13.0
and it seems like this version is not supported yet.
Trying to install
linak-controller
with the following command:gives me this error:
My OS hast python
3.13.0
installed:and it seems like this version is not supported yet.