You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
$ python3 -m pip install watchdog
Downloading https://files.pythonhosted.org/packages/01/01/cc9b2fd111e19687dd42155f066718bccb414c8a728eb7df0b229742caf7/watchdog-0.10.0.tar.gz (94kB)
Complete output from command python setup.py egg_info:
Traceback (most recent call last):
File "<string>", line 1, in <module>
File "/tmp/pip-build-xb_pe9d_/watchdog/setup.py", line 86, in <module>
changelog = f.read()
File "/usr/lib/python3.6/encodings/ascii.py", line 26, in decode
return codecs.ascii_decode(input, self.errors)[0]
UnicodeDecodeError: 'ascii' codec can't decode byte 0xe2 in position 63: ordinal not in range(128)
The text was updated successfully, but these errors were encountered:
artempronevskiy
changed the title
Installation fails on Linux (latest version)
Installation fails on Linux (watchdog latest version, python 3.6)
Jan 28, 2020
artempronevskiy
changed the title
Installation fails on Linux (watchdog latest version, python 3.6)
Installation fails on Linux (watchdog latest version 0.10.0, python 3.6)
Jan 28, 2020
The text was updated successfully, but these errors were encountered: