{{{
$ sudo pip3 install Django
Downloading/unpacking Django
Downloading Django-1.9-py2.py3-none-any.whl (6.6MB): 6.6MB downloaded
Installing collected packages: Django
*** Error compiling
'/tmp/pip_build_root/Django/django/conf/app_template/apps.py'...
File "/tmp/pip_build_root/Django/django/conf/app_template/apps.py", line
4
class {{ camel_case_app_name }}Config(AppConfig):
^
SyntaxError: invalid syntax
*** Error compiling
'/tmp/pip_build_root/Django/django/conf/app_template/models.py'...
File "/tmp/pip_build_root/Django/django/conf/app_template/models.py",
line 1
{{ unicode_literals }}from django.db import models
^
SyntaxError: invalid syntax
Successfully installed Django
Cleaning up...
}}}
I believe it is an easy picking.
Thanks,
Thiago
--
Ticket URL: <https://code.djangoproject.com/ticket/25960>
Django <https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.
* status: new => closed
* needs_better_patch: => 0
* needs_tests: => 0
* needs_docs: => 0
* resolution: => invalid
Comment:
Please see https://docs.djangoproject.com/en/1.9/releases/1.9
/#syntaxerror-when-installing-django-setuptools-5-5-x
--
Ticket URL: <https://code.djangoproject.com/ticket/25960#comment:1>