Why I can not install any package from PyCharm on Windows? I have given full control in my user permissions to the recommended folders but I still get Permission denied I also try to install this as admin by command line.
In specific I am working with Python, and the library I want to install is Flask, but I can't install any package.
To avoid answers that have already been commented, I did the following commands as administrator:
pip install Flask
python -m pip install Flask
the error
Error: PermissionError: [Errno 13] Permission denied: