Python版本2.7
在Windows 10 64位上
pip install <whatever>
命令无效。
C:\new_software\Python27\Scripts>python -m ensurepip
Requirement already satisfied: setuptools in c:\new_software\python27\lib\site-packages\setuptools-28.8.0-py2.7.egg
Requirement already satisfied: pip in c:\new_software\python27\lib\site-packages\pip-9.0.1-py2.7.egg
C:\new_software\Python27\Scripts>python -m ensurepip --upgrade
Requirement already up-to-date: setuptools in c:\new_software\python27\lib\site-packages\setuptools-28.8.0-py2.7.egg
Requirement already up-to-date: pip in c:\new_software\python27\lib\site-packages\pip-9.0.1-py2.7.egg
C:\new_software\Python27\Scripts>pip install wheel
failed to create process.
C:\new_software\Python27\Scripts>python -m install pip install pip
C:\new_software\Python27\python.exe: No module named install
我有python 3.x和2.7;在3.x点工作正常;仅在2.7它不是。
基于在线阅读文章:我已完成:
1.环境变量设置。
安装了2.python VC ++
答案 0 :(得分:1)
谢谢大家的回复。 我读了@ cricket_007 分享的链接。 的解决方案:强> 使用Python Home的当前路径更新/ Scripts文件夹中的所有.py文件[firstline]。您会注意到它将指向较旧的位置。 然后尝试从新的CMD提示符运行pip命令,应该可以正常工作。