安装graphtool python时出错

安装graphtool python时出错,python,installation,graph-tool,Python,Installation,Graph Tool,我试图在centos上输入graphtool,但收到一个错误 这就是我尝试过的: (python_2.7_numerical) [lpuggini@machinelearn-1 ~]$ pip install git+https://github.com/count0/graph-tool Collecting git+https://github.com/count0/graph-tool Cloning https://github.com/count0/graph-tool to /t

我试图在centos上输入graphtool,但收到一个错误

这就是我尝试过的:

(python_2.7_numerical) [lpuggini@machinelearn-1 ~]$ pip install git+https://github.com/count0/graph-tool
Collecting git+https://github.com/count0/graph-tool
  Cloning https://github.com/count0/graph-tool to /tmp/pip-dU9eDe-build
    Complete output from command python setup.py egg_info:
    Traceback (most recent call last):
      File "<string>", line 1, in <module>
    IOError: [Errno 2] No such file or directory: '/tmp/pip-dU9eDe-build/setup.py'

    ----------------------------------------
(python_2.7_数字)[lpuggini@machinelearn-1~]$pip安装git+https://github.com/count0/graph-tool
集水罐+https://github.com/count0/graph-tool
克隆https://github.com/count0/graph-tool to/tmp/pip-dU9eDe-build
从命令python setup.py egg_info完成输出:
回溯(最近一次呼叫最后一次):
文件“”,第1行,在
IOError:[Errno 2]没有这样的文件或目录:'/tmp/pip-dU9eDe-build/setup.py'
----------------------------------------

(python_2.7_数字)[lpuggini@machinelearn-1~]$pip安装graphtool
收集笔墨
使用缓存的graphtool-0.5.2.tar.gz

收集樱桃糖你用的是哪种葡萄醇?如果您使用的是matplotlib %matplotlib内联

当我在Azureml开发时,这通常对我有效


您使用的是哪种图形?如果您使用的是matplotlib %matplotlib内联

当我在Azureml开发时,这通常对我有效


由于图形工具在引擎盖下使用C,因此安装有点麻烦


查看此处的安装说明

,因为图形工具在引擎盖下使用C,所以安装有点麻烦

请查看此处的安装说明

(python_2.7_numerical) [lpuggini@machinelearn-1 ~]$ pip install graphtool
Collecting graphtool
  Using cached graphtool-0.5.2.tar.gz
Collecting CherryPy<=3.1 (from graphtool)
  Using cached CherryPy-3.1.0.tar.gz
Collecting matplotlib<=0.90.1 (from graphtool)
  Using cached matplotlib-0.86.2.tar.gz
    Complete output from command python setup.py egg_info:
    installing data to ./matplotlib/mpl-data
    Traceback (most recent call last):
      File "<string>", line 1, in <module>
      File "/tmp/pip-build-16Qbh5/matplotlib/setup.py", line 201, in <module>
        build_transforms(ext_modules, packages, NUMERIX)
      File "setupext.py", line 760, in build_transforms
        add_numpy_flags(module)
      File "setupext.py", line 119, in add_numpy_flags
        module.include_dirs.append(numpy.get_numpy_include())
    AttributeError: 'module' object has no attribute 'get_numpy_include'