pip installs version 0.9.0 on Python 2.7
See original GitHub issueLast night I put out the 0.8.6 release which works on either Python 2.7 or 3.4+ and contains various bug fixes.
This morning I put out the 0.9.0 release which only supports Python 3.4+. I noticed that when using pip with a Python 2.7 release that pip now attempts to install cmd2 version 0.9.0, which it should not.
We thought we had properly modified setup.py so that version 0.9.0 would only attempt to install on Python 3.4+. Obviously, something is wrong. We need to either fix setup.py or find a way to modify the configuration on PyPI so that on Python 2.7, version 0.8.x installs, but on Python 3.4+ version 0.9.x installs.
Issue Analytics
- State:
- Created 5 years ago
- Reactions:1
- Comments:28 (17 by maintainers)
Top Results From Across the Web
Installation — Locust 0.9.0 documentation
0 is the latest version available. Installation¶. Locust is available on PyPI and can be installed with pip. for Python 2.7:.
Read more >version 0.9.0 has dropped PY2 support but is still installable
Package version (if known): 0.9.0. Describe the bug. According to 0.9.0 release notes, python < 3.5 is no longer supported, but is still ......
Read more >jedi 0.9.0 - PyPI
pip install jedi==0.9.0. Copy PIP instructions. Newer version available (0.18.2) ... If you want to test only a specific Python version (e.g. Python...
Read more >Installation — FabIO 0.9.0 documentation - silx
PIP is the Python Installer Program, similar to apt-get for Python. It runs under any architecture. Since Python 2.7.10 and 3.4, PIP is...
Read more >Installation — TRANSIT v3.2.2 documentation
The following libraries/modules are required to run TRANSIT: Python 2.7 · Numpy (tested on 1.15.0); Statsmodels (tested on 0.9.0); Scipy (tested on 1.1) ......
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found

didn’t work either
@queria Thanks for the heads up regarding it being broken again! So much for the good intentions on my part trying to “fix things more”.
I deleted the 0.9.0.post1 release, including the files this time.
Hopefully things should be back to the way they were.