Getting Invalid syntax error while installing Django 1.9a1 and 1.9b1
When I am trying to install django 1.9a1 or 1.9b1 using pip on python version 2.7.6. I am getting syntax error though installation is not getting effected because of this.
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
and
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
Change History
(11)
Description: |
modified (diff)
|
Resolution: |
→ worksforme
|
Status: |
new → closed
|
Component: |
Uncategorized → Documentation
|
Resolution: |
worksforme
|
Status: |
closed → new
|
Triage Stage: |
Unreviewed → Accepted
|
Triage Stage: |
Accepted → Ready for checkin
|
Resolution: |
→ fixed
|
Status: |
new → closed
|
What version of pip? I have no trouble with Python 2.7.6 and pip 7.1.2.