import mglearn 에러

조회수 1959회

제가 파알못이라... 이거 왜 이런지 모르겠습니다 cmd 창에서 pip install mglearn 하고 나서 idle 실행해서 import mglearn 하면 이렇게 에러 뜹니다.

Warning (from warnings module):
  File "C:\Users\SAMSUNG\AppData\Local\Programs\Python\Python38\lib\site-packages\sklearn\externals\six.py", line 28
    warnings.warn("The module is deprecated in version 0.21 and will be removed "
FutureWarning: The module is deprecated in version 0.21 and will be removed in version 0.23 since we've dropped support for Python 2.7. Please rely on the official version of six (https://pypi.org/project/six/).

Warning (from warnings module):
  File "C:\Users\SAMSUNG\AppData\Local\Programs\Python\Python38\lib\site-packages\sklearn\externals\joblib\__init__.py", line 15
    warnings.warn(msg, category=FutureWarning)
FutureWarning: sklearn.externals.joblib is deprecated in 0.21 and will be removed in 0.23. Please import this functionality directly from joblib, which can be installed with: pip install joblib. If this warning is raised when loading pickled models, you may need to re-serialize those models with scikit-learn 0.21+.
  • 특정 패키지가 버전이 낮아서 곧 지원 안한다는 얘기인것 같은데요. 혹시 아예 실행이 안되나요? HIAOAIH 2020.5.10 19:51
  • 네 아예 안되네요 ㅜㅜ 이승환 2020.5.11 13:55
  • 혹시 모르니 sklearn을 다시 설치해보세요 HIAOAIH 2020.5.11 14:34
  • 해결했습니다 감사합니다 이승환 2020.5.12 19:36

답변을 하려면 로그인이 필요합니다.

프로그래머스 커뮤니티는 개발자들을 위한 Q&A 서비스입니다. 로그인해야 답변을 작성하실 수 있습니다.

(ಠ_ಠ)
(ಠ‿ಠ)