运行程序发现内核崩溃,定位到问题是使用plt.figure()的地方崩溃的,找到的解决方法是
conda update matplotlib
其实定位还花了点时间,优快云上一些解决方案是对的,直接更新全部就行了
conda upgrade --all
结果第二天打开又崩了,真的欲哭无泪,报错信息:

OMP: Error #15: Initializing libiomp5md.dll, but found libiomp5md.dll already initialized.
OMP: Hint This means that multiple copies of the OpenMP runtime have been linked into the program. That is dangerous, since it can degrade performance or cause incorrect results. The best thing to do is to ensure that only a single OpenMP runtime is linked into the process, e.g. by avoiding static linking of the OpenMP runtime in any library. As an unsafe, unsupported, undocumented workaround you can set the environment variable KMP_DUPLICATE_LIB_OK=TRUE to allow the program to continue to execute, but that may cause crashes or

最低0.47元/天 解锁文章
1万+





