Advertisement
Guest User

Untitled

a guest
Sep 26th, 2016
55
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.36 KB | None | 0 0
  1. python setup.py install
  2. Traceback (most recent call last):
  3. File "setup.py", line 66, in <module>
  4. long_description=get_long_description(),
  5. File "setup.py", line 46, in get_long_description
  6. if ".. code:: python" in line and len(description) >= 2:
  7. UnicodeDecodeError: 'ascii' codec can't decode byte 0xe2 in position
  8. 18:
  9. ordinal not in range(128)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement