G
G
GIRU2021-05-11 21:15:12
Django
GIRU, 2021-05-11 21:15:12

Can't install Django?

Hello! I recently started learning django. I took one course and had no problems. Started doing a second project. I installed the virtual environment, activated it, but when I try to install django I get this message and nothing happens

$ pip install django
Requirement already satisfied: django in c:\python39\lib\site-packages (3.2.2)
Requirement already satisfied: asgiref<4,>=3.3.2 in c:\python39\lib\site-packages (from django) (3.3.4)
Requirement already satisfied: sqlparse>=0.2.2 in c:\python39\lib\site-packages (from django) (0.4.1)  
Requirement already satisfied: pytz in c:\python39\lib\site-packages (from django) (2021.1)

What is the problem and how can it be solved?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
Y
Yupiter7575, 2021-05-11
@yupiter7575

Already installed

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question