﻿id	summary	reporter	owner	description	type	status	component	version	severity	resolution	keywords	cc	stage	has_patch	needs_docs	needs_tests	needs_better_patch	easy	ui_ux
25901	"Pip install crashing at ""Compiling"" phase due to ""Syntax error"""	Sreejith R	nobody	"To reproduce, do this inside a new virtualenv:

{{{
pip install Django==1.9
}}}

This is the output:

{{{
(test)~ ❯❯❯ pip install Django==1.9
Downloading/unpacking Django==1.9
  Downloading Django-1.9-py2.py3-none-any.whl (6.6MB): 6.6MB downloaded
Installing collected packages: Django
Compiling /Users/sreejith/Envs/test/build/Django/django/conf/app_template/apps.py ...
  File ""/Users/sreejith/Envs/test/build/Django/django/conf/app_template/apps.py"", line 4
    class {{ camel_case_app_name }}Config(AppConfig):
          ^
SyntaxError: invalid syntax

Compiling /Users/sreejith/Envs/test/build/Django/django/conf/app_template/models.py ...
  File ""/Users/sreejith/Envs/test/build/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 made a project in the virtualenv and tested. '''It works'''. Does anyone else have this problem?"	Bug	closed	Packaging	1.9	Normal	invalid	install, pip,		Unreviewed	0	0	0	0	0	0
