d2l:Failed to load image Python extension: [WinError 126] 找不到指定的模块。

The kernel ‘tf (Python 3.7.13)’ died. View Jupyter log for further details.

在学习的时候出现这两个问题
原因可能是image找不到;但是我这个的原因时内存不够用。

添加这段代码就好了

import os
os.environ["KMP_DUPLICATE_LIB_OK"]="TRUE"

还有一个小问题,就是当你使用py文件运行不了的时候,可以使用jupyter来运行代码。像是我刚安装完d2l库就来运行,发现jupyter可以识别,py识别不了这个库。

Error: Canceled future for execute_request message before replies were done相关推荐

  1. 解决Canceled future for execute_request message before replies were done

    报错:Canceled future for execute_request message before replies were done The Kernel crashed while exe ...

  2. ERROR: missing Change-Id in commit message footer

    最近从Eclipse换到IDEA作为工作环境进行开发.我们公司用的是gerrit+git.进行代码管理工作,idea上添加git 如果是默认路径会自动添加上git,然后在gerrit上搜索gerrit ...

  3. 记一次Jenkins 打包异常 ERROR: Exception when publishing, exception message [Failure]

    记一次Jenkins 打包异常 ERROR: Exception when publishing, exception message [Failure] 参考文章: (1)记一次Jenkins 打包 ...

  4. Jenkins发版常见问题:ERROR: Exception when publishing, exception message [Failure]

    Jenkins 报错日志: ERROR: Exception when publishing, exception message [Failure] Build step 'Send build a ...

  5. 使用imagick将PDF转换成图片时报Fatal error: Uncaught exception 'ImagickException' with message 'FailedToExecute

    个人博客原文地址:http://www.lampnick.com/php/720 $IM = new imagick(); $IM->setResolution(200, 200); $IM-& ...

  6. ERROR: Exception when publishing, exception message

    jenkins出现ERROR: Exception when publishing, exception message ERROR: Exception when publishing, excep ...

  7. Minio 在Linux环境部署报错error occured ErrorResponse(code=InternalError, message=We encountered an internal

    在部署minio 时程序上传文件报错 error occured ErrorResponse(code=InternalError, message=We encountered an interna ...

  8. ERROR: Exception when publishing, exception message [Failed to connect and initialize SSH connection

    JEKINS构建报以下错误:ERROR: Exception when publishing, exception message [Failed to connect and initialize ...

  9. git gc error: failed to run repack message

    https://stackoverflow.com/questions/18563246/git-gc-error-failed-to-run-repack-message

最新文章

  1. 日本政府用AI分配对象了!给你分一个的话,敢不敢要?
  2. 再读《精通css》04:盒模型和空白边叠加
  3. python实现冒泡排序视频_Python实现冒泡排序算法的完整实例
  4. C标准中一些预定义的宏,如__FILE__,__func__等
  5. sql server 优化_SQL Server中很少有外行优化
  6. 一站式服务助力研发 2020 Ohayoo游戏开发者沙龙广州站成功揭幕
  7. java继承中的初始化顺序
  8. 颜色和心理年龄测试软件,超准的色彩心理学:选8个颜色,就可以测出你的心理年龄...
  9. 电学 —— LC 振荡电路
  10. SQL SERVER 查看数据库表的字段类型,是否允许为NULL,默认值,主键等
  11. hihoCoder - 1079 - 离散化 (线段树 + 离散化)
  12. 最好的git命令行基础使用教程 windows
  13. XML+Application来编写计数器(二)
  14. 计算机网络应用基础的题,计算机网络应用基础试题
  15. 中国石化股票价值线分析
  16. 显卡驱动程序如何更新
  17. PX30 android8.1 时区更改
  18. Android开发这么久你竟然还不知道Dropbox?
  19. python跳过本次循环_python跳过循环
  20. Win10去除资源管理器导航窗格多余的文件夹(3D对象、桌面、图片等)

热门文章

  1. 爬虫之爬取易班推文信息
  2. 百城巡展 | 人大金仓3月山海之约圆满收官
  3. 该怎么学好软件工程这门课?
  4. c语言printf函数中的格式控制字符串,C++_C语言格式化输入输出函数详解,一:格式输出函数printf() 1 - phpStudy...
  5. 对[我所认识的BIOS]系列 -- CPU的第一条指令 一文扩充(III):从源代码到 FFS 文件
  6. 你可以穿裙子,但是请放长你的裙摆
  7. OpenCV 形态学操作应用——提取水平与垂直线
  8. python-web开发[12]之css案例、bootstrap探索
  9. 查找和排序方法归类----C和C++
  10. Qt(c++)调用python一直报错slot、hypot等