我正在尝试在Ubuntu 14.04(x64)上为Anaconda Python 3.5安装图形工具,但事实证明这是一个真正的技巧.
我试过这种方法,但遇到了问题:
The following specifications were found to be in conflict:
- graph-tool
Use "conda info <package>" to see the dependencies for each package.
Run Code Online (Sandbox Code Playgroud)
挖掘依赖关系导致了gobject-introspection的死胡同
所以我尝试了另一种方法:
使用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) …Run Code Online (Sandbox Code Playgroud)