garnaat / kappa

What precedes Lambda
http://kappa.readthedocs.org/en/develop/
Apache License 2.0
902 stars 89 forks source link

Fixed Python 3 compatibility #134

Closed jwygoda closed 4 years ago

jwygoda commented 5 years ago

Otherwise, the build fails with an encoding error due to the default locale being ASCII on the Debian builders, not UTF-8. Regardless, this is the recommended approach for writing a setup.py which supports both Python 2 and Python 3.

Similar problem: pytest-dev/pytest-mock#107