N
N
Nikita2022-03-27 23:57:55
Django
Nikita, 2022-03-27 23:57:55

How to create a Django project in PyCharm on windows 11 and fix pip install django error?

I create a project in PyCharm and get an error

6240cf6319105555186303.png

Usage:   
  C:\Users\ow3lc\PycharmProjects\untitled\venv\Scripts\python.exe -m pip install [options] <requirement specifier> [package-index-options] ...
  C:\Users\ow3lc\PycharmProjects\untitled\venv\Scripts\python.exe -m pip install [options] -r <requirements file> [package-index-options] ...
  C:\Users\ow3lc\PycharmProjects\untitled\venv\Scripts\python.exe -m pip install [options] [-e] <vcs project url> ...
  C:\Users\ow3lc\PycharmProjects\untitled\venv\Scripts\python.exe -m pip install [options] [-e] <local project path> ...
  C:\Users\ow3lc\PycharmProjects\untitled\venv\Scripts\python.exe -m pip install [options] <archive url/path> ...

no such option: --build-dir


Python 3.8.9
django installed via cmd
I am new to python and django
What is the error and how do I fix it?

Answer the question

In order to leave comments, you need to log in

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question