cmd pip displaying errors whenever I try to install pygame

前端 未结 1 427
自闭症患者
自闭症患者 2020-12-12 06:34

I am on a windows 10 system, and I recently installed the latest version of python python 3.7.0. I enable the PATH and tried to install pygame through CMD.

I first t

相关标签:
1条回答
  • 2020-12-12 07:34

    "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/

    0 讨论(0)
提交回复
热议问题