我試圖在Ubuntu 14.04(x64)上安裝Anaconda Python 3.5的圖形工具,但事實證明這是一個真正的竅門。如何在linux-64上安裝Anaconda Python 3.5的圖形工具?
我試過this approach,但碰到的問題:
The following specifications were found to be in conflict:
- graph-tool
Use "conda info <package>" to see the dependencies for each package.
通過依賴挖掘導致了死衚衕在GObject的內省
所以,我想另一種方法:
用conda安裝boost,然後嘗試./configure,make和make install graph-tool ...哪有一個布特儘可能的./configure:
===========================
Using python version: 3.5.2
===========================
checking for boostlib >= 1.54.0... yes
checking whether the Boost::Python library is available... yes
checking whether boost_python is the correct library... no
checking whether boost_python-py27 is the correct library... no
checking whether boost_python-py27 is the correct library... (cached) no
checking whether boost_python-py27 is the correct library... (cached) no
checking whether boost_python-py35 is the correct library... yes
checking whether the Boost::IOStreams library is available... yes
configure: error: Could not link against boost_python-py35 !
我知道這是一些關於./configure命令和暢達安裝libboost到蟒蛇的奇怪的地方環境變量,我只是不知道該怎麼辦,我的Google-fu讓我失望。所以這是另一個死路一條。
任何需要最近在linux-64上安裝圖形工具的人都會給我一個演練嗎?這是一個新的虛擬機在VMware工作站10.0.7
我能夠使它在Ubuntu 14上工作。04 with Anaconda 3通過編寫'conda create -n graph -c floriangeigl -c vgauthier -c msarahan -c bioconda -c ostrokach -c salford_systems -c ptorrestr -c pkgw -c kalefranz python graph-tool'你能不能顯示命令你用過那種不可滿足的依賴性嗎? – darthbith
「conda config --add channels vgauthier --add channels rwest」後跟「conda install graph-tool」 – geofurb
如果您嘗試我放入評論的命令,該怎麼辦? – darthbith