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

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

    I had the same problem.

    I uninstalled seaborn with pip uninstall seaborn and then I installed it with pip install seaborn

    Then it didn't work so I restarted the KERNEL and it works.

提交回复
热议问题