Install Django

17 views
Skip to first unread message

sadri ashari

unread,
Jun 7, 2017, 1:28:08 PM6/7/17
to Django users

please help me, i cant install django, if i install it always stack in collecting pytz package..  what's wrong ?

Matthew Pava

unread,
Jun 7, 2017, 1:33:46 PM6/7/17
to django...@googlegroups.com

You need to activate your virtual environment and then run “pip install django.”

D:/Project/Pyton/lalala/activate.bat

pip install django

--
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...@googlegroups.com.
To post to this group, send email to django...@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/2b685e42-f5dd-442e-ac81-09b358f5a9dc%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

"Александр Христюхин (roboslone)"

unread,
Jun 7, 2017, 1:34:41 PM6/7/17
to django...@googlegroups.com
It has nothing to do with pytz. The issue is that you're trying to install packages into system's python. You shouldn't do it ever.
Use virtualenv instead: https://virtualenv.pypa.io/en/stable/

On 7 Jun 2017, at 10:34, sadri ashari <sadria...@gmail.com> wrote:

please help me, i cant install django, if i install it always stack in collecting pytz package..  what's wrong ?

Reply all
Reply to author
Forward
0 new messages