Monday, January 29, 2018

Re: django 2 under python 2

its fixed now .. you can savely install django under python2 again :)

Am Donnerstag, 25. Januar 2018 22:39:43 UTC+1 schrieb Andy:
Hi!

pip inside a python2 virtualenv will try to install django 2, which aint working and will fail.
I wonder why this is happening because for instance if i install ipython in that same virtualenv pip wont try to install version 6.x because its marked as python3 only. It seems django 2 is missing some soft of flag that is present at the ipython package and tells pip to install the old ipython 5.5 rather than anythin above that.

Does anyone know whats causing 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+unsubscribe@googlegroups.com.
To post to this group, send email to django-users@googlegroups.com.
Visit this group at https://groups.google.com/group/django-users.
To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/ac9545e8-c248-4daf-8260-f67ca63a55be%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

No comments:

Post a Comment