# 오류 상황
CondaVerificationError: The package for setuptools located at ~~~
appears to be corrupted. The path ~~~
specified in the package manifest cannot be found.
Conda create을 하려니 위의 에러 메세지가 뜸
참고글을 확인해보니 이전에 사용했던 남은 찌꺼기들로 인한 문제로 보인다고 한다.
# 오류 해결
불필요한 파일 제거
conda clean --all
Reference
https://jangjy.tistory.com/377
CondaVerificationError를 해결하자
conda 를 이용하여 특정 패키지를 설치를 시도하던 중 아래와 같은 에러를 만났다. ``` CondaVrificationError: The package for pytorch located at C:\~~~~~ appears to be corrupted. The path "Lib/site-packages/~~~~~.dll" specified in
jangjy.tistory.com
728x90