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

pip installing version 1.0 not latest version #14

Closed
dmoccia opened this issue Oct 9, 2015 · 3 comments
Closed

pip installing version 1.0 not latest version #14

dmoccia opened this issue Oct 9, 2015 · 3 comments

Comments

@dmoccia
Copy link

dmoccia commented Oct 9, 2015

Hello

Not sure if this is something I did on my end or not but I tried a "pip install django-registration" and version 1.0 of the package was installed. I tried "pip install django-registration==1.8" and received a message:

Could not find a version that satisfies the requirement django-registration==1.8 (from versions: 0.7, 0.8, 1.0)
No matching distribution found for django-registration==1.8

I can always do a manual install but I thought I might check with you first on reasons why this may be happening?

@c0d3z3r0
Copy link
Contributor

c0d3z3r0 commented Oct 9, 2015

I had the same problem. It seems there is just 1.0 at pypi.
You can install from github: pip install https://github.com/ubernostrum/django-registration/archive/master.zip

@ubernostrum
Copy link
Owner

1.8 has not been released, so there is no bug here. When 1.8 is released, it will be on PyPI.

@dmoccia
Copy link
Author

dmoccia commented Oct 9, 2015

Sorry my mistake, I figured it was released when I came across the
documentation.

On Friday, October 9, 2015, James Bennett notifications@github.com wrote:

1.8 has not been released, so there is no bug here. When 1.8 is released,
it will be on PyPI.


Reply to this email directly or view it on GitHub
#14 (comment)
.

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