Process finished with exit code -1066598274 (0xC06D007E)解决办法

时间:2025-05-08 09:09:50

转载的,直接上解决方法:

【-1066598274 (0xC06D007E)】解决matplotlib版本冲突问题_Desny的博客-****博客_process finished with exit code -1066598274 (0xc06

问题描述

from skimage import io
import  as plt

导入时报错

Process finished with exit code -1066598274 (0xC06D007E)

 

按上述文章分析的可能的原因

安装skimage后,numpy版本和之前安装matplotlib时安装的版本冲突,需要卸载重装。

发这个文章是因为直接搜这个的时候半天没搜到,差点重新整了个环境,为了方便后人搜索,就换个标题转载一下。