在Codenvy上安装matplotlib

时间:2015-04-07 18:55:42

标签: python matplotlib codenvy

任何人都有在Codenvy上安装matplotlib的经验(https://codenvy.com)?

我一直在尝试运行我的应用程序时遇到以下错误:

[DOCKER]le "/usr/lib/python3.4/distutils/version.py", line 343, in _cmp

[DOCKER]

[DOCKER]if self.version < other.version:

[DOCKER]

[DOCKER]Error: unorderable types: str() < int()

[DOCKER]

[DOCKER]------------------------------------

[DOCKER]     Command "python setup.py egg_info" failed with error code 1 in /tmp/pip-build-tcimm8pc/matplotlib

[DOCKER][ERROR] The command [/bin/sh -c cd /tmp/application && sudo virtualenv /env && sudo /env/bin/pip install -r requirements.txt] returned a non-zero code: 1

[ERROR] We are having trouble starting the runner and deploying application Python. Either necessary files are missing or a fundamental configuration has changed.

[ERROR] Unable to retrieve the application logs from the runner.: You tried to detect unknown message. Please, check your message. Your message: The command [/bin/sh -c cd /tmp/application && sudo virtualenv /env && sudo /env/bin/pip install -r requirements.txt] returned a non-zero code: 1

我的requirements.txt包含:

numpy
matplotlib

1 个答案:

答案 0 :(得分:0)

输出如下:

matplotlib:是的[1.4.3] python:yes [2.7.9(默认,2015年3月1日,12:57:24)[GCC 4.9.2]]平台:是[linux2]

所需的依赖和扩展

numpy:是的,没找到。点子可以安装在下面。

六:是的,未找到六个.pip将尝试在matplotlib之后安装它。

dateutil:是找不到dateutil。它是日期轴支持所必需的。 pip / easy_install可能会尝试在matplotlib之后安装它。] pytz:是没有找到pytz。 pip将尝试在matplotlib之后安装它。

龙卷风:是没有找到龙卷风。它是WebAgg后端所必需的。 pip / easy_install可能会尝试在matplotlib之后安装它。

pyparsing:是的,没有找到pyparsing。这是mathtext支持所必需的。 pip / easy_install可能会尝试在matplotlib之后安装它。 pycxx:是无法导入。使用本地副本。

libagg:是&#39; libagg&#39;的pkg-config信息无法找到。使用本地副本。

freetype:no找不到freetype2(ft2build.h)的C / C ++头文件。您可能需要安装开发包。

png:没有用于&#39; libpng&#39;的pkg-config信息无法找到。

qhull:是&#39; qhull&#39;的pkg-config信息无法找到。使用本地副本。

缺少某些依赖项。

看看类似的主题:

Matplotlib compilation error: TypeError: unorderable types: str() < int()

Installing matplotlib and its dependencies without root privileges