mirror of
https://github.com/NginxProxyManager/nginx-proxy-manager.git
synced 2026-04-26 01:45:54 +03:00
[GH-ISSUE #4408] Building wheel for certbot-dns-multi (pyproject.toml) did not run successfully. #2823
Labels
No labels
awaiting feedback
bug
cannot reproduce
dns provider request
duplicate
enhancement
enhancement
enhancement
good first issue
help wanted
invalid
need more info
no certbot plugin available
product-support
pull-request
question
stale
troll
upstream issue
v2
v2
v2
v3
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/nginx-proxy-manager-NginxProxyManager#2823
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @Dennis864 on GitHub (Mar 2, 2025).
Original GitHub issue: https://github.com/NginxProxyManager/nginx-proxy-manager/issues/4408
Checklist
jc21/nginx-proxy-manager:latestdocker image?Describe the bug
Starting nginx proxy manager on my debian running in docker works fine. Has 10 proxy host and 1 certificate requested via DNSMulti ipv64.
When i try to copy my complete configuration files to my raspberry pi, also running it in docker i get an error during start which seems to be related to the DNSMulti configuration of the certificate. Starting blank works fine, but with my configuration copied i get the following error during start. The same applies when requesting a new certificate right after a fresh start of the container without configuration.
Log:
nginxproxymanager-app-1 | [3/2/2025] [12:45:57 AM] [Certbot ] › ▶ start Installing dnsmulti...
nginxproxymanager-app-1 | [3/2/2025] [12:45:57 AM] [Global ] › ⬤ debug CMD: . /opt/certbot/bin/activate && pip install --no-cache-dir certbot-dns-multi~=4.9 && deactivate
nginxproxymanager-app-1 | [3/2/2025] [12:46:08 AM] [Certbot ] › ✖ error error: subprocess-exited-with-error
nginxproxymanager-app-1 |
nginxproxymanager-app-1 | × Building wheel for certbot-dns-multi (pyproject.toml) did not run successfully.
nginxproxymanager-app-1 | │ exit code: 1
nginxproxymanager-app-1 | ╰─> [27 lines of output]
nginxproxymanager-app-1 | running bdist_wheel
nginxproxymanager-app-1 | running build
nginxproxymanager-app-1 | running build_py
nginxproxymanager-app-1 | creating build/lib.linux-aarch64-cpython-311/certbot_dns_multi
nginxproxymanager-app-1 | copying certbot_dns_multi/_version.py -> build/lib.linux-aarch64-cpython-311/certbot_dns_multi
nginxproxymanager-app-1 | copying certbot_dns_multi/init.py -> build/lib.linux-aarch64-cpython-311/certbot_dns_multi
nginxproxymanager-app-1 | creating build/lib.linux-aarch64-cpython-311/certbot_dns_multi/_internal
nginxproxymanager-app-1 | copying certbot_dns_multi/_internal/dns_multi.py -> build/lib.linux-aarch64-cpython-311/certbot_dns_multi/_internal
nginxproxymanager-app-1 | running egg_info
nginxproxymanager-app-1 | writing certbot_dns_multi.egg-info/PKG-INFO
nginxproxymanager-app-1 | writing dependency_links to certbot_dns_multi.egg-info/dependency_links.txt
nginxproxymanager-app-1 | writing entry points to certbot_dns_multi.egg-info/entry_points.txt
nginxproxymanager-app-1 | writing requirements to certbot_dns_multi.egg-info/requires.txt
nginxproxymanager-app-1 | writing top-level names to certbot_dns_multi.egg-info/top_level.txt
nginxproxymanager-app-1 | ERROR setuptools_scm._file_finders.git listing git files failed - pretending there aren't any
nginxproxymanager-app-1 | reading manifest file 'certbot_dns_multi.egg-info/SOURCES.txt'
nginxproxymanager-app-1 | reading manifest template 'MANIFEST.in'
nginxproxymanager-app-1 | adding license file 'LICENSE.txt'
nginxproxymanager-app-1 | writing manifest file 'certbot_dns_multi.egg-info/SOURCES.txt'
nginxproxymanager-app-1 | creating build/lib.linux-aarch64-cpython-311/certbot_dns_multi/_internal/bridge
nginxproxymanager-app-1 | copying certbot_dns_multi/_internal/bridge/go.mod -> build/lib.linux-aarch64-cpython-311/certbot_dns_multi/_internal/bridge
nginxproxymanager-app-1 | copying certbot_dns_multi/_internal/bridge/go.sum -> build/lib.linux-aarch64-cpython-311/certbot_dns_multi/_internal/bridge
nginxproxymanager-app-1 | copying certbot_dns_multi/_internal/bridge/main.c -> build/lib.linux-aarch64-cpython-311/certbot_dns_multi/_internal/bridge
nginxproxymanager-app-1 | copying certbot_dns_multi/_internal/bridge/main.go -> build/lib.linux-aarch64-cpython-311/certbot_dns_multi/_internal/bridge
nginxproxymanager-app-1 | running build_ext
nginxproxymanager-app-1 | $ GOPATH=/tmp/tmphqs553fi go get -d
nginxproxymanager-app-1 | error: [Errno 2] No such file or directory: 'go'
nginxproxymanager-app-1 | [end of output]
nginxproxymanager-app-1 |
nginxproxymanager-app-1 | note: This error originates from a subprocess, and is likely not a problem with pip.
nginxproxymanager-app-1 | ERROR: Failed building wheel for certbot-dns-multi
nginxproxymanager-app-1 |
nginxproxymanager-app-1 | [notice] A new release of pip is available: 24.3.1 -> 25.0.1
nginxproxymanager-app-1 | [notice] To update, run: pip install --upgrade pip
nginxproxymanager-app-1 | ERROR: ERROR: Failed to build installable wheels for some pyproject.toml based projects (certbot-dns-multi)
nginxproxymanager-app-1 |
nginxproxymanager-app-1 | [3/2/2025] [12:46:08 AM] [Global ] › ✖ error Some plugins failed to install. Please check the logs above CommandError: Some plugins failed to install. Please check the logs above
nginxproxymanager-app-1 | at /app/lib/certbot.js:39:14
nginxproxymanager-app-1 | at Immediate. (/app/node_modules/batchflow/lib/batchflow.js:80:9)
nginxproxymanager-app-1 | at process.processImmediate (node:internal/timers:483:21) {
nginxproxymanager-app-1 | previous: undefined,
nginxproxymanager-app-1 | code: 1,
nginxproxymanager-app-1 | public: false
nginxproxymanager-app-1 | }
nginxproxymanager-app-1 | [3/2/2025] [12:46:09 AM] [Migrate ] › ℹ info Current database version: none
nginxproxymanager-app-1 | [3/2/2025] [12:46:09 AM] [Global ] › ⬤ debug CMD: [ -f '/etc/letsencrypt/credentials/credentials-1' ] || { mkdir -p /etc/letsencrypt/credentials 2> /dev/null; echo 'dns_multi_provider = ipv64
Nginx Proxy Manager Version
v2.12.3
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Normal start without errors after copying my configuration or at least no problems when requesting a new one as described in "to reproduce".
Operating System
Raspberry pi 4, 4GB RAM, 64GB SD Card,
Raspberry Pi OS:
PRETTY_NAME="Debian GNU/Linux 12 (bookworm)"
NAME="Debian GNU/Linux"
VERSION_ID="12"
VERSION="12 (bookworm)"
VERSION_CODENAME=bookworm
Docker:
Client: Docker Engine - Community
Version: 28.0.1
API version: 1.48
Go version: go1.23.6
Git commit: 068a01e
Built: Wed Feb 26 10:40:57 2025
OS/Arch: linux/arm64
Context: default
Server: Docker Engine - Community
Engine:
Version: 28.0.1
API version: 1.48 (minimum version 1.24)
Go version: go1.23.6
Git commit: bbd0a17
Built: Wed Feb 26 10:40:57 2025
OS/Arch: linux/arm64
Experimental: false
containerd:
Version: 1.7.25
GitCommit: bcc810d6b9066471b0b6fa75f557a15a1cbf31bb
runc:
Version: 1.2.4
GitCommit: v1.2.4-0-g6c52b3f
docker-init:
Version: 0.19.0
GitCommit: de40ad0
@Dennis864 commented on GitHub (Mar 3, 2025):
For anyone with the same issue on Raspberry Pi (OS) or arm64. I am using the following workaround, which works for me.
Create and use a Dockerfile to startup nginx with the following content:
The issue seems to be that neither go, nor python3 is installed in the image which this Dockerfile solves. The issuance of an certificate took a very long time for me, so be patient. Probably because of the very long installation time of the certbot dns multi plugin.
@rarnken commented on GitHub (Mar 4, 2025):
I can confirm that your solution is working on a RPI4. Thanks a lot!
@Alby407 commented on GitHub (Jul 1, 2025):
Did not work for me. I still get the go error unfortunately.
@lastsamurai26 commented on GitHub (Jul 23, 2025):
the issue is still existing =(
@AlexKusnezov commented on GitHub (Aug 18, 2025):
having the same with dns_multi_provider = ipv64
@suhlatwork commented on GitHub (Aug 28, 2025):
Issue #4529 appears to be the same.
The solution from https://github.com/NginxProxyManager/nginx-proxy-manager/issues/4408#issuecomment-2695752968 is in principle still working but requires a more recent version of the Go compiler (https://go.dev/dl/go1.24.5.linux-arm64.tar.gz worked for me).
@mathiaslehmann commented on GitHub (Nov 9, 2025):
https://v64.tech/t/nginx-proxy-manager-dnschallenge-ipv64-debian-13-fail/4177/7
@kenetrix commented on GitHub (Nov 20, 2025):
Seems GoLang does not come preinstalled on the nginx image. The steps described here were the solution! 🎉
Keep in mind to increase resources like RAM and CPU temporarily.