Azure / Azure/azure-cli-dev-tools
flake8 5.0.4 dependency error upon pip install azdev
- Dominant language
- Python
- Stars
- 91
- Forks
- 134
- Avg merge
- 2h 51m
- Merged PRs (30d)
- 1
Description
I am getting the following error after running `pip install azdev`:
```
ERROR: flake8 5.0.4 has requirement importlib-metadata<4.3,>=1.1.0; python_version < "3.8", but you'll have importlib-metadata 6.6.0 which is incompatible.
ERROR: flake8 5.0.4 has requirement mccabe<0.8.0,>=0.7.0, but you'll have mccabe 0.6.1 which is incompatible.
```
It finished installing afterward, so I don't know what this blocks. Since it is a tool related to style guides, I assume it would introduce issues for `azdev style`. I was able to run `azdev style` and it just had a bunch of linting errors. However, the Pylint passed.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.