-
-
Notifications
You must be signed in to change notification settings - Fork 60
pip install blurb successfully installs with Python < 3.5 #174
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
Comments
Debugging from pip:
It seems pip fallback to 1.0.0 which didn't constraint the version, thus python 2.7 successful to install. Maybe it will need to remove from pypi manally for the first version for blurb. |
Okay, if pip allows you to install blurb under python < 3.5, then that's a bug. But we're not going to fix blurb so it runs under python < 3.5. |
@dstufft based on what @mlouielu posted here #174 (comment) , do you know how this can be solved for blurb? Can we remove older versions of blurb from PyPI? |
There's a "remove" button in PyPI that I can try using. @larryhastings any issue if I try to remove the 1.0.0 and 0.0.0 releases? |
Yes, if the old versions didn't fail on 2.7 or didn't include the |
@dstufft thanks for the feedback. @larryhastings can you remove the offending packagees from PyPI or permit @brettcannon to do so? |
I've gone ahead and deleted the 0.0.0 and 1.0.0 releases from PyPI. They haven't shown up as gone on pypi.org yet, but they are shown as removed at pypi.python.org (I'm assuming it's a caching thing? @dstufft ?). |
@brettcannon I think this works now. If I do this with Python 2.7:
If I do this with Python 3.4.6:
If I do this with Python 3.6:
|
More verbose: With Python 2.7:
With Python 3.4:
With Python 3.6:
|
@brettcannon thanks! |
According to: #173 (comment)
installing blurb should fail if the Python version is too old.
However, I was able to do this with Python 2.7:
Trying to run blurb then fails under Python 2.7 with a SyntaxError.
The text was updated successfully, but these errors were encountered: