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

前端 未结 4 1755
刺人心
刺人心 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

    What solved this for me was installing seaborn via conda:

    conda install seaborn
    

    And then restarting the kernel

提交回复
热议问题