'Defaulting to user installation because normal site-packages is not writeable pycharm

When I create a new project in pyharm, I also create venv. after which I try to install "pip install django" and it gives an error that it has already been downloaded. But issues in another location. for example the project is on my way С:\Python\drf. and venv in С:\Python\drf\venv A is install in c:\users\qqwee\appdata\roaming\python\python38\site-packages. In setting in python interpreter i'm choice С:\Python\drf\venv\Scripts\python.exe



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source