小编今天在学习python时,安装完Python后,在终端打开Python准备学习时遇到了问题
python终端导入包出现问题, Traceback (most recent call last)
原因是没有安装Numpy这个库
那么怎么安装呢
打开终端(cmd)
进入python
安装 pip install numpy
小编今天在学习python时,安装完Python后,在终端打开Python准备学习时遇到了问题
原因是没有安装Numpy这个库
那么怎么安装呢
打开终端(cmd)
进入python
安装 pip install numpy