【python】解决PyCharm安装pygame报错ERROR: Could not install packages due to an EnvironmentError: WinError 5

使用PyCharm安装pygame的方法非常简单

点击下方终端

输入pip install pygame

等待安装完成即可

有时会出现

ERROR: Could not install packages due to an EnvironmentError: [WinError 5] 拒绝访问。

的错误

【python】解决PyCharm安装pygame报错ERROR: Could not install packages due to an EnvironmentError: WinError 5_第1张图片

 这时候重新输入pip install pygame --user即可

【python】解决PyCharm安装pygame报错ERROR: Could not install packages due to an EnvironmentError: WinError 5_第2张图片

当然,安装完还需要在文件-设置-项目- python解释器里用加号添加pygame才能使用

 

你可能感兴趣的:(Python,python)