2017-03-05 2 views
0

내가 성공적으로 당신은 수 있습니다 내가 오류를Tensorflow 설치 오류

Found existing installation: numpy 1.8.0rc1 
DEPRECATION: Uninstalling a distutils installed project (numpy) has been deprecated and will be removed in a future version. This is due to the fact that uninstalling a distutils project will only partially uninstall the project. 
Uninstalling numpy-1.8.0rc1: 
OSError: [Errno 1] Operation not permitted: '/tmp/pip-Z5MKQS-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/numpy-1.8.0rc1-py2.7.egg-info' 

답변

0

을 얻고 처음 5 단계를하지만 5

pip install --upgrade tensorflow 

에갔습니다 VIRTUALENV 와 tensorflow 설치하려고 전 세계적으로 설치 sudo를 추가하십시오.

sudo pip install --upgrade tensorflow 

그렇지 않으면 numpy se pardo로 sudo를 실행 한 다음 로컬로 tensorflow를 설치할 수 있습니다.

0

왜 그런 오류가 있는지 알 수 없습니다. 하지만 먼저 pip3을 설치 한 다음 pip3으로 설치해보십시오. pip3 install --upgrade tensorflow 도움이 될 것입니다.