-
Notifications
You must be signed in to change notification settings - Fork 132
Trouble Shooting
0aKarmA_骅文 edited this page Dec 24, 2019
·
1 revision
常见报错格式:
pip._vendor.urllib3.exceptions.ReadTimeoutError: HTTPSConnectionPool(host='files.pythonhosted.org', port=443): Read timed out.
ERROR: Service 'main' failed to build: The command '/bin/sh -c pip install -r requirements.txt' returned a non-zero code: 2
解决办法:
- 方法一:
使用代理,linux系统可以参考:
- 方法二:
再重新docker-compose -f single.yml up
,并期待网络变得持续稳定。
访问:http://ip:8000/
即可进入配置页面。