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

Installation fails #29

Closed
tschm opened this issue Nov 21, 2017 · 4 comments
Closed

Installation fails #29

tschm opened this issue Nov 21, 2017 · 4 comments

Comments

@tschm
Copy link

tschm commented Nov 21, 2017

Collecting ndscheduler from git+https://github.com/Nextdoor/ndscheduler.git#egg=ndscheduler
Cloning https://github.com/Nextdoor/ndscheduler.git to /tmp/pip-build-mm359amx/ndscheduler
Complete output from command python setup.py egg_info:
Traceback (most recent call last):
File "", line 1, in
File "/tmp/pip-build-mm359amx/ndscheduler/setup.py", line 65, in
long_description=open('README.md').read(),
File "/home/thomas/production/env/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 495: ordinal not in range(128)

----------------------------------------

Command "python setup.py egg_info" failed with error code 1 in /tmp/pip-build-mm359amx/ndscheduler/

@hnq90
Copy link

hnq90 commented Nov 22, 2017

@tschm Did you try to run it on Python 2.7 instead of 3.x?

@tschm
Copy link
Author

tschm commented Nov 23, 2017

We don't do Python 2.7

@akusei
Copy link

akusei commented Aug 24, 2018

I'm having the exact same error using python 3.6.5 and pip version 18.0. This is almost a year old issue, is there any movement on this?

@sabw8217
Copy link
Contributor

@akusei can you share the output of python -c 'import sys; print(sys.getdefaultencoding())'?

I think you may have overwritten the default system encoding to be ascii instead of utf8 and for some reason there is a smart quote in the README.md.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants