我在Windows 7(64位)上安装了Python 2.7.6(32位)。这在Windows Power Shell中运行良好。我将PATH设置为C:\Users\name\Python27\Scripts
,这似乎也不是问题。然后我从:
pygame-1.9.2a0-cp27-none-win32.whl
http://www.lfd.uci.edu/~gohlke/pythonlibs/#pygame
我将.whl文件放入Python27 \ Scripts目录,并尝试在Windows Power Shell中使用pip install pygame-1.9.2a0-cp27-none-win32.whl
(命令行,而不是Python解释器),错误信息如下:
The term 'pip' is not recognized as the name of cmdlet, function, script file, or operable program.
我尝试使用Python 2.7.8(Python 2.7的更高版本,如果我没有错)和.msi安装pygame,但我遇到了其他错误,我认为可以通过全新安装修复。我是编程和使用命令行的新手;任何帮助表示赞赏。
答案 0 :(得分:0)
你一定不能在windows中设置路径变量..这就是我犯的错误..
通过执行以下步骤在Windows中设置环境变量:
如果这没有帮助,那么尝试另一种方法:
现在尝试运行$) pip install, commd
..
如果仍然无效..重新启动控制台或重新启动电脑
@ shub1493biswas @ gmail.com