이 오류를 도와주세요
내 서버에 tensorflow 모듈을 설치했으며 아래 정보가 있습니다.
15IT60R19@cpusrv-gpu-109:~$ pip show tensorflow
Name: tensorflow
Version: 1.0.0
Summary: TensorFlow helps the tensors flow
Home-page: http://tensorflow.org/
Author: Google Inc.
Author-email: opensource@google.com
License: Apache 2.0
Location: /home/other/15IT60R19/anaconda2/lib/python2.7/site-packages
Requires: mock, numpy, protobuf, wheel, six
하지만 tensorflow를 가져 오려고하면 다음과 같은 오류가 발생합니다.
>>> import tensorflow as tf
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
ImportError: No module named tensorflow
내 파이썬 버전은 다음과 같습니다.
Python 2.7.12 |Anaconda 2.5.0 (64-bit)| (default, Jul 2 2016, 17:42:40)
[GCC 4.4.7 20120313 (Red Hat 4.4.7-1)] on linux2
Type "help", "copyright", "credits" or "license" for more information.
Anaconda is brought to you by Continuum Analytics.
Please check out: http://continuum.io/thanks and https://anaconda.org
sol1 에서 주어진 솔루션을 시도했습니다.
서버에 대한 sudo 액세스 권한이 없습니다. pip 만 사용하여 모듈을 설치할 수 있습니다.
Could not find a version that satisfies the requirement tensorflow (from versions: ) No matching distribution found for tensorflow