Error: Canceled future for execute_request message before replies were done

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识别不了这个库。

你可能感兴趣的:(python,python)