2016-11-03 4 views
3

저는 mac-osx에서 anaconda를 사용하고 python-igraph를 설치했습니다. 현재 igraph를 가져올 수 없습니다. 다음은 igraph라는 모듈이 없습니다 - 오류

표시된 오류입니다 :

파이썬 2.7.12 | 아나콘다 4.1.1 (x86_64의를) |

import igraph ---- ImportError: No module named igraph

그것은이 경로에 존재 - /Users/pc_name/anaconda/lib/python2.7/site-packages하고 난 단지 python_igraph-0.7.1.post6-py2.7.egg을 찾을 수 -info 파일.

스택 오버플로에서 다른 질문에 사용할 수있는 많은 것들을 시도했습니다. 이 문제를 어떻게 해결할 수 있습니까?

답변

1

python-igraph를 어떻게 설치했는지 언급하지 않으므로 아무 말도하지 않습니다. 그러나 나는 확실히 this package이 잘 작동한다고 확신합니다.

0

1) 내 컴퓨터에있는 파이썬-igraph 마스터 디렉토리에 실행하는 동안 다음과 같은 :이 희망

$python 
Python 2.7.13 |Anaconda 4.3.1 (x86_64)| (default, Dec 20 2016, 23:05:08) 
[GCC 4.2.1 Compatible Apple LLVM 6.0 (clang-600.0.57)] on darwin 
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 
>>> import igraph 
>>> 

: 새 터미널 창 킥 스타트 파이썬에서

conda install -c marufr python-igraph 

2) 도와주세요

관련 문제