koalalorenzo / python-digitalocean

🐍🐳 Python module to manage Digital Ocean droplets
GNU Lesser General Public License v3.0
1.26k stars 301 forks source link

Fix invalid byte 0xc2 #299

Closed triaxx closed 4 years ago

triaxx commented 4 years ago

The following error occurs with Python 3.6: Traceback (most recent call last): File "setup.py", line 14, in long_description = file.read() File "/usr/pkg/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 0xc2 in position 820: ordinal not in range(128)