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/ <https://virtualenv.pypa.io/en/stable/>
> On 7 Jun 2017, at 10:34, sadri ashari <[email protected]> wrote: > > > <https://lh3.googleusercontent.com/-a3oyYA_2ja0/WTesSQYtlII/AAAAAAAAAwY/S3b-F2X4gHYBUiQP8ZBHfxWZgFyburalACLcB/s1600/Screenshot_163.jpg>please > help me, i cant install django, if i install it always stack in collecting > pytz package.. what's wrong ? > > -- > 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 [email protected] > <mailto:[email protected]>. > To post to this group, send email to [email protected] > <mailto:[email protected]>. > Visit this group at https://groups.google.com/group/django-users > <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 > > <https://groups.google.com/d/msgid/django-users/2b685e42-f5dd-442e-ac81-09b358f5a9dc%40googlegroups.com?utm_medium=email&utm_source=footer>. > For more options, visit https://groups.google.com/d/optout > <https://groups.google.com/d/optout>. -- 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 [email protected]. To post to this group, send email to [email protected]. 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/C3CF7F6B-468D-4BC8-B70F-CA394887F5E5%40gmail.com. For more options, visit https://groups.google.com/d/optout.

