아나콘다로 설치한 파이썬에서 Seabron을 불러왔는데 DLL 에러가 나는 경우가 있다.

이 경우 대부분 Seabron과 Scipy 모듈의 충돌이 문제다.

 

1. 터미널로 가서 Scipy 모듈을 삭제 후 재설치

pip uninstall scipy

pip install scipy

 

2. Seabron 모듈을 삭제 후 재설치

pip uninstall seaborn

pip install seaborn

 

3. 주피터 랩 커널 'Restart the kernel'!!!

+ Recent posts