You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I was experiencing some trouble with my installed python version (3.13.x). By switching to python version 3.9, poetry was able to install the necessary dependencies.
By changing the pyproject.toml file to be more restrictive (say python = ">=3.9.2,<3.12"), this would be nice.
The text was updated successfully, but these errors were encountered:
I was experiencing some trouble with my installed python version (3.13.x). By switching to python version 3.9, poetry was able to install the necessary dependencies.
By changing the
pyproject.toml
file to be more restrictive (saypython = ">=3.9.2,<3.12"
), this would be nice.The text was updated successfully, but these errors were encountered: