|
I have no clue what the issue is so any insight is appreciated!
I am trying to install owlready2 and it fails like this:
MacTower:~ marko$ pip3 install owlready2
Collecting owlready2
Using cached Owlready2-0.5.tar.gz
Complete output from command python setup.py egg_info:
Traceback (most recent call last):
File "<string>", line 1, in <module> File "/private/tmp/pip-build-hjuous06/owlready2/setup.py", line 33, in <module> long_description = open(os.path.join(HERE, "README.rst")).read(),
File "/Library/Frameworks/Python.framework/Versions/3.6/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 0xc3 in position 6713: ordinal not in range(128)
----------------------------------------
Command "python setup.py egg_info" failed with error code 1 in /private/tmp/pip-build-hjuous06/owlready2/
I am on a Mac (High Sierra version 10.13.3) running Python 3.6.1.
Thanks!
Marko
|