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

prospector dependencies break with new pylint2.0.0 and pyflakes 2.0.0 #251

Closed
JensTimmerman opened this issue May 23, 2018 · 1 comment
Closed

Comments

@JensTimmerman
Copy link

JensTimmerman commented May 23, 2018

when installing prospector on a clean system I'm getting dependency conflicts:
pkg_resources.ContextualVersionConflict: (pyflakes 2.0.0 (/Users/jenstimmerman/workspace/vsc-install/.eggs/pyflakes-2.0.0-py2.7.egg), Requirement.parse('pyflakes<1.7.0,>=1.5.0'), set(['flake8']))

My current workaround is to install an older pylint and pyflakes <2.0.0 before installing prospector

@JensTimmerman
Copy link
Author

flake8 has requirements on pyflakes<1.7.0,>=1.5.0
but prospector has a requirement on 'pyflakes>=0.8.1'
so setuptools first installs pyflakes>=0.8.1, (which is 2.0.0 now) which then breaks the flake8 install
https://gitlab.com/pycqa/flake8/blob/master/setup.py#L24

JensTimmerman added a commit to JensTimmerman/prospector that referenced this issue May 23, 2018
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

Successfully merging a pull request may close this issue.

2 participants