我正在尝试在 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.
挖掘依赖关系导致 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) 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 命令的环境变量和 conda 将 libboost 安装到 Anaconda 奇怪的地方,我只是不知道该怎么做,而且我的 Google-fu 让我失望了。所以这是另一个死胡同。
最近必须在 linux-64 中安装图形工具的任何人都可以给我一个演练吗?这是在 VMWare Workstation 10.0.7 中运行的全新 VM