if i see `Exception message: 'ascii' codec can't e...
# development
a
if i see
Exception message: 'ascii' codec can't encode character u'\u2018' in position 979: ordinal not in range(128)
, is there an expression with
.decode()
or
.encode()
that should likely be happening somewhere? it comes up in ci environments sometimes when there's an error when running the pex
Installer
class, and i can see where to change, but not what to change