[ Error ]/CT Skin Segmentation
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.
마찬가지로, pip install --upgrade tensorflow 시 나타나는 에러. (텐서플로우 설치 시 타 패키지의 버전 문제) 이 때, pip install --ignore-installed -U wrapt 로 해결하면 된다.
ERROR: tensorboard 2.2.2 has requirement setuptools>=41.0.0, but you'll have setuptools 40.2.0 which is incompatible.
pip install --upgrade tensorflow (tensorflow 설치)시, 두 오류가 같이 남. (텐서플로우 설치 시 타 패키지의 버전 문제) 이 때, pip install --upgrade setuptools 로 해결해주면 됨. (상위 버전 설치)