在ubuntu 14.04上点击安装石墨给出错误

时间:2014-05-12 07:05:21

标签: graphite

pip install graphite发出以下错误:

 warning: no files found matching 'tools/py3tool.py'
 warning: no files found matching '*' under directory 'doc/f2py'
 warning: no previously-included files matching '*.pyc' found anywhere in distribution
 warning: no previously-included files matching '*.pyo' found anywhere in distribution
 warning: no previously-included files matching '*.pyd' found anywhere in distribution
 Downloading/unpacking piddle>=1.0.15 (from graphite)
 Could not find a version that satisfies the requirement piddle>=1.0.15 (from graphite)    (from versions: 0.2.dev.linux-x86_64, 0.3.dev) 
Cleaning up...
No distributions matching the version for piddle>=1.0.15 (from graphite)

我使用的是ubuntu 14.04。

3 个答案:

答案 0 :(得分:3)

在Ubuntu 14.04上,您可以从包中安装石墨。

安装graphite-web

sudo apt-get install -y graphite-web

Install whisper

sudo apt-get install -y python-whisper 

安装碳

sudo apt-get install -y graphite-carbon

您还可以使用script: 但除了使用

rm /etc/apache2/000-default.conf

你应该使用命令

sudo a2dissite 000-default

答案 1 :(得分:1)

尝试使用fedora系统:

pip-python install carbon whisper graphite-web

安装依赖项:

# pip-python install django django-tagging
# https://github.com/graphite-project/ceres/ (Not sure why this was needed       in spite of whisper being present)
# Check if anything else python check-dependencies.py (from a source checkout)

答案 2 :(得分:1)

问题在于石墨' PyPI上的软件包并不是你所期望的,而是2009年的死包(?)。使用pip安装石墨网,碳和耳语会做你想要的,例如。

pip install graphite-web carbon whisper