pip install --upgrade tensorflow
(tensorflow 설치)시,
두 오류가 같이 남. (텐서플로우 설치 시 타 패키지의 버전 문제)
이 때, pip install --upgrade setuptools
로 해결해주면 됨. (상위 버전 설치)
pip install --upgrade tensorflow
(tensorflow 설치)시,
두 오류가 같이 남. (텐서플로우 설치 시 타 패키지의 버전 문제)
이 때, pip install --upgrade setuptools
로 해결해주면 됨. (상위 버전 설치)