• 카테고리

    질문 & 답변
  • 세부 분야

    데이터 분석

  • 해결 여부

    미해결

missingno 설치 문의드립니다.

20.05.16 12:42 작성 조회수 741

1

아나콘다 관리자 권한으로 들어가 default 경로 그대로 진행했는데 환경이 inconsistent 하다는 문구가 떴고,

(base) C:\WINDOWS\system32>conda install -c conda-forge missingno

The environment is inconsistent, please check the package plan carefully

The following packages are causing the inconsistency:

안되는 것 같아서 아나콘다로 경로 다시 지정 후 missigno 설치했습니다.

(base) C:\Anaconda3>conda install -c conda-forge missingno

이번에는 맨 마지막에 아래와 같은 메세지가 나오고

Verifying transaction: failed

RemoveError: 'setuptools' is a dependency of conda and cannot be removed from

conda's operating environment.

다시 주피터 노트북으로 돌아가 아래 코드를 실행시켜보니 *만 나오고 에러 코드나 실행결과물이 안 나옵니다.

import missingno as msno

msno.matrix(df)

제가 뭘 잘못한 걸까요?

답변 1

답변을 작성해보세요.

0

설치 때문에 어려움이 많으셨겠어요 ㅠㅠ

저도 해당 오류는 겪어보지 못해서 정확한 답변이 될지 모르겠지만 구글링을 해서  검색한 결과를 공유합니다.

아래와 같이 conda 를 업데이트 해주시고 재설치 해보시겠어요?

conda update --force conda
conda update anaconda

올려주신 오류로 찾는 스택오버플로우 글은 다음 글 입니다.

https://stackoverflow.com/questions/57549872/removeerror-setuptools-is-a-dependency-of-conda-and-cannot-be-removed-from-co