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 am getting dependancy errors when running cogex init to set up a new project.
The current project's Python requirement (>=3.8,<3.11) is not compatible with some of the required packages Python requirement: - flake8 requires Python >=3.8.1, so it will not be satisfied for Python >=3.8,<3.8.1Because flake8 (6.0.0) requires Python >=3.8.1 and no versions of flake8 match >6.0.0,<7.0.0, flake8 is forbidden.So, because csv depends on flake8 (^6.0.0), version solving failed.
The text was updated successfully, but these errors were encountered:
I am getting dependancy errors when running cogex init to set up a new project.
The text was updated successfully, but these errors were encountered: