Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

UnicodeDecodeError on installation? #65

Open
nathanmlim opened this issue Apr 29, 2017 · 0 comments
Open

UnicodeDecodeError on installation? #65

nathanmlim opened this issue Apr 29, 2017 · 0 comments
Labels

Comments

@nathanmlim
Copy link
Collaborator

nathanmlim commented Apr 29, 2017

Not sure why I'm only getting this issue when trying to clean install the package from the repo on TSCC

(dev) [limn1@tscc-gpu-9-6 blues]$ python setup.py install
Traceback (most recent call last):
  File "setup.py", line 126, in <module>
    long_description=read('README.md'),
  File "setup.py", line 107, in read
    return open(os.path.join(os.path.dirname(__file__), fname)).read()
  File "/home/limn1/anaconda3/envs/dev/lib/python3.5/encodings/ascii.py", line 26, in decode
    return codecs.ascii_decode(input, self.errors)[0]
UnicodeDecodeError: 'ascii' codec can't decode byte 0xe2 in position 2199: ordinal not in range(128)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants