Opened 10 years ago
Closed 10 years ago
#24383 closed Uncategorized (invalid)
Django 1.3.7 wheel install uses /usr/local/django
Reported by: | Harry Percival | Owned by: | nobody |
---|---|---|---|
Component: | Uncategorized | Version: | 1.3 |
Severity: | Normal | Keywords: | |
Cc: | Florian Apolloner | Triage Stage: | Unreviewed |
Has patch: | no | Needs documentation: | no |
Needs tests: | no | Patch needs improvement: | no |
Easy pickings: | no | UI/UX: | no |
Description (last modified by )
This may be a bit of a weird edge case, but here's the problem we encountered:
- build a wheel using: pip wheel --wheel-dir=/tmp/wheels django==1.3.7
- attempt to install the wheel system-wide using pip install --use-wheel --no-index --find-links=/tmp/wheels django==1.3.7
- notice that django has put files and folders into /usr/local/django (but not all of them). example is contrib/admin/templates. but not contrib/admin/templatetags. go figure.
The other version we've tested is 1.6, which seems to install fine via a wheel.
Change History (3)
comment:1 by , 10 years ago
Description: | modified (diff) |
---|
comment:2 by , 10 years ago
Description: | modified (diff) |
---|
comment:3 by , 10 years ago
Resolution: | → invalid |
---|---|
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
We didn't add wheel support until Django 1.5. Django 1.3 is no longer supported per our supported versions policy so you'll have to fix that on your own if you care about it.