赞
踩
目录
报错关键字:
IMPORTANT: PLEASE READ THIS FOR ADVICE ON HOW TO SOLVE THIS ISSUE! Importing the numpy c-extensions failed. This error can happen for different reasons, often due to issues with your setup.
Please note and check the following:
* The Python version is: Python3.X from "C:\Users\XXXXXXX"
* The NumPy version is: "XXXX"
and make sure that they are the versions you expect.
Please carefully study the documentation linked above for further help.
Original error was: DLL load failed while importing _multiarray_umath: 找不到指定的模块。
sudo apt-get install libatlas-base-dev
pip3 uninstall numpy # remove previously installed version 删除之前安装的版本 apt install python3-numpy
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。