Python2. X can't install Django now: collecting Django Using Cached django-2.0.tar.gz

Source: Internet
Author: User
Tags install django

To install Django2 using PIP:

pip install django

Error:

Collecting Django
Using Cached django-2.0.tar.gz
Complete output from command python setup.py egg_info:
Traceback (most recent):
File "<string>", line 1, in <module>
File "django/setup.py", line +, in <module>
Version = __import__ (' Django '). Get_version ()
File "django/__init__.py", line 1, <module>
From django.utils.version import get_version
File "django/utils/version.py", line at <module>
@functools. Lru_cache ()
Attributeerror: ' Module ' object has no attribute ' Lru_cache '

Reason

This is because django2.0 is incompatible with Python 2.x.

Lru_cache is new for Python3.2, and django2.0 only supports python3.4+.

Workaround

For incompatibility issues, workaround two:

1, install the following version of django2.0, such as Django 1.11

pip install ‘django<2.0‘

Python2. X can't install Django now: collecting Django Using Cached django-2.0.tar.gz

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.