This is a pip bug. Could Python 3.3 be doing something different or is
your default encoding for open() different than the typical pip
developer's?

https://github.com/pypa/pip/issues/1298



On Thu, Dec 12, 2013 at 6:02 PM, Éric Araujo <mer...@netwok.org> wrote:
> Distutils is not fully aware of unicode.  Something to try: open your files
> like you do and get their contents as unicode, but encode the result to
> UTF-8 bytes before passing it to the setup function.
>
> I thinks this is worth reporting to bugs.python.org, if it isn’t already.
>
> Regards
>
> _______________________________________________
> Distutils-SIG maillist  -  Distutils-SIG@python.org
> https://mail.python.org/mailman/listinfo/distutils-sig
_______________________________________________
Distutils-SIG maillist  -  Distutils-SIG@python.org
https://mail.python.org/mailman/listinfo/distutils-sig

Reply via email to