Glances - urllib3 issue #1700

Closed
opened 2025-11-20 05:15:04 -05:00 by saavagebueno · 6 comments
Owner

Originally created by @B34n2 on GitHub (Aug 13, 2025).

Have you read and understood the above guidelines?

yes

📜 What is the name of the script you are using?

Glances

📂 What was the exact command used to execute the script?

bash -c "$(curl -fsSL https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/tools/addon/glances.sh)"

⚙️ What settings are you using?

  • Default Settings
  • Advanced Settings

🖥️ Which Linux distribution are you using?

No response

📝 Provide a clear and concise description of the issue.

After running the install script, it fails due to uninstall-no-record-file

🔄 Steps to reproduce the issue.

run install script

Paste the full error output (if available).

/Installing collected packages: urllib3, typing-inspection, sniffio, shtab, reactivex, pyzmq, python-dateutil, pygments, pydantic-core, pycparser, pyasn1, pyarrow, psycopg-binary, psycopg, psutil, prometheus_client, pluggy, pika, paho-mqtt, netifaces2, msgpack, MarkupSafe, iniconfig, importlib-metadata, h11, dnspython, defusedxml, coverage, click, bernhard, annotated-types, uvicorn, requests, pytest, pymongo, pygal, pydantic, jinja2, influxdb3-python, influxdb-client, glances, geomet, elastic-transport, cffi, anyio, starlette, pytest-cov, pysmi-lextudio, influxdb, ibm_cloud_sdk_core, elasticsearch, cryptography, cassandra-driver, pysnmpcrypto, ibmcloudant, fastapi, pysnmp-lextudio
Attempting uninstall: urllib3
Found existing installation: urllib3 2.3.0
error: uninstall-no-record-file

× Cannot uninstall urllib3 2.3.0
╰─> The package's contents are unknown: no RECORD file was found for urllib3.

hint: The package was installed by debian. You should check if it can uninstall the package.

🖼️ Additional context (optional).

No response

Originally created by @B34n2 on GitHub (Aug 13, 2025). ### ✅ Have you read and understood the above guidelines? yes ### 📜 What is the name of the script you are using? Glances ### 📂 What was the exact command used to execute the script? bash -c "$(curl -fsSL https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/tools/addon/glances.sh)" ### ⚙️ What settings are you using? - [x] Default Settings - [ ] Advanced Settings ### 🖥️ Which Linux distribution are you using? _No response_ ### 📝 Provide a clear and concise description of the issue. After running the install script, it fails due to uninstall-no-record-file ### 🔄 Steps to reproduce the issue. run install script ### ❌ Paste the full error output (if available). /Installing collected packages: urllib3, typing-inspection, sniffio, shtab, reactivex, pyzmq, python-dateutil, pygments, pydantic-core, pycparser, pyasn1, pyarrow, psycopg-binary, psycopg, psutil, prometheus_client, pluggy, pika, paho-mqtt, netifaces2, msgpack, MarkupSafe, iniconfig, importlib-metadata, h11, dnspython, defusedxml, coverage, click, bernhard, annotated-types, uvicorn, requests, pytest, pymongo, pygal, pydantic, jinja2, influxdb3-python, influxdb-client, glances, geomet, elastic-transport, cffi, anyio, starlette, pytest-cov, pysmi-lextudio, influxdb, ibm_cloud_sdk_core, elasticsearch, cryptography, cassandra-driver, pysnmpcrypto, ibmcloudant, fastapi, pysnmp-lextudio Attempting uninstall: urllib3 Found existing installation: urllib3 2.3.0 error: uninstall-no-record-file × Cannot uninstall urllib3 2.3.0 ╰─> The package's contents are unknown: no RECORD file was found for urllib3. hint: The package was installed by debian. You should check if it can uninstall the package. ### 🖼️ Additional context (optional). _No response_
saavagebueno added the bug label 2025-11-20 05:15:05 -05:00
Author
Owner

@MickLesk commented on GitHub (Aug 13, 2025):

On which system?

@MickLesk commented on GitHub (Aug 13, 2025): On which system?
Author
Owner

@B34n2 commented on GitHub (Aug 13, 2025):

On which system?

PVE 9.0.5

@B34n2 commented on GitHub (Aug 13, 2025): > On which system? PVE 9.0.5
Author
Owner

@MickLesk commented on GitHub (Aug 13, 2025):

Glances is currently not ready for Trixie

@MickLesk commented on GitHub (Aug 13, 2025): Glances is currently not ready for Trixie
Author
Owner

@B34n2 commented on GitHub (Aug 13, 2025):

Glances is currently not ready for Trixie

i just installed glances with pip install glances[web] and now it works. not sure exactly what the script does other than that.

@B34n2 commented on GitHub (Aug 13, 2025): > Glances is currently not ready for Trixie i just installed glances with `pip install glances[web]` and now it works. not sure exactly what the script does other than that.
Author
Owner

@Aloe-recite commented on GitHub (Aug 14, 2025):

Glances is currently not ready for Trixie

i just installed glances with pip install glances[web] and now it works. not sure exactly what the script does other than that.

I did the same, using a virtual environment. No issues at all.

I was getting a slightly different error though, regarding the same urllib3:

  Attempting uninstall: urllib3
    Found existing installation: urllib3 2.3.0
error: uninstall-no-record-file

× Cannot uninstall urllib3 2.3.0
╰─> The package's contents are unknown: no RECORD file was found for urllib3.

hint: The package was installed by debian. You should check if it can uninstall the package.
@Aloe-recite commented on GitHub (Aug 14, 2025): > > Glances is currently not ready for Trixie > > i just installed glances with `pip install glances[web]` and now it works. not sure exactly what the script does other than that. I did the same, using a virtual environment. No issues at all. I was getting a slightly different error though, regarding the same urllib3: ``` Attempting uninstall: urllib3 Found existing installation: urllib3 2.3.0 error: uninstall-no-record-file × Cannot uninstall urllib3 2.3.0 ╰─> The package's contents are unknown: no RECORD file was found for urllib3. hint: The package was installed by debian. You should check if it can uninstall the package. ```
Author
Owner

@MickLesk commented on GitHub (Aug 14, 2025):

The packagename is python-urllib3, i think the glances installer is deprecated. Need an refactor

@MickLesk commented on GitHub (Aug 14, 2025): The packagename is python-urllib3, i think the glances installer is deprecated. Need an refactor
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: SVI/ProxmoxVE#1700