nginx proxy manager pip 无法更新导致无法登录面板

nginx proxy manager pip 无法更新导致无法登录面板

Tags
Published
Jul 14, 2023 05:49 PM
Author
报错信息:
Command failed: . /opt/certbot/bin/activate && pip install --no-cache-dir certbot-dns-cloudflare==$(certbot --version | grep -Eo '[0-9](\.[0-9]+)+') cloudflare && deactivate
解决办法,进入容器后手动执行:
  1. . /opt/certbot/bin/activate
  1. pip install --proxy=127.0.0.1:xxxx --no-cache-dir certbot-dns-cloudflare==$(certbot --version | grep -Eo '[0-9](\.[0-9]+)+') cloudflare
  1. deactivate