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을 업데이트하는 데 문제가 있습니다.

관련 정보