https://github.com/django/django/archive/master.zip
File ".../django-appconf/.tox/py27-dj19/lib/python2.7/site-
packages/pip/utils/__init__.py",
line 231, in split_leading_dir
path = str(path)
UnicodeEncodeError: 'ascii' codec can't encode character u'\u2297' in
position 60:
ordinal not in range(128)
Switching to the `tar.gz` resolves this.
There's a related PIP issue here: https://github.com/pypa/pip/issues/2729
--
Ticket URL: <https://code.djangoproject.com/ticket/25411>
Django <https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.
* needs_better_patch: => 0
* version: master => 1.8
* needs_tests: => 0
* needs_docs: => 0
Comment:
Working on this issue for https://github.com/django-compressor/django-
appconf/pull/23, it seems to also apply to Django 1.8 — see build failure
here: https://travis-ci.org/django-compressor/django-appconf/jobs/80584175
I hadn't noticed that.
--
Ticket URL: <https://code.djangoproject.com/ticket/25411#comment:1>
* status: new => closed
* resolution: => duplicate
Comment:
Duplicate of #24408.
--
Ticket URL: <https://code.djangoproject.com/ticket/25411#comment:2>