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

pkg_resources.SetuptoolsVersion is not available anymore in setuptools 39 #223

Closed
anntzer opened this issue Mar 18, 2018 · 2 comments
Closed

Comments

@anntzer
Copy link
Contributor

anntzer commented Mar 18, 2018

xref pypa/setuptools@eeeb9b2

the warning at

def _warn_if_setuptools_outdated():
is now incorrect.

@RonnyPfannschmidt
Copy link
Contributor

@jaraco - im wondering how to best resolve this, i believe i have to make a cut in supported setuptools versions

@RonnyPfannschmidt
Copy link
Contributor

i checked history, the best solution forward is to parse a version, if its a tuple bail out completely, else use the strict version type obtained by parsing the version

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
2 participants