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 in installation command #4

Open
nurzhannogerbek opened this issue Jun 10, 2018 · 2 comments
Open

UnicodeDecodeError in installation command #4

nurzhannogerbek opened this issue Jun 10, 2018 · 2 comments

Comments

@nurzhannogerbek
Copy link

I create virtualenv with Python 3.6. When I try to use command pip install django-yamaps it raise error:

default

UnicodeDecodeError: 'charmap' codec can't decode byte 0x98 in position 17: character maps to <undefined>

Do you have any ideas how to fix it?

@0nkery
Copy link
Contributor

0nkery commented Jun 10, 2018

Hello. Looks like Python tries to use CP1251 encoding to read file README.md which is encoded in UTF-8. I can't test installation on Windows currently but I'll try to take a look a bit later. Drop the line if you find any workaround.

@naanur
Copy link

naanur commented Apr 8, 2020

  1. git clone it
  2. in setup.py change to long_description=''
  3. in cmd: python setup.py install

open('', encoding='utf-8') didn't help

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

3 participants