Bazarr script - Install psycopg2-binary #315

Closed
opened 2026-02-04 17:55:53 +03:00 by OVERLORD · 1 comment
Owner

Originally created by @Xerovoxx98 on GitHub (Jan 11, 2025).

Have you read and understood the above guidelines?

yes

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

Bazarr

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

bash -c "$(wget -qLO - https://github.com/community-scripts/ProxmoxVE/raw/main/ct/bazarr.sh)"

📝 Provide a clear and concise description of the issue.

After installing the Bazarr script and modifying the configuration to use my PostgreSQL server, an error appears on the logs stating that the psycopg2 module can't be find.

Manually fixed by running 'pip install psycopg2-binary'

May be worth including that as it's a simple dependency?

⚙️ What settings are you using?

  • Default Settings
  • Advanced Settings

🖥️ Which Linux distribution are you using?

Debian 12

🔄 Steps to reproduce the issue.

  1. Install Container
  2. Modify config.yaml file to connect to a PostgreSQL Database
  3. Restart server, journalctl -u bazarr -f

Paste the full error output (if available).

Sorry, I got rid of it, it was the standard Python exception for when a module cannot be imported.

🖼️ Additional context (optional).

No response

Originally created by @Xerovoxx98 on GitHub (Jan 11, 2025). ### ✅ Have you read and understood the above guidelines? yes ### 📜 What is the name of the script you are using? Bazarr ### 📂 What was the exact command used to execute the script? bash -c "$(wget -qLO - https://github.com/community-scripts/ProxmoxVE/raw/main/ct/bazarr.sh)" ### 📝 Provide a clear and concise description of the issue. After installing the Bazarr script and modifying the configuration to use my PostgreSQL server, an error appears on the logs stating that the psycopg2 module can't be find. Manually fixed by running 'pip install psycopg2-binary' May be worth including that as it's a simple dependency? ### ⚙️ What settings are you using? - [X] Default Settings - [ ] Advanced Settings ### 🖥️ Which Linux distribution are you using? Debian 12 ### 🔄 Steps to reproduce the issue. 1. Install Container 2. Modify config.yaml file to connect to a PostgreSQL Database 3. Restart server, journalctl -u bazarr -f ### ❌ Paste the full error output (if available). Sorry, I got rid of it, it was the standard Python exception for when a module cannot be imported. ### 🖼️ Additional context (optional). _No response_
Author
Owner

@michelroegl-brunner commented on GitHub (Jan 13, 2025):

It is not worth to bloat the install. Most user will not do the changes you did. You can start a discussion and if the need arises there, we could think about it.

@michelroegl-brunner commented on GitHub (Jan 13, 2025): It is not worth to bloat the install. Most user will not do the changes you did. You can start a discussion and if the need arises there, we could think about it.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/ProxmoxVE#315