azure-cli-dev-tools icon indicating copy to clipboard operation
azure-cli-dev-tools copied to clipboard

flake8 5.0.4 dependency error upon pip install azdev

Open TheOnlyWei opened this issue 2 years ago • 0 comments

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.

TheOnlyWei avatar May 03 '23 02:05 TheOnlyWei