#25411: UnicodeEncodeError with ZIP of latest (pre 1.9) master and PIP and 
Python
2.7
-------------------------------+--------------------
     Reporter:  carltongibson  |      Owner:  nobody
         Type:  Bug            |     Status:  new
    Component:  Packaging      |    Version:  master
     Severity:  Normal         |   Keywords:
 Triage Stage:  Unreviewed     |  Has patch:  0
Easy pickings:  0              |      UI/UX:  0
-------------------------------+--------------------
 Setting a dependency on Django to the **ZIP** of the latest master results
 in an error with PIP and Python 2.7:

      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.

-- 
You received this message because you are subscribed to the Google Groups 
"Django updates" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-updates/056.25f18ea8f7e9063047bed542fa2c65a8%40djangoproject.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to