欢迎您访问程序员文章站本站旨在为大家提供分享程序员计算机编程知识!
您现在的位置是: 首页

ImportError: DLL load failed while importing qhull: 找不到指定的模块。问题解决!

程序员文章站 2022-03-20 13:09:14
...

ImportError: DLL load failed while importing qhull: 找不到指定的模块。问题解决!

问题描述

在使用seaborn时出现了以下问题:

ImportError: DLL load failed while importing qhull: 找不到指定的模块。

搜了一下,没找到很好的解决方案。

解决方案

  • 卸载scipy
pip uninstall scipy
  • 安装最新版的scipy
pip install scipy

然后就可以了。