process finished with exit code -1073741819 (0xC0000005)
莫名其妙,没有报错,诡异的错误结果。
一开始以为是编译环境的问题,后来一看应该是
import matplotlib.pyplot as plt
这个包我的环境没有装!!
本文记录了一次在尝试导入Matplotlib库时遇到的奇怪错误:processfinishedwithexitcode-1073741819(0xC0000005)。起初怀疑是编译环境的问题,但最终发现是因为环境中未安装Matplotlib导致。
process finished with exit code -1073741819 (0xC0000005)
莫名其妙,没有报错,诡异的错误结果。
一开始以为是编译环境的问题,后来一看应该是
import matplotlib.pyplot as plt
这个包我的环境没有装!!
930
400

被折叠的 条评论
为什么被折叠?