whotracksme / whotracks.me

Data from the largest and longest measurement of online tracking.
https://www.ghostery.com/whotracksme
MIT License
407 stars 73 forks source link

Encoding error fix #219

Closed orenyomtov closed 3 years ago

orenyomtov commented 3 years ago

Hopefully this will fix the following installation error:

15:11:48 Collecting git+https://github.com/cliqz-oss/whotracks.me.git
15:11:48   Cloning https://github.com/cliqz-oss/whotracks.me.git to /tmp/pip-idy4mcwx-build
15:12:33     Complete output from command python setup.py egg_info:
15:12:33     Traceback (most recent call last):
15:12:33       File "<string>", line 1, in <module>
15:12:33       File "/tmp/pip-idy4mcwx-build/setup.py", line 16, in <module>
15:12:33         LONG_DESCRIPTION = readme_file.read()
15:12:33       File "/usr/lib/python3.6/encodings/ascii.py", line 26, in decode
15:12:33         return codecs.ascii_decode(input, self.errors)[0]
15:12:33     UnicodeDecodeError: 'ascii' codec can't decode byte 0xc2 in position 290: ordinal not in range(128)