-
Notifications
You must be signed in to change notification settings - Fork 308
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
Ends at missing python #170
Comments
This error comes both from shell and ssh when trying to use the script to install NPM. |
Just that we are on the same page, the command above is for execution in a existing Container (CT) or existing Virtual Machine. For me it sounds like you started this from the Proxmox Host ? |
This is from the Proxmox Host, not inside the CT. I think I now see my own error :P |
exactly ;D |
Gives the same error when trying to update. |
If this is really the case then you stuck here: # Remove potential conflicting depenedencies
pkg_del *3-pip *3-cffi *3-cryptography *3-tldextract *3-distutils *3-venv Then the System will execute this function from alpine.sh: pkg_del() {
apk del -q --purge $@ >$__OUTPUT
} Do to the Nature of >$__OUTPUT the Output goes /dev/null ... not helpfull for you but at least we know know how to check this connect to the already created Container and execute this command: apk del --purge *3-pip *3-cffi *3-cryptography *3-tldextract *3-distutils *3-venv let`s see your output |
https://github.com/vontainment/proxmox-scripts |
This is for install on alpine, ubuntu or debian. ct, vm BareMetal. not though Proxmox. |
Script
nginx-proxy-manager
sh -c "$(wget --no-cache -qO- https://raw.githubusercontent.com/ej52/proxmox/main/install.sh)" -s --app nginx-proxy-manager
Describe the bug
Errors and quits the installer when checking for python.
Python3 and python3-pip is installed.
✔ Operating System Updated
✔ Dependencies Installed
✔ Rust v1.74.0 Installed
✘ Python not Installed
E: Sub-process /usr/share/proxmox-ve/pve-apt-hook returned an error code (1)
E: Failure running script /usr/share/proxmox-ve/pve-apt-hook
[ERROR] on line 99 with exit code 100 while executing command pkg_del
System info:
The text was updated successfully, but these errors were encountered: