当前位置:网站首页>ImportError: Unable to import required dependencies: numpy
ImportError: Unable to import required dependencies: numpy
2022-08-10 01:23:00 【切糕师学AI】
报错信息:
ImportError: Unable to import required dependencies:
numpy:
IMPORTANT: PLEASE READ THIS FOR ADVICE ON HOW TO SOLVE THIS ISSUE!
Importing the numpy C-extensions failed. This error can happen for
many reasons, often due to issues with your setup or how NumPy was
installed.
We have compiled some common reasons and troubleshooting tips at:
https://numpy.org/devdocs/user/troubleshooting-importerror.html
Please note and check the following:
* The Python version is: Python3.8 from "E:\ProgramData\Anaconda3\python.exe"
* The NumPy version is: "1.19.2"
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: 找不到指定的模块。
报错提示其实很明显了:
The Python version is Python3.8
The Numpy version is 1.19.1
python 和 numpy 的版本不匹配。
报错原因分析:
anaconda自己安的numpy是1.19,python是3.8。两个版本不匹配,3.8应该对应1.18.2。
所以解决方案是卸载1.10安装1.18.2
解决方案:
- 打开Anaconda Prompt的命令行窗口
- 输入 pip uninstall numpy。 卸载 numpy 1.19
- pip install numpy==1.18.2。 安装numpy 1.18.2
- 成功后关闭Anaconda Prompt的命令行窗口再重新打开即可
边栏推荐
猜你喜欢
Teach you how to write performance test cases
Sikuli's Automated Testing Technology Based on Pattern Recognition
Unity vertex animation
【论文笔记】基于深度学习的机器人抓取虚拟仿真实验教学系统
Chip Information|Semiconductor revenue growth expected to slow to 7%, Bluetooth chip demand still growing steadily
谷歌翻译器-谷歌翻译器软件批量自动翻译
用于X射线光学器件的哈特曼波前传感器
【机器学习】随机森林、AdaBoost、GBDT、XGBoost从零开始理解
阿里云OSS文件上传
Initial attempt at UI traversal
随机推荐
UI遍历的初步尝试
[Swoole Series 3.5] Process Pool and Process Manager
【每日一题】1413. 逐步求和得到正数的最小值
华为HCIE云计算之FC添加ipsan数据存储
Process management and task management
基于FTP协议实现文件上传与下载
对修饰器的实验支持功能在将来的版本中可能更改。在 “tsconfig“ 或 “jsconfig“ 中设置 “experimentalDecorators“ 选项以删除此警告
c# 解决CS8602告警 解引用可能出现空引用
Visual low-code system practice based on design draft identification
【引用计数器及学习MRC的理由 Objective-C语言】
Unity顶点动画
《GB39732-2020》PDF下载
STM32F103驱动HCSR04超声波测距显示
Entity FrameWork Core教程,从基础应用到原理实战
UI遍历的初步尝试
Linux(Centos7)服务器中配置Mysql主从数据库,以及数据库的安装,防火墙操作
web开发概述
【Grpc】报错:status = StatusCode.UNIMPLEMENTED details = ““
多线程之享元模式和final原理
[论文阅读] Diverse Image-to-Image Translation via Disentangled Representations