Hi,
I try to use it on Debian 13, setup poetry and python3.
But
betty@debian:~/bin/UltimaScraper$ poetry run python start_us.py
The "poetry.dev-dependencies" section is deprecated and will be removed in a future version. Use "poetry.group.dev.dependencies" instead.
The currently activated Python version 3.13.5 is not supported by the project (^3.10 <3.12).
Trying to find and use a compatible version.
Poetry was unable to find a compatible version. If you have one, you can explicitly use it via the "env use" command.
betty@debian:~/bin/UltimaScraper$ poetry run python3 start_us.py
The "poetry.dev-dependencies" section is deprecated and will be removed in a future version. Use "poetry.group.dev.dependencies" instead.
The currently activated Python version 3.13.5 is not supported by the project (^3.10 <3.12).
Trying to find and use a compatible version.
Poetry was unable to find a compatible version. If you have one, you can explicitly use it via the "env use" command.
there are a solution ?
Thank you.
Hi,
I try to use it on Debian 13, setup poetry and python3.
But
there are a solution ?
Thank you.