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 5.0.4 dependency error upon pip install azdev #366

Open
TheOnlyWei opened this issue May 3, 2023 · 0 comments
Open

flake8 5.0.4 dependency error upon pip install azdev #366

TheOnlyWei opened this issue May 3, 2023 · 0 comments

Comments

@TheOnlyWei
Copy link

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.

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