On Sun, Jun 30, 2013 at 8:00 PM, Lachlan Musicman <data...@gmail.com> wrote:

> Hola,
>
> I read the release notes, and tried to install 1.6. I encountered this
> error:
>
> $ pip install Django==1.6b1
> Downloading/unpacking Django==1.6b1
>   Could not find a version that satisfies the requirement
> Django==1.6b1 (from versions: 1.2.6, 1.3.6, 1.2.7, 1.2.3, 1.2.4,
> 1.4.4, 1.3.3, 1.2.1, 1.3.4, 1.2.2, 1.5, 1.3, 1.4.5, 1.3.1, 1.1.3,
> 1.3.5, 1.2.5, 1.1.4, 1.2, 1.3.2, 1.3.7, 1.4.3, 1.4.1, 1.5.1, 1.4.2,
> 1.4)
> No distributions matching the version for Django==1.6b1
>
>
Hey L :),

fwiw, this should work if you want to install via pip currently:
pip install -e git+https://github.com/django/django.git@1.6b1#egg=django

The docs [0] do say that pip install django==1.6b1 should work though, so
I'm guessing someone is going to push to pypi soon :-)

Cheers,
Sanjay

[0] https://www.djangoproject.com/download/


>
> I presume that the 1.6 alpha/beta hasn't been pushed to pypi yet?
>
> cheers
> L.
>
> --
> We are like a drunk blundering through a crowd of pickpockets. That we
> are not poor and naked already is a testament to either the goodness
> of humanity or the ineptitude of the criminal class.
>
> http://techcrunch.com/2013/06/08/we-asked-for-this/
>
> --
> You received this message because you are subscribed to the Google Groups
> "Django users" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to django-users+unsubscr...@googlegroups.com.
> To post to this group, send email to django-users@googlegroups.com.
> Visit this group at http://groups.google.com/group/django-users.
> For more options, visit https://groups.google.com/groups/opt_out.
>
>
>

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-users+unsubscr...@googlegroups.com.
To post to this group, send email to django-users@googlegroups.com.
Visit this group at http://groups.google.com/group/django-users.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to