목록Debug/Tensorflow (1)
Dev Log
[Tensorflow] ERROR: Cannot uninstall 'wrapt'.
Cannot uninstall 'wrapt' 에러 해결 Python Tensorflow를 시작하기 전 pip를 통해 패키지를 설치할 때 다음과 같은 에러가 발생하는 경우가 있다. ERROR: Cannot uninstall 'wrapt'. It is a distutils installed project and thus we cannot accurately determine which files belong to it which would lead to only a partial uninstall. 기존 wrapt 패키지와 충돌하여 발생하는 에러로 추정된다. /usr/lib/python3/dist-packages 내의 wrapt 폴더와 wrapt-x.xx.xx.egg-info 파일을 다른 위치에 옮긴 후 다..
Debug/Tensorflow
2021. 5. 11. 14:11