cognitedata / cognitedata/python-extractor-utils
flake8 version solving failed
Open
Nobody has claimed this yet.
- Dominant language
- Python
- Stars
- 13
- Forks
- 6
- Avg merge
- 2d 6h
- Merged PRs (30d)
- 11
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.

Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Reproduce the failure with cogex init using the Python versions shown in the error, then inspect the project dependency declarations for the flake8 constraint. Confirm the issue is done when initialization resolves dependencies across the supported Python range without the reported solver error.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- cli, tooling
- Issue type
- Bug
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100