-
Notifications
You must be signed in to change notification settings - Fork 196
Closed
Description
On Arch 64bit using Python 3.6.2 I get the following error during pip (and manual installation after at git clone).
The problem is the README.rst file so there is a encoding issue in the file.
Emptying README.rst fixes the problem so python setup.py install works as intended.
Collecting forex-python
Downloading forex-python-0.3.2.tar.gz
Complete output from command python setup.py egg_info:
Traceback (most recent call last):
File "<string>", line 1, in <module>
File "/tmp/pip-build-k7zj87sy/forex-python/setup.py", line 14, in <module>
long_description="\n\n".join([open("README.rst").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 0xc2 in position 3796: ordinal not in `range(128)
benjaminbradley
Metadata
Metadata
Assignees
Labels
No labels