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

fix UnicodeDecodeError in setup.py #13

Merged
merged 1 commit into from
Jun 5, 2020
Merged

fix UnicodeDecodeError in setup.py #13

merged 1 commit into from
Jun 5, 2020

Conversation

cestrand
Copy link
Contributor

Windows 10, Anaconda, Polish language version

Fixed this:

   ERROR: Command errored out with exit status 1:
     command: 'C:\Users\Matplaneta\anaconda3\python.exe' -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'C:\\Users\\MATPLA~1\\AppData\\Local\\Temp\\pip-download-5el21o67\\pyeasyga\\setup.py'"'"'; __file__='"'"'C:\\Users\\MATPLA~1\\AppData\\Local\\Temp\\pip-download-5el21o67\\pyeasyga\\setup.py'"'"';f=getattr(tokenize, '"'"'open'"'"', open)(__file__);code=f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, __file__, '"'"'exec'"'"'))' egg_info --egg-base 'C:\Users\MATPLA~1\AppData\Local\Temp\pip-download-5el21o67\pyeasyga\pip-egg-info'
         cwd: C:\Users\MATPLA~1\AppData\Local\Temp\pip-download-5el21o67\pyeasyga\
    Complete output (7 lines):
    Traceback (most recent call last):
      File "<string>", line 1, in <module>
      File "C:\Users\MATPLA~1\AppData\Local\Temp\pip-download-5el21o67\pyeasyga\setup.py", line 30, in <module>
        history = open('HISTORY.rst').read().replace('.. :changelog:', '')
      File "C:\Users\Matplaneta\anaconda3\lib\encodings\cp1250.py", line 23, in decode
        return codecs.charmap_decode(input,self.errors,decoding_table)[0]
    UnicodeDecodeError: 'charmap' codec can't decode byte 0x98 in position 764: character maps to <undefined>
    ----------------------------------------
ERROR: Command errored out with exit status 1: python setup.py egg_info Check the logs for full command output.

@remiomosowon remiomosowon merged commit f1a3a5b into remiomosowon:develop Jun 5, 2020
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

Successfully merging this pull request may close these issues.

2 participants