ImportError: DLL load failed while importing qhull: 找不到指定的模块。问题解决!
问题描述
在使用seaborn时出现了以下问题:
ImportError: DLL load failed while importing qhull: 找不到指定的模块。
搜了一下,没找到很好的解决方案。
解决方案
卸载scipy
pip uninstall scipy
安装最新版的scipy
pip install scipy
然后就可以了。