Seaborn ImportError: DLL load failed: The specified module could not be found

前端 未结 4 1783
刺人心
刺人心 2021-01-06 00:32

I am getting the \"ImportError: DLL load failed: The specified module could not be found.\" when importing the module seaborn.

I tried uninstalling

4条回答
  •  借酒劲吻你
    2021-01-06 01:18

    I was having this issue until I uninstalled and reinstalled scipy with the pip command. Just got to your command line and type pip uninstall scipy and pip install scipy.

    Hopefully that works for you as well. I also uninstalled/installed seaborn before this although I'm not sure if that was necessary.

    Using conda rather than pip may also work.

提交回复
热议问题