싸이킷런(scikit-learn) 설치시 경로설정이 잘못되었거나 다운로드중 오류가 있었을때 발생하는 문제로
이것때문에 한동안 해맸는데..
StackOverflow를 뒤지다가 엄청 간단한 해결법을 발견...
https://github.com/scikit-learn/scikit-learn/issues/4830
결론은 딱 2줄
"콘다에 설치된 싸이킷런을 지우고 다시깔면 자동으로 맞게 세팅된다"
conda remove scipy scikit-learn -y
conda install scipy scikit-learn -y
'DeepLearning Framework & Coding > De-bugging' 카테고리의 다른 글
cannot import name 'Adam' from 'keras.optimizers' (0) | 2021.09.06 |
---|---|
ModuleNotFoundError: No module named 'wrapt' (0) | 2021.06.28 |
Tensorflow2는 tf.contrib를 지원하지 않습니다. (0) | 2020.12.30 |
The terminal process failed to launch: A native exception occurred (0) | 2020.12.29 |
module 'tensorflow_core.compat.v1' has no attribute 'contrib' (0) | 2020.12.27 |
댓글