【发布时间】:2017-10-31 13:12:14
【问题描述】:
所以我整天都在尝试在我的 Ubuntu 系统上安装图形工具模块。我似乎无法弄清楚。基本上我想在 jupyter notebook 中使用这个包(在 anaconda 环境中)。我遵循了几个安装说明,但似乎没有任何效果。
例如:https://gist.github.com/dlozeve/ed59bba8bc8cb9b21e2af36cc9766938
我开始配置(根据我使用 python2.7 的事实进行调整),
./configure --prefix=/home/timo/anaconda2/envs/graph/ --with-python-module-path=/usr/local/lib/python2.7/site-packages
屈服:
configure: error: *** A compiler with support for C++14 language features is required.
有谁知道我可能做错了什么?或者作为让图形工具在我的 jupyter notebook 中工作的更简单方法?
非常感谢!
【问题讨论】:
标签: python-2.7 ubuntu anaconda jupyter-notebook graph-tool