You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
π Provide a clear and concise description of the issue.
The hardware is a raspberry pi 5 with proxmox on it.
On the step : Installing Python Dependencies, I get this error.
β ΄Collecting certbot-dns-multi==4.15.0
Downloading certbot-dns-multi-4.15.0.tar.gz (53 kB)
ββββββββββββββββββββββββββββββββββββββββ 54.0/54.0 kB 492.3 kB/s eta 0:00:00
donenstalling build dependencies ... -
β Έ Getting requirements to build wheel ... done
donereparing metadata (pyproject.toml) ... -
Requirement already satisfied: certbot>=1.12.0 in /usr/lib/python3/dist-packages (from certbot-dns-multi==4.15.0) (2.1.0)
Requirement already satisfied: acme>=1.12.0 in /usr/lib/python3/dist-packages (from certbot-dns-multi==4.15.0) (2.1.0)
Requirement already satisfied: josepy>=1.1.0 in /usr/lib/python3/dist-packages (from certbot-dns-multi==4.15.0) (1.13.0)
β §Building wheels for collected packages: certbot-dns-multi
errorilding wheel for certbot-dns-multi (pyproject.toml) ... -
error: subprocess-exited-with-error
Γ Building wheel for certbot-dns-multi (pyproject.toml) did not run successfully.
β exit code: 1
β°β> [27 lines of output]
running bdist_wheel
running build
running build_py
creating build/lib.linux-aarch64-cpython-311/certbot_dns_multi
copying certbot_dns_multi/_version.py -> build/lib.linux-aarch64-cpython-311/certbot_dns_multi
copying certbot_dns_multi/__init__.py -> build/lib.linux-aarch64-cpython-311/certbot_dns_multi
creating build/lib.linux-aarch64-cpython-311/certbot_dns_multi/_internal
copying certbot_dns_multi/_internal/dns_multi.py -> build/lib.linux-aarch64-cpython-311/certbot_dns_multi/_internal
running egg_info
writing certbot_dns_multi.egg-info/PKG-INFO
writing dependency_links to certbot_dns_multi.egg-info/dependency_links.txt
writing entry points to certbot_dns_multi.egg-info/entry_points.txt
writing requirements to certbot_dns_multi.egg-info/requires.txt
writing top-level names to certbot_dns_multi.egg-info/top_level.txt
ERROR setuptools_scm._file_finders.git listing git files failed - pretending there aren't any
reading manifest file 'certbot_dns_multi.egg-info/SOURCES.txt'
reading manifest template 'MANIFEST.in'
adding license file 'LICENSE.txt'
writing manifest file 'certbot_dns_multi.egg-info/SOURCES.txt'
creating build/lib.linux-aarch64-cpython-311/certbot_dns_multi/_internal/bridge
copying certbot_dns_multi/_internal/bridge/go.mod -> build/lib.linux-aarch64-cpython-311/certbot_dns_multi/_internal/bridge
copying certbot_dns_multi/_internal/bridge/go.sum -> build/lib.linux-aarch64-cpython-311/certbot_dns_multi/_internal/bridge
copying certbot_dns_multi/_internal/bridge/main.c -> build/lib.linux-aarch64-cpython-311/certbot_dns_multi/_internal/bridge
copying certbot_dns_multi/_internal/bridge/main.go -> build/lib.linux-aarch64-cpython-311/certbot_dns_multi/_internal/bridge
running build_ext
$ GOPATH=/tmp/tmp6etcwqp3 go get -d
error: [Errno 2] No such file or directory: 'go'
[end of output]
note: This error originates from a subprocess, and is likely not a problem with pip.
ERROR: Failed building wheel for certbot-dns-multi
Failed to build certbot-dns-multi
ERROR: Could not build wheels for certbot-dns-multi, which is required to install pyproject.toml-based projects
β Έ
[ERROR] in line 44: exit code 0: while executing command $STD pip3 install certbot-dns-multi==4.15.0
The silent function has suppressed the error, run the script with verbose mode enabled, which will provide more detailed output.
βοΈ What settings are you using?
Default Settings
Advanced Settings
π₯οΈ Which Linux distribution are you using?
Debian 12
π Steps to reproduce the issue.
Step 1 : Paste the script on the Proxmox VE Shell.
Step 2 : Follow GUI with default (with verbose) settings.
Step 3 : Attempt failed to install
β Paste the full error output (if available).
β ΄Collecting certbot-dns-multi==4.15.0
Downloading certbot-dns-multi-4.15.0.tar.gz (53 kB)
ββββββββββββββββββββββββββββββββββββββββ 54.0/54.0 kB 492.3 kB/s eta 0:00:00
donenstalling build dependencies ... -
β Έ Getting requirements to build wheel ... done
donereparing metadata (pyproject.toml) ... -
Requirement already satisfied: certbot>=1.12.0 in /usr/lib/python3/dist-packages (from certbot-dns-multi==4.15.0) (2.1.0)
Requirement already satisfied: acme>=1.12.0 in /usr/lib/python3/dist-packages (from certbot-dns-multi==4.15.0) (2.1.0)
Requirement already satisfied: josepy>=1.1.0 in /usr/lib/python3/dist-packages (from certbot-dns-multi==4.15.0) (1.13.0)
β §Building wheels for collected packages: certbot-dns-multi
errorilding wheel for certbot-dns-multi (pyproject.toml) ... -
error: subprocess-exited-with-error
Γ Building wheel for certbot-dns-multi (pyproject.toml) did not run successfully.
β exit code: 1
β°β> [27 lines of output]
running bdist_wheel
running build
running build_py
creating build/lib.linux-aarch64-cpython-311/certbot_dns_multi
copying certbot_dns_multi/_version.py -> build/lib.linux-aarch64-cpython-311/certbot_dns_multi
copying certbot_dns_multi/__init__.py -> build/lib.linux-aarch64-cpython-311/certbot_dns_multi
creating build/lib.linux-aarch64-cpython-311/certbot_dns_multi/_internal
copying certbot_dns_multi/_internal/dns_multi.py -> build/lib.linux-aarch64-cpython-311/certbot_dns_multi/_internal
running egg_info
writing certbot_dns_multi.egg-info/PKG-INFO
writing dependency_links to certbot_dns_multi.egg-info/dependency_links.txt
writing entry points to certbot_dns_multi.egg-info/entry_points.txt
writing requirements to certbot_dns_multi.egg-info/requires.txt
writing top-level names to certbot_dns_multi.egg-info/top_level.txt
ERROR setuptools_scm._file_finders.git listing git files failed - pretending there aren't any
reading manifest file 'certbot_dns_multi.egg-info/SOURCES.txt'
reading manifest template 'MANIFEST.in'
adding license file 'LICENSE.txt'
writing manifest file 'certbot_dns_multi.egg-info/SOURCES.txt'
creating build/lib.linux-aarch64-cpython-311/certbot_dns_multi/_internal/bridge
copying certbot_dns_multi/_internal/bridge/go.mod -> build/lib.linux-aarch64-cpython-311/certbot_dns_multi/_internal/bridge
copying certbot_dns_multi/_internal/bridge/go.sum -> build/lib.linux-aarch64-cpython-311/certbot_dns_multi/_internal/bridge
copying certbot_dns_multi/_internal/bridge/main.c -> build/lib.linux-aarch64-cpython-311/certbot_dns_multi/_internal/bridge
copying certbot_dns_multi/_internal/bridge/main.go -> build/lib.linux-aarch64-cpython-311/certbot_dns_multi/_internal/bridge
running build_ext
$ GOPATH=/tmp/tmp6etcwqp3 go get -d
error: [Errno 2] No such file or directory: 'go'
[end of output]
note: This error originates from a subprocess, and is likely not a problem with pip.
ERROR: Failed building wheel for certbot-dns-multi
Failed to build certbot-dns-multi
ERROR: Could not build wheels for certbot-dns-multi, which is required to install pyproject.toml-based projects
β Έ
[ERROR] in line 44: exit code 0: while executing command $STD pip3 install certbot-dns-multi==4.15.0
The silent function has suppressed the error, run the script with verbose mode enabled, which will provide more detailed output.
πΌοΈ Additional context (optional).
No response
The text was updated successfully, but these errors were encountered:
β Have you read and understood the above guidelines?
yes
π What is the name of the script you are using?
Nginx Proxy Manager LXC
π What was the exact command used to execute the script?
bash -c "$(wget -qLO - https://github.com/asylumexp/Proxmox/raw/main/ct/nginxproxymanager.sh)"
π Provide a clear and concise description of the issue.
The hardware is a raspberry pi 5 with proxmox on it.
On the step : Installing Python Dependencies, I get this error.
βοΈ What settings are you using?
π₯οΈ Which Linux distribution are you using?
Debian 12
π Steps to reproduce the issue.
Step 1 : Paste the script on the Proxmox VE Shell.
Step 2 : Follow GUI with default (with verbose) settings.
Step 3 : Attempt failed to install
β Paste the full error output (if available).
πΌοΈ Additional context (optional).
No response
The text was updated successfully, but these errors were encountered: