-
-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Closed
Labels
bugSomething isn't workingSomething isn't working
Description
✅ Have you read and understood the above guidelines?
yes
📜 What is the name of the script you are using?
MeTube
📂 What was the exact command used to execute the script?
bash -c "$(curl -fsSL https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/ct/metube.sh)"
⚙️ What settings are you using?
- Default Settings
- Advanced Settings
🖥️ Which Linux distribution are you using?
Debian 12
📝 Provide a clear and concise description of the issue.
The script fails both in default mode and advanced mode. The issue appears to be permissions related with pip. I have attempted this both in privileged and unprivileged mode. Below is the error output from running default but the output from advanced is similar.
🔄 Steps to reproduce the issue.
bash -c "$(curl -fsSL https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/ct/metube.sh)"
❌ Paste the full error output (if available).
⠋Installing collected packages: distlib, setuptools, platformdirs, packaging, filelock, virtualenv, pipenv
⠹ Attempting uninstall: setuptools
Found existing installation: setuptools 66.1.1
Not uninstalling setuptools at /usr/lib/python3/dist-packages, outside environment /usr
Can't uninstall 'setuptools'. No files were found to uninstall.
⠙Successfully installed distlib-0.3.9 filelock-3.18.0 packaging-25.0 pipenv-2025.0.3 platformdirs-4.3.8 setuptools-80.9.0 virtualenv-20.31.2
WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv
⠙Warning: Python 3.13 was not found on your system...
Neither 'pyenv' nor 'asdf' could be found to install Python.
You can specify specific versions of Python with:
$ pipenv --python path/to/python
⠹
[ERROR] in line 48: exit code 0: while executing command $STD pipenv install
⠧/dev/fd/63: line 74: SPINNER_PID: unbound variable
🖼️ Additional context (optional).
No response
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working