The command pip install watchdog gives this..
A little google tells me this might be because it runs out of memory.Downloading/unpacking watchdog
Downloading watchdog-0.6.0.tar.gz (76kB): 76kB downloaded
Running setup.py egg_info for package watchdog
no previously-included directories found matching 'docs/source/_themes/.git*'
Downloading/unpacking PyYAML>=3.09 (from watchdog)
Downloading PyYAML-3.10.tar.gz (241kB): 241kB downloaded
Running setup.py egg_info for package PyYAML
Downloading/unpacking argh>=0.8.1 (from watchdog)
Downloading argh-0.23.3.tar.gz
Running setup.py egg_info for package argh
Traceback (most recent call last):
File "<string>", line 16, in <module>
File "/usr/lib/python3.3/encodings/ascii.py", line 26, in decode
return codecs.ascii_decode(input, self.errors)[0]
UnicodeDecodeError: 'ascii' codec can't decode byte 0xc2 in position 103: ordinal not in range(128)
I have gpu_mem_512=64 in /boot/config.txt but putting this back to the default doesnt change the error, nor the point where it occurs.
Has anyone else experienced this and found the solution?