关注
码龄
粉丝数
原力等级 --
被采纳
被点赞
采纳率
EEEEE_E
2022-05-16 19:16
浏览 451
首页
Python
已结题
import cartopy.trace 出现ImportError: DLL load failed: 找不到指定的模块,如何解决?
python
window10,python3.7.6
网上查到的需要的库都已安装
但是import时出现如下问题
已尝试把那四个库卸载后重新安装,但是没有效果
#求各位指教!谢谢!
收起
写回答
好问题
0
提建议
关注问题
微信扫一扫
点击复制链接
分享
邀请回答
编辑
收藏
删除
收藏
举报
0
条回答
默认
最新
查看更多回答(-1条)
向“C知道”追问
报告相同问题?
提交
关注问题
安装
cart
opy
库
出现
问题
ImportError
:
DLL
load
failed
:
找
不到
指定
的
模块
。
2022-09-07 16:13
全糖去冰_q的博客
安装
cart
opy
库
出现
问题
ImportError
:
DLL
load
failed
:
找
不到
指定
的
模块
。
anaconda 安装
cart
opy
出现
ImportError
:
DLL
load
failed
while
import
ing
trace
:
找
不到
指定
的
模块
。报错
2023-05-07 11:04
等风来789的博客
anaconda 安装
cart
opy
出现
ImportError
:
DLL
load
failed
while
import
ing
trace
:
找
不到
指定
的
模块
。报错
导入
cart
opy
过程中
出现
“
ImportError
:
DLL
load
failed
while
import
ing
trace
:
找
不到
指定
的
模块
。”
2022-11-03 11:01
请叫我帅哥O.o的博客
导入
cart
opy
报错
python
import
找
不到
指定
模块
_Pycharm中
出现
ImportError
:
DLL
load
failed
:
找
不到
指定
模块
的
解决
方法...
2020-11-24 03:45
weixin_39960116的博客
关于conda安装matplotlib报错最近在师姐机器上跑实验的时候,想利用...然后就是各种尝试,直至重装Anaconda,当时特头疼,最后无意中
解决
了,今天又碰到了类似的问题,这次记录下来防止忘记系统版本: Windows 10...
Python
3.8安装
cart
opy
报错
ImportError
:
DLL
load
failed
while
import
ing
trace
:
找
不到
指定
的
模块
。
2022-04-29 16:16
代码初学者97的博客
最近安装
cart
opy
走了很多弯路,记录一下 win7,64位,
Python
版本3.8.7 1.报错主要还是因为
cart
opy
和依赖包的问题,于是卸载了
cart
opy
以及依赖包 pip uninstall
cart
opy
pip uninstall Pillow pip uninstall ...
importError
:
DLL
load
failed
:
找
不到
指定
的
模块
解决
方法
2023-07-04 10:11
【00】的博客
安装方法:pip install + 本地路径(举例:pip install "C:\Users\Kaige\Down
load
s\matplotlib-2.2.5-cp36-cp36m-win_amd64.whl")
import
matplotlib.pyplot as plt 报错,显示
找
不到
dll
文件。mport matplotlib 成功...
Python
报错:
ImportError
:
DLL
load
failed
:
找
不到
指定
的
模块
解决
方案详解
2019-05-20 10:51
水亦心的博客
错误产生的原因是对应
模块
的文件不完善或者没有对应的
模块
。
解决
方案
解决
方案如下: 主要是如下两个步骤: 1.
找
到
模块
,用pip将其卸载。以我遇到的为例: pip uninstall numpy 2.再一次将
模块
重新安装。 ...
遇到:
ImportError
:
DLL
load
failed
:
找
不到
指定
的
模块
错误应该如何
解决
2023-08-11 11:04
牛肉胡辣汤的博客
由于错误 "
ImportError
:
DLL
load
failed
:
找
不到
指定
的
模块
" 是在运行时发生的,所以示例代码的内容将取决于你具体使用的编程语言和相关库。在这个示例中,我们尝试导入名为 "my_module" 的
模块
。 块来捕获这个...
import
matplotlib 时报错:
ImportError
:
DLL
load
failed
while
import
ing _path:
找
不到
指定
的
模块
。
2021-10-13 12:22
ClearloveMe的博客
在网上
找
了很多种
解决
方法,都一一试过了,比如卸载numpy和matplotlib再重新安装,或者换成更低的版本,都不管用。最后终于
解决
了。 先说报错原因,这个问题是由于直接用pip下载的numpy缺少mkl导致的,
解决
办法就是...
[
Python
]
ImportError
:
DLL
load
failed
...
找
不到
指定
的
模块
此类问题
解决
方法
2020-07-21 15:55
王桑的一天的博客
ImportError
:
DLL
load
failed
找
不到
指定
模块
对于很多
Python
开发者来说,这类问题最为头疼,不知道如何下手
解决
。 我是在 virtualenv 虚拟环境下配置
Python
3.8.3 的开发环境。 OS: Windows 7 x64 各种依赖...
ImportError
:
DLL
load
failed
:
找
不到
指定
的
模块
解决
方案汇总
2020-12-08 19:44
sereasuesue的博客
import
numpy as np
Trace
back (most recent call last): File "F:\Anaconda3\envs\tensorflow2\lib\site-packages\numpy\core\__init__.py", line 22, in <module> from .
import
multiarray File "D:\...
【
python
安装
cart
opy
以后报错:
DLL
load
failed
while
import
ing
trace
:
找
不到
指定
的
模块
。】
2022-11-26 15:43
ChitaWang的博客
DLL
load
failed
while
import
ing
trace
:
找
不到
指定
的
模块
Python
技巧:气死了,死活
找
不到
模块
:
ImportError
:
DLL
load
failed
while
import
ing _cext:
找
不到
指定
的
模块
。
2024-11-19 20:00
Ankie(资深技术项目经理)的博客
试了各种办法,重新安装
python
, pip,matplotlib,kiwisolver都不管用。气死了,死活
找
不到
模块
,最终重新安装Microsoft Visual C++ ...
ImportError
:
DLL
load
failed
while
import
ing _cext:
找
不到
指定
的
模块
。
【
python
】报错:
ImportError
:
DLL
load
failed
:
找
不到
指定
的
模块
的详细
解决
办法
2021-09-04 12:10
HelenLee01的博客
报错:
ImportError
:
DLL
load
failed
:
找
不到
指定
的
模块
这个报错是由于没有安装好相应的
模块
,或者
模块
的版本不兼容导致的 1.首先根据报错给出的路径,
找
到具体的报错的
模块
进去
python
安装文件夹的Lib文件夹内...
ImportError
:
DLL
load
failed
while
import
ing etree:
找
不到
指定
的
模块
。
2022-12-22 22:47
阿龙的代码在报错的博客
今天我正在悠闲的逛着网站寻
找
今天要爬取的目标当我
找
到目标的时候正要创建我的scrapy爬虫文件的时候竟然报错了我很惊讶!...心想不应该啊,于是我就开始了寻
找
破解之法的道路,终于功夫不负有心人让我
找
到了。
matplotlib使用时
出现
ImportError
:
DLL
load
failed
while
import
ing _path:
找
不到
指定
的
模块
2021-05-11 13:55
“程序员”张三的博客
一、问题: 二、
解决
方案 1.根据自己的系统情况,选择相应版本下载Visual Studio(The latest supported Visual C++ down
load
s (microsoft.com)); 2.重启。
Python
之
ImportError
:
DLL
load
failed
:
找
不到
指定
的
模块
问题
解决
2018-07-10 14:11
bladestone的博客
在基于
python
来进行
import
之时,报出如下的错误: >> from PIL
import
Image
Trace
back (most recent call last): File "<i
python
-input-12-0f6709e38f49>", line 1, in ...
Python
之
ImportError
:
DLL
load
failed
:
找
不到
指定
的
模块
解决
方案
2023-02-11 12:01
撩本子高手的博客
Python
之
ImportError
:
DLL
load
failed
:
找
不到
指定
的
模块
解决
方案
python
使用scipy报错:“
ImportError
:
DLL
load
failed
:
找
不到
指定
的
模块
”的
解决
方案
2018-09-27 22:50
东写西读李老湿的博客
好久没有使用实验室电脑里的
python
了,某天打开电脑,执行以前写好并调试好的程序,
出现
了这样的错误:
Trace
back (most recent call last): File &amp;amp;amp;quot;E:/fish_track/
Trace
_main2.py&...
没有解决我的问题,
去提问
向专家提问
向AI提问
付费问答(悬赏)服务下线公告
◇ 用户帮助中心
◇ 新手如何提问
◇ 奖惩公告
问题事件
关注
码龄
粉丝数
原力等级 --
被采纳
被点赞
采纳率
系统已结题
5月24日
关注
码龄
粉丝数
原力等级 --
被采纳
被点赞
采纳率
创建了问题
5月16日