課程
/后端開發
/Python
/Python-走進Requests庫
gunicorn 安裝出錯
2017-12-25
源自:Python-走進Requests庫 1-4
正在回答
Downloading https://mirrors.ustc.edu.cn/pypi/web/packages/6c/b7/0a6f03ba8e1286c71a7acc0c051f902f952f13be2a48878ebd2bc198562/meinheld-0.6.1.tar.gz (79kB) 38% |████████████▍ | 30kB 682kB/s eta 0:00:01 51% |████████████████▌ | 40kB 602kB/s eta 0:0 64% |████████████████████▋ | 51kB 581kB/s eta 77% |████████████████████████▊ | 61kB 563kB/s 89% |████████████████████████████▉ | 71kB 564 100% |████████████████████████████████| 81kB512kB/s Complete output from command python setup.py egg_info: Are you really running a posix compliant OS ? Be posix compliant is mandatory ----------------------------------------ommand "python setup.py egg_info" failed with error code 1 in c:\users\admini~1appdata\local\temp\pip-build-v5tjic\meinheld\
window 安裝總是報錯提示 command setup.py egg_info failed with error code 1……
pip install?gunicorn? ?
或者使用國內源
pip install -i?https://pypi.mirrors.ustc.edu.cn/simple/? gunicorn
舉報
python類庫中,requests是一件利器,想深入了解一起來學吧
Copyright ? 2025 imooc.com All Rights Reserved | 京ICP備12003892號-11 京公網安備11010802030151號
購課補貼聯系客服咨詢優惠詳情
慕課網APP您的移動學習伙伴
掃描二維碼關注慕課網微信公眾號
2017-12-25
Downloading https://mirrors.ustc.edu.cn/pypi/web/packages/6c/b7/0a6f03ba8e1286
c71a7acc0c051f902f952f13be2a48878ebd2bc198562/meinheld-0.6.1.tar.gz (79kB)
38% |████████████▍ | 30kB 682kB/s eta 0:00:01
51% |████████████████▌ | 40kB 602kB/s eta 0:0
64% |████████████████████▋ | 51kB 581kB/s eta
77% |████████████████████████▊ | 61kB 563kB/s
89% |████████████████████████████▉ | 71kB 564
100% |████████████████████████████████| 81kB
512kB/s
Complete output from command python setup.py egg_info:
Are you really running a posix compliant OS ?
Be posix compliant is mandatory
----------------------------------------
ommand "python setup.py egg_info" failed with error code 1 in c:\users\admini~1
appdata\local\temp\pip-build-v5tjic\meinheld\
2017-12-25
window 安裝總是報錯
提示 command setup.py egg_info failed with error code 1……
2017-12-25
pip install?gunicorn? ?
或者使用國內源
pip install -i?https://pypi.mirrors.ustc.edu.cn/simple/? gunicorn