first install python 3.6 not 3.7 second install virtualenv third make a virtualenv and use pip inside it ..
On Wed, 18 Jul 2018, 01:36 Gerardo Palazuelos Guerrero, < [email protected]> wrote: > Hi, > Is there any chance that you can use a Virtual Environment? > At least in my experience, many issues happened to me because due to > issues resolving the proper python version in my computer, until I started > using a virtual environment per django project. > > I suggest you to check the django girls tutorial, yes, it really helped > out in my beginnings. > > good luck, > > > > > -- > Gerardo Palazuelos Guerrero > > > On Tue, Jul 17, 2018 at 4:47 PM, Shay Hershko <[email protected]> > wrote: > >> I tried and this is what showes up >>> >>> >> <https://lh3.googleusercontent.com/-rXAqJzECoCI/W05x0O6KyJI/AAAAAAAAH4c/ekhp8HX8hOI5NdEa-UV1HPz1JE8ZMQ5cgCLcBGAs/s1600/%25E2%2580%258F%25E2%2580%258Fdj2.PNG> >> >> -- >> 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/e86d76f8-76b6-4903-ab43-ead289683b58%40googlegroups.com >> <https://groups.google.com/d/msgid/django-users/e86d76f8-76b6-4903-ab43-ead289683b58%40googlegroups.com?utm_medium=email&utm_source=footer> >> . >> For more options, visit 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/CAJ8iCyPZYxfArL5uCepO7Y9rpzc8cGk%3Dqu3zSXtB7-dMj%2BcqCw%40mail.gmail.com > <https://groups.google.com/d/msgid/django-users/CAJ8iCyPZYxfArL5uCepO7Y9rpzc8cGk%3Dqu3zSXtB7-dMj%2BcqCw%40mail.gmail.com?utm_medium=email&utm_source=footer> > . > For more options, visit 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/CAHV4E-eyS63-aEMyVpLp9AYTyP6yNjrAR%3DM%2BOgcKrGvEETEhzg%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.

