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

Problem with installation using pipenv on Windows #112

Closed
ZygusPatryk opened this issue Nov 3, 2021 · 2 comments
Closed

Problem with installation using pipenv on Windows #112

ZygusPatryk opened this issue Nov 3, 2021 · 2 comments
Labels

Comments

@ZygusPatryk
Copy link
Contributor

ERROR: Command errored out with exit status 1: command: 'd:\patryk\repo\awizacja\api\.venv\scripts\python.exe' -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'C:\\Users\\patryk\\AppData\\Local\\Temp\\pip-install-6431xtl_\\amqpstorm_0b6c83c09a564998891af71d3e0395f6\\setup.py'"'"'; __file__='"'"'C:\\Users\\patryk\\AppData\\Local\\Temp\\pip-install-6431xtl_\\amqpstorm_0b6c83c09a564998891af71d3 e0395f6\\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\patryk\AppData\Local\Temp\pip-pip-egg-info-lq1mw9hg' cwd: C:\Users\patryk\AppData\Local\Temp\pip-install-6431xtl_\amqpstorm_0b6c83c09a564998891af71d3e0395f6\ Complete output (7 lines): Traceback (most recent call last): File "<string>", line 1, in <module> File "C:\Users\patryk\AppData\Local\Temp\pip-install-6431xtl_\amqpstorm_0b6c83c09a564998891af71d3e0395f6\setup.py", line 28, in <module> long_description=open('README.rst').read(), File "d:\patryk\repo\awizacja\api\.venv\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 0x88 in position 2091: character maps to <undefined> ---------------------------------------- ERROR: Command errored out with exit status 1: python setup.py egg_info Check the logs for full command output.

Names of contributors with native letters break the installation on windows with cp1250 (Polish) encoding.

@ZygusPatryk
Copy link
Contributor Author

pull request: #113

@eandersson eandersson added the bug label Nov 3, 2021
@eandersson eandersson added this to the Version 2.10.3 milestone Nov 3, 2021
@eandersson
Copy link
Owner

Thanks!

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