小编geo*_*urb的帖子

如何在linux-64上安装Anaconda Python 3.5的图形工具?

我正在尝试在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)

python python-3.x anaconda ubuntu-14.04 graph-tool

6
推荐指数
1
解决办法
4614
查看次数

标签 统计

anaconda ×1

graph-tool ×1

python ×1

python-3.x ×1

ubuntu-14.04 ×1