cmd pip displaying errors whenever I try to install pygame

穿精又带淫゛_ 提交于 2019-11-28 14:37:05

"Access dienied" means that you don't have enough permissions to change the global setup of your Python installation.

Either open a cmd line with Adminstrator permissions, or better: learn how to use Python virtual environments: https://docs.python-guide.org/dev/virtualenvs/

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!