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+unsubscr...@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/eed0e673-56e9-476b-9030-b81a18c531a8%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to