Stirling-PDF not installing pypi.org timing out #2237

Closed
opened 2025-11-20 05:25:54 -05:00 by saavagebueno · 1 comment
Owner

Originally created by @midnextlevel on GitHub (Nov 3, 2025).

Have you read and understood the above guidelines?

yes

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

Stirling-PDF

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

bash -c "$(curl -fsSL https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/ct/stirling-pdf.sh)"

⚙️ What settings are you using?

  • Default Settings
  • Advanced Settings

🖥️ Which Linux distribution are you using?

Debian 12

📈 Which Proxmox version are you on?

9.0.11

📝 Provide a clear and concise description of the issue.

When trying to install StirlingPDF on my proxmox node, it always fail on this last part

i have tested it on authenticated and non authenticated,

Tested it also via Advance and Default installation routes

still it fails at this point.
I checked it from the container it can reach pypi.org

🔄 Steps to reproduce the issue.

run the script on shell on the Proxmox WEB UI
set your parameters,(default or advance)
wait for the script to install
installation failed

Paste the full error output (if available).

WARNING: Retrying (Retry(total=4, connect=None, read=None, redirect=None, status=None)) after connection broken by 'ReadTimeoutError("HTTPSConnectionPool(host='pypi.org', port=443): Read timed out. (read timeout=15)")': /simple/unoserver/
WARNING: Retrying (Retry(total=3, connect=None, read=None, redirect=None, status=None)) after connection broken by 'ReadTimeoutError("HTTPSConnectionPool(host='pypi.org', port=443): Read timed out. (read timeout=15)")': /simple/unoserver/
WARNING: Retrying (Retry(total=2, connect=None, read=None, redirect=None, status=None)) after connection broken by 'ReadTimeoutError("HTTPSConnectionPool(host='pypi.org', port=443): Read timed out. (read timeout=15)")': /simple/unoserver/
WARNING: Retrying (Retry(total=1, connect=None, read=None, redirect=None, status=None)) after connection broken by 'ReadTimeoutError("HTTPSConnectionPool(host='pypi.org', port=443): Read timed out. (read timeout=15)")': /simple/unoserver/
WARNING: Retrying (Retry(total=0, connect=None, read=None, redirect=None, status=None)) after connection broken by 'ReadTimeoutError("HTTPSConnectionPool(host='pypi.org', port=443): Read timed out. (read timeout=15)")': /simple/unoserver/
ERROR: Could not find a version that satisfies the requirement unoserver (from versions: none)
ERROR: No matching distribution found for unoserver

[ERROR] in line 74: exit code 0: while executing command $STD pip3 install --break-system-packages unoserver

[ERROR] in line 1345: exit code 0: while executing command lxc-attach -n "$CTID" -- bash -c "$(curl -fsSL https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/install/${var_install}.sh)"

🖼️ Additional context (optional).

Image
Originally created by @midnextlevel on GitHub (Nov 3, 2025). ### ✅ Have you read and understood the above guidelines? yes ### 📜 What is the name of the script you are using? Stirling-PDF ### 📂 What was the exact command used to execute the script? bash -c "$(curl -fsSL https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/ct/stirling-pdf.sh)" ### ⚙️ What settings are you using? - [ ] Default Settings - [x] Advanced Settings ### 🖥️ Which Linux distribution are you using? Debian 12 ### 📈 Which Proxmox version are you on? 9.0.11 ### 📝 Provide a clear and concise description of the issue. When trying to install StirlingPDF on my proxmox node, it always fail on this last part i have tested it on authenticated and non authenticated, Tested it also via Advance and Default installation routes still it fails at this point. I checked it from the container it can reach pypi.org ### 🔄 Steps to reproduce the issue. run the script on shell on the Proxmox WEB UI set your parameters,(default or advance) wait for the script to install installation failed ### ❌ Paste the full error output (if available). WARNING: Retrying (Retry(total=4, connect=None, read=None, redirect=None, status=None)) after connection broken by 'ReadTimeoutError("HTTPSConnectionPool(host='pypi.org', port=443): Read timed out. (read timeout=15)")': /simple/unoserver/ WARNING: Retrying (Retry(total=3, connect=None, read=None, redirect=None, status=None)) after connection broken by 'ReadTimeoutError("HTTPSConnectionPool(host='pypi.org', port=443): Read timed out. (read timeout=15)")': /simple/unoserver/ WARNING: Retrying (Retry(total=2, connect=None, read=None, redirect=None, status=None)) after connection broken by 'ReadTimeoutError("HTTPSConnectionPool(host='pypi.org', port=443): Read timed out. (read timeout=15)")': /simple/unoserver/ WARNING: Retrying (Retry(total=1, connect=None, read=None, redirect=None, status=None)) after connection broken by 'ReadTimeoutError("HTTPSConnectionPool(host='pypi.org', port=443): Read timed out. (read timeout=15)")': /simple/unoserver/ WARNING: Retrying (Retry(total=0, connect=None, read=None, redirect=None, status=None)) after connection broken by 'ReadTimeoutError("HTTPSConnectionPool(host='pypi.org', port=443): Read timed out. (read timeout=15)")': /simple/unoserver/ ERROR: Could not find a version that satisfies the requirement unoserver (from versions: none) ERROR: No matching distribution found for unoserver [ERROR] in line 74: exit code 0: while executing command $STD pip3 install --break-system-packages unoserver [ERROR] in line 1345: exit code 0: while executing command lxc-attach -n "$CTID" -- bash -c "$(curl -fsSL https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/install/${var_install}.sh)" ### 🖼️ Additional context (optional). <img width="1371" height="595" alt="Image" src="https://github.com/user-attachments/assets/d73af708-17af-417c-a4e2-1cabd70d2fa9" />
saavagebueno added the bug label 2025-11-20 05:25:54 -05:00
Author
Owner

@MickLesk commented on GitHub (Nov 4, 2025):

Debian 12 or 13? Your issue say "debian 12" and the script is optimized for debian 13.

@MickLesk commented on GitHub (Nov 4, 2025): Debian 12 or 13? Your issue say "debian 12" and the script is optimized for debian 13.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: SVI/ProxmoxVE#2237