Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Can't install Nginx Proxy Manager with the script #114

Open
1 of 2 tasks
totopoiuytreza opened this issue Feb 27, 2025 · 0 comments Β· May be fixed by #115
Open
1 of 2 tasks

Can't install Nginx Proxy Manager with the script #114

totopoiuytreza opened this issue Feb 27, 2025 · 0 comments Β· May be fixed by #115
Labels
bug Something isn't working

Comments

@totopoiuytreza
Copy link

βœ… 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.


β ΄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

@totopoiuytreza totopoiuytreza added the bug Something isn't working label Feb 27, 2025
@asylumexp asylumexp linked a pull request Mar 1, 2025 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant