标签:nump 解释器 ora border cno important 老版本 程序 not
1.运行python程序时发现缺少numpy库
运行-》cmd输入 pip3 install numpy,下载中
看到Successfully installed numpy-1.18.4显然安装成功了
输入python进入python解释器并输入import numpy as np验证一下,没报错,确定安装成功了。
2.发现这个叫matplotlib的库也缺少
什么是pip,如果没有怎么安装?https://www.runoob.com/w3cnote/python-pip-install-usage.html
输入命令pip --version检查了一下,我这个确实自带有了。
直接像1中一样pip3 install matplotlib
成功了,也可以验证一下,这里提醒我更新pip版本了,于是更新一下。
提示我老版本已经下线,新版本上线。
3.试一下经验贴里粒子群算法运行情况https://blog.csdn.net/xyisv/article/details/79058574
可以成功运行。
标签:nump 解释器 ora border cno important 老版本 程序 not
原文地址:https://www.cnblogs.com/y-c-m520/p/12912139.html