eandersson / amqpstorm

Thread-safe Python RabbitMQ Client & Management library
https://www.amqpstorm.io/
MIT License
186 stars 36 forks source link

Problem with installation using pipenv on Windows #112

Closed ZygusPatryk closed 2 years ago

ZygusPatryk commented 2 years ago

` 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_\amqpstorm0b6c83c09a564998891af71d3e0395f6\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'"'"'))' egginfo --egg-base 'C:\Users\patryk\AppData\Local\Temp\pip-pip-egg-info-lq1mw9hg' cwd: C:\Users\patryk\AppData\Local\Temp\pip-install-6431xtl\amqpstorm0b6c83c09a564998891af71d3e0395f6\ Complete output (7 lines): Traceback (most recent call last): File "", line 1, in File "C:\Users\patryk\AppData\Local\Temp\pip-install-6431xtl\amqpstorm_0b6c83c09a564998891af71d3e0395f6\setup.py", line 28, in 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

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 commented 2 years ago

pull request: https://github.com/eandersson/amqpstorm/pull/113

eandersson commented 2 years ago

Thanks!