Skip to content

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系统可以参考:

Linux 命令行下使用 Shadowsocks 代理

  • 方法二:

再重新docker-compose -f single.yml up,并期待网络变得持续稳定。

运行成功后访问不到

访问:http://ip:8000/ 即可进入配置页面。

Clone this wiki locally