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

Setup fails on windows #14

Closed
Olwaro opened this issue Feb 27, 2014 · 3 comments
Closed

Setup fails on windows #14

Olwaro opened this issue Feb 27, 2014 · 3 comments

Comments

@Olwaro
Copy link

Olwaro commented Feb 27, 2014

On my Windows system : pip install humanize (or python setup.py install on sources) fails with this error :
UnicodeDecodeError: 'charmap' codec can't decode byte 0x81 in position 2017: character maps to <undefined>
Full stack trace here

I have naively fixed that by replacing this line by :
long_description=open('README.rst', 'r', encoding='UTF8').read(),
I don't know if it's a great solution but it worked for me.

@matpow2
Copy link

matpow2 commented Jul 23, 2014

I get this error as well on Python 3 on Windows.
It would be nice if this could be fixed quickly. It would be messy to expect users to install fixed forks of humanize.

jmoiron added a commit that referenced this issue Jul 23, 2014
@Teemu
Copy link

Teemu commented Oct 9, 2014

Could you release the fixed version on PyPi? Our project is depending on humanize and we would like to support Python 3.

jmoiron added a commit that referenced this issue Nov 13, 2014
@jmoiron
Copy link
Owner

jmoiron commented Nov 13, 2014

New version released as it may be the last version before an extra external dep.

@jmoiron jmoiron closed this as completed Nov 13, 2014
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