2014-05-19 2 views
0

내가 사용하는 데비안 7 PyTango 7.2를 설치할 수 있어요 :데비안 7의 virtualenv에 어떻게 PyTango 7.2를 설치할 수 있습니까?

sudo apt-get install python-pytango #installs on system, not virtualenv 

는 그러나, 나는 파이썬 VIRTUALENV에 설치해야합니다. 나는 VIRTUALENV을 만들어 다음과 같은 전제 조건을 설치했지만 여전히 컴파일되지 않는 한 :

sudo apt-get install python-pytango #so this anyway to install some prerequisites 
sudo apt-get install libboost-python-dev #additional prerequisite for compilation 
workon virtualenvname 
easy_install PyTango-7.2.4.tar.gz 

를 내가 얻을 :

Processing PyTango-7.2.4.tar.gz 
Running PyTango-7.2.4/setup.py -q bdist_egg --dist-dir /tmp/easy_install-ZhyGFF/PyTango-7.2.4/egg-dist-tmp-psCoDv 
/tmp/easy_install-ZhyGFF/PyTango-7.2.4/src/api_util.cpp:25:19: fatal error: tango.h: No such file or directory 
compilation terminated. 
error: Setup script exited with error: command 'gcc' failed with exit status 1 

내가 추측하고있어 그 내가 할 수있는 apt-get install 추가 탱고 패키지 또는 두 개의 tango.h를 사용 가능하게 만들지 만 어느 것을 사용할 수 있습니까? 아니면 다른 방법이 있습니까?

답변

관련 문제