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

Cannot install version 0.1.0 #4

Closed
brettlangdon opened this issue Feb 4, 2016 · 3 comments
Closed

Cannot install version 0.1.0 #4

brettlangdon opened this issue Feb 4, 2016 · 3 comments

Comments

@brettlangdon
Copy link

I am a little confused here, but for some reason pip isn't letting me install version 0.1.0 of subredis:

$ pip install subredis==0.1.0
Collecting subredis==0.1.0
  Could not find a version that satisfies the requirement subredis==0.1.0 (from versions: 0.0.1, 0.0.2, 0.0.3, 0.0.4, 0.0.5)
No matching distribution found for subredis==0.1.0

However, pypi shows that there is version 0.1.0 available, https://pypi.python.org/pypi/subredis/0.1.0

I am unsure what is going on here, but willing to bet I am missing something.

Extra info that could be helpful:

$ python --version
Python 2.7.6
$ pip --version
pip 8.0.2 from /home/vagrant/.virtualenvs/project/local/lib/python2.7/site-packages (python 2.7)
@cmnzs
Copy link

cmnzs commented Feb 15, 2017

I also have this problem.

@softwaredoug
Copy link
Owner

Confirmed, looking into this now

Collecting subredis==0.1.0
  Could not find a version that satisfies the requirement subredis==0.1.0 (from versions: 0.0.1, 0.0.2, 0.0.3, 0.0.4, 0.0.5)
No matching distribution found for subredis==0.1.0

@softwaredoug
Copy link
Owner

I have published v0.1.1 which resolves this problem. I must have screwed up somehow publishing 0.1.0 and I'm not sure what happened. I tested this locally in a virtualenv

Please try

pip install subredis==0.1.1

and confirm

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

3 participants