Centos 6 上的 Django 问题

Centos 6 上的 Django 问题

我在 Centos 6.8 服务器上安装 Graphite 时遇到问题:

Error: Package: graphite-web-0.9.16-2.el6.noarch (epel)
           Requires: Django >= 1.3
Error: Package: python-django-tagging-0.3.1-7.el6.noarch (epel)
           Requires: Django

但是,我在 python2.6 上通过 pip 安装了 Django:

 # python -c 'import django; print(django.get_version())'
1.6

yum 找不到一些额外的 Django 包,所以,也许有人可以帮助我在 Centos 6 上安装 Graphite

  • 我无法将 Centos 更新到版本 7。
  • 更新 python 有问题。

相关内容