赞
踩
You are using pip version 10.0.1, however version 21.3.1 is available.
You should consider upgrading via the 'python -m pip install --upgrade pip' command.
看了几个教程都没get到点,其实我们按照提示使用命令就行了
这里是我们numpy库出了点问题,应该是版本不匹配
所以我卸载了重新安装
卸载命令
pip uninstall numpy
pip uninstall mkl-service
重新安装
python -m pip install --upgrade pip numpy
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。