본문 바로가기

Software/ML

OS.X 환경에서 tensorflow 오류 상황 해결

반응형

OS.X 콘솔 환경에서 tensorflow 를 설치하고 최초 실행을 하려고 할 때, 발생 될 수 있는 오류 입니다.

tensorflow 0.7.1, macbook pro 에서 나온 내용입니다.

import tensorflow as tf 명령어시 아래와 같은 메시지로 에러가 발생 됨

Error importing tensorflow. Unless you are using bazel, you should not try to import tensorflow from its source directory; please exit the tensorflow source tree, and relaunch your python interpreter from there.



검색을 통하여 다음과 같은 내용을 확인 할 수 있었음 (https://github.com/tensorflow/tensorflow/issues/1244)


일단 ‘tensorflow' 를 지웁니다.


다음 ‘protobuf’ 를 지웁니다.



# Mac OS X, CPU only:
$ sudo easy_install --upgrade six
$ sudo pip install --upgrade https://storage.googleapis.com/tensorflow/mac/tensorflow-0.7.1-cp27-none-any.whl


정상적으로 import 됩니다. 


반응형

'Software > ML' 카테고리의 다른 글

Youtube : 모두를 위한 딥러닝 강좌 시즌 1  (0) 2016.07.28