想要安装pygame,利用这个包来画一些几何图形:
于是在命令行中打出下面这行命令,想通过pip的豆瓣镜像来帮我把这个包下载并安装好:
pip install pygame-i http://pypi.douban.com/simple/ --trusted-host pypi.douban.com
结果失败了,错误提示如下
Cannot unpack file
c:\users\a\appdata\local\temp\pip-rvf6ni-unpack\simple (dow
nloaded from c:\users\a\appdata\local\temp\pip-xc7jae-build, content-type:
text/
html; charset=utf-8); cannot detect archive format
Cannot determine archive format of
c:\users\a\appdata\local\temp\pip-xc7jae-build
以为是网站的问题,换了清华的网站:
pip install pygame-i https://pypi.tuna.tsinghua.edu.cn/simple/
还是不行,不知道为什么。到目前也没有解决,如果有大佬知道原因,请告知,谢谢。
只好用笨办法解决:下载pygame-1.9.3-cp27-cp27m-win32.whl,放到C:\Python27\Scripts下,再打开cmd,显示:c: \ user\lvyq,这时候,连续两次敲入cd..,退回C盘根目录。见下图:
再在后面敲入cd C:\Python27\Scripts,进入此目录后,再用pip安装,即pip install pygame-1.9.3-cp27-cp27m-win32.whl,然后显示成功