ERROR: Could not install packages due to an EnvironmentError: [Errno 13] Permission denied:

转载自:https://bbs.pinggu.org/thread-8368607-1-1.html

问题:ERROR: Could not install packages due to an EnvironmentError: [Errno 13] Permission denied: 'C:\\Program Files\\Python38\\Lib\\site-packages\\easy_install.py'

解决办法:考虑使用“--user”选项或检查权限

python -m ensurepip --user

问题得到解决

你可能感兴趣的:(Python)