-
Notifications
You must be signed in to change notification settings - Fork 6
Open
Description
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.1
Because 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.Metadata
Metadata
Assignees
Labels
No labels
