对于刚接触Python,在使用过程中存在许多简单或复杂的问题,本文总结Python使用过程中常见的一些问题,欢迎补充。
可能是安装的时候没有勾选pip,导致pip无法使用。
>>> pip
Traceback (most recent call last):
File “< stdin>”, line 1, in <module>
NameError: name ‘pip’ is not defined
在cmd命令符下输入pip,而不是在Python解释器中输入pip。
新闻热点
疑难解答