When performing pip install pandas
on a Digital Ocean 512MB droplet, I get the error UnicodeDecodeError: 'ascii' codec can't decode byte 0xe2 in position 41: ordinal not in range(128)
.
Any ideas what may have caused it? I'm running Ubuntu 12.04 64bit.
It looks like gcc being killed due to insufficient memory (see @Blender's comment) exposed a bug in pip. It mixes bytestrings and Unicode while logging that leads to:
If it is reproducible with the latest
pip
version; you could report the bug.It might be a permissions issue. Did you try: