Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

flake8 version solving failed #209

Open
JohannesCognite opened this issue Apr 26, 2023 · 0 comments
Open

flake8 version solving failed #209

JohannesCognite opened this issue Apr 26, 2023 · 0 comments

Comments

@JohannesCognite
Copy link

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.

Screenshot 2023-04-26 at 12 58 30

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant