Please help, I can't install django after a fresh installation of python 3.9 on windows 10

118 views
Skip to first unread message

Simon Lankwagh

unread,
Mar 18, 2021, 2:10:45 PM3/18/21
to Django users
I have installed python 3.9 and selected 'add to path' during installation, i am now trying to install django 3.1.7 but it generates a lot of errors i can not understand, please what is the right way to setup django development on windows 10?

Kasper Laudrup

unread,
Mar 18, 2021, 2:47:37 PM3/18/21
to django...@googlegroups.com
Just do it in a way where you don't get a lot of errors that you don't
understand, but only errors you do understand.

That's what I always do and I never get errors I don't understand. That
means I don't have to ask anyone what any of these specific errors mean,
because I already know that. I can highly recommend you do the same.

Kind regards,

Kasper Laudrup

Walter Randazzo

unread,
Mar 18, 2021, 3:05:15 PM3/18/21
to django...@googlegroups.com
Try installing miniconda o anaconda first.

El jue., 18 mar. 2021 3:10 p. m., Simon Lankwagh <simmonshas...@gmail.com> escribió:
I have installed python 3.9 and selected 'add to path' during installation, i am now trying to install django 3.1.7 but it generates a lot of errors i can not understand, please what is the right way to setup django development on windows 10?

--
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 view this discussion on the web visit https://groups.google.com/d/msgid/django-users/2b2ce7b0-3158-4ad8-8464-6b6b8e91e0ebn%40googlegroups.com.

ule...@gmail.com

unread,
Mar 18, 2021, 4:20:56 PM3/18/21
to Django users
After installing python, you have to install PIP.
To install PIP type in the following:
python get-pip.py

To install django tye in the following :
pip install django


Op donderdag 18 maart 2021 om 19:10:45 UTC+1 schreef simmonshas...@gmail.com:

Simon Lankwagh

unread,
Mar 19, 2021, 6:44:00 AM3/19/21
to Django users

thank you all, i created a virtual environment and installed it.

Anornymous u

unread,
Mar 19, 2021, 9:45:23 AM3/19/21
to django...@googlegroups.com
Yoh, join WhatsApp group and share error https://chat.whatsapp.com/Fb4d6Ivkio7H3EXKxNFI5q

--
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.

choyon saha

unread,
Mar 19, 2021, 9:45:23 AM3/19/21
to django...@googlegroups.com
Please chack does you install django if not 
Install 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.

Joao Frankmann

unread,
Mar 19, 2021, 9:45:23 AM3/19/21
to Django users
How are you trying to install Django? Globaly? or on a Virtual Enviroment?
Try to install on a Venv.

Did you install python 3.9 in a new machine or did you have any previous versions installed on it?
Try to remove any previous python version installed.

Can you please post the errors here, so it could be easier to understand.

Rizky Muhammad Faris Prakoso

unread,
Mar 19, 2021, 9:45:23 AM3/19/21
to django...@googlegroups.com
Install pipenv
then type this in powershell :
pipenv install  --python 3.9
pipenv install django

On Fri, Mar 19, 2021 at 1:10 AM Simon Lankwagh <simmonshas...@gmail.com> wrote:
I have installed python 3.9 and selected 'add to path' during installation, i am now trying to install django 3.1.7 but it generates a lot of errors i can not understand, please what is the right way to setup django development on windows 10?

--
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.

Felix Orinda

unread,
Mar 21, 2021, 3:35:54 PM3/21/21
to django...@googlegroups.com
Try python3. 9 -m pip install django==3.1.7

Chinsinsi Makande

unread,
Mar 23, 2021, 9:03:44 AM3/23/21
to django...@googlegroups.com
try to copy the django.PYPI  from the official website, then in your command prompt type;
1.python -m
2 paste the pip syntax 
It should look like this;
python -m pip install django

Else install python 3.8 because sometimes 3.9 gives an error when configuring interpreter in pycharm




On Thu, Mar 18, 2021, 20:10 Simon Lankwagh <simmonshas...@gmail.com> wrote:
I have installed python 3.9 and selected 'add to path' during installation, i am now trying to install django 3.1.7 but it generates a lot of errors i can not understand, please what is the right way to setup django development on windows 10?

--
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.
Reply all
Reply to author
Forward
0 new messages