만능 에러해결 주머니
[Ubuntu 20.04] RemoveError: 'setuptools' is a dependency of conda and cannot be removed fromconda's operating environment. 에러 해결법
임대추
2021. 4. 19. 13:10
conda로 작업을 하다
RemoveError: 'setuptools' is a dependency of conda and cannot be removed fromconda's operating environment. 에러가 발생하여 해결법을 찾아왔습니다.
해당 오류는 setuptools 모듈이 설치가 되지않아 발생하는 에러로 conda 업데이트를 통해 해결할 수 있습니다.
conda update --force conda
해당 명령어를 터미널에 입력하신 후 y로 설치 진행하시면 해당 오류가 사라지게 됩니다.
정말 쉽죠?
반응형