Installing authentik doesn't past "Setting up Python 3" #586

Closed
opened 2026-02-04 20:09:49 +03:00 by OVERLORD · 2 comments
Owner

Originally created by @chuegel on GitHub (Mar 4, 2025).

Have you read and understood the above guidelines?

yes

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

Authentik

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

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

📝 Provide a clear and concise description of the issue.

Install begins and LXC is beeing created but doens't past this line:

d8f104e765/install/authentik-install.sh (L61)

⚙️ What settings are you using?

  • Default Settings
  • Advanced Settings

🖥️ Which Linux distribution are you using?

No response

🔄 Steps to reproduce the issue.

Install the LXC and wait for the Python 3 part

Paste the full error output (if available).

___         __  __               __  _ __  

/ | __ / // / ___ ____ / /() /
/ /| |/ / / / __/ __ / _ / __ / / / ///
/ ___ / /
/ / // / / / __/ / / / // / ,<
// |_,/_// /_/_
// //_///||

⚙️ Using Default Settings on node nas-10-media
🖥️ Operating System: debian
🌟 Version: 12
📦 Container Type: Unprivileged
💾 Disk Size: 12 GB
🧠 CPU Cores: 6
🛠️ RAM Size: 8192 MiB
🆔 Container ID: 110
🚀 Creating a Authentik LXC using the above default settings

✔️ Using images for Template Storage.
✔️ Using vmdata for Container Storage.
✔️ Updated LXC Template List
✔️ LXC Template is ready to use.
✔️ LXC Container 110 was successfully created.
✔️ Started LXC Container
bash: warning: setlocale: LC_ALL: cannot change locale (en_US.UTF-8)
✔️ Set up Container OS
✔️ Network Connected: 192.168.100.225
✔️ IPv4 Internet Connected
✔️ IPv6 Internet Connected
✔️ DNS Resolved github.com to 140.82.121.4
✔️ Updated Container OS
✔️ Installed Dependencies
✔️ Installed yq
✔️ Installed GeoIP
⠋ Setting up Python 3

🖼️ Additional context (optional).

No response

Originally created by @chuegel on GitHub (Mar 4, 2025). ### ✅ Have you read and understood the above guidelines? yes ### 📜 What is the name of the script you are using? Authentik ### 📂 What was the exact command used to execute the script? bash -c "$(wget -qLO - https://github.com/community-scripts/ProxmoxVE/raw/main/ct/authentik.sh)" ### 📝 Provide a clear and concise description of the issue. Install begins and LXC is beeing created but doens't past this line: https://github.com/community-scripts/ProxmoxVE/blob/d8f104e765c55025ea5a92638e03002bc1d7b33a/install/authentik-install.sh#L61 ### ⚙️ What settings are you using? - [x] Default Settings - [ ] Advanced Settings ### 🖥️ Which Linux distribution are you using? _No response_ ### 🔄 Steps to reproduce the issue. Install the LXC and wait for the Python 3 part ### ❌ Paste the full error output (if available). ___ __ __ __ _ __ / | __ __/ /_/ /_ ___ ____ / /_(_) /__ / /| |/ / / / __/ __ \/ _ \/ __ \/ __/ / //_/ / ___ / /_/ / /_/ / / / __/ / / / /_/ / ,< /_/ |_\__,_/\__/_/ /_/\___/_/ /_/\__/_/_/|_| ⚙️ Using Default Settings on node nas-10-media 🖥️ Operating System: debian 🌟 Version: 12 📦 Container Type: Unprivileged 💾 Disk Size: 12 GB 🧠 CPU Cores: 6 🛠️ RAM Size: 8192 MiB 🆔 Container ID: 110 🚀 Creating a Authentik LXC using the above default settings ✔️ Using images for Template Storage. ✔️ Using vmdata for Container Storage. ✔️ Updated LXC Template List ✔️ LXC Template is ready to use. ✔️ LXC Container 110 was successfully created. ✔️ Started LXC Container bash: warning: setlocale: LC_ALL: cannot change locale (en_US.UTF-8) ✔️ Set up Container OS ✔️ Network Connected: 192.168.100.225 ✔️ IPv4 Internet Connected ✔️ IPv6 Internet Connected ✔️ DNS Resolved github.com to 140.82.121.4 ✔️ Updated Container OS ✔️ Installed Dependencies ✔️ Installed yq ✔️ Installed GeoIP ⠋ Setting up Python 3 ### 🖼️ Additional context (optional). _No response_
OVERLORD added the bug label 2026-02-04 20:09:49 +03:00
Author
Owner

@chuegel commented on GitHub (Mar 4, 2025):

It takes really a long time.

@chuegel commented on GitHub (Mar 4, 2025): It takes really a long time.
Author
Owner

@tkeith1106 commented on GitHub (Mar 14, 2025):

i'm attempting to run right now and when i do a verbose output. It looks to be having trouble with its poetry install and potentially due to a commit in the django-tenants repo being missing.

- Installing wsproto (1.2.0)
 ⠸  - Installing xmlsec (1.3.14)
  - Installing zxcvbn (4.4.28)
 ⠼  - Installing django-tenants (3.6.1 a7f37c5)
 ⠦
    | Failed to clone https://github.com/rissson/django-tenants.git at 'a7f37c53f62f355a00142473ff1e3451bb794eca', verify ref exists on remote.
    | 
    | Note: This error arises from interacting with the specified vcs source and is likely not a Poetry issue.
    | This issue could be caused by any of the following;
    | 
    | - there are network issues in this environment
    | - the revision (a7f37c53f62f355a00142473ff1e3451bb794eca) you have specified
    |     - was misspelled
    |     - is invalid (must be a sha or symref)
    |     - is not present on remote
    | 
    | You can also run your poetry command with -v to see more information.

  - Installing opencontainers (0.0.14 20d69d9)
 ⠴
[ERROR] in line 132: exit code 0: while executing command $STD poetry install --only=main --no-ansi --no-interaction --no-root
+ exit 1
+ exit_script
+ exit_code=1
@tkeith1106 commented on GitHub (Mar 14, 2025): i'm attempting to run right now and when i do a verbose output. It looks to be having trouble with its poetry install and potentially due to a commit in the django-tenants repo being missing. ``` - Installing wsproto (1.2.0) ⠸ - Installing xmlsec (1.3.14) - Installing zxcvbn (4.4.28) ⠼ - Installing django-tenants (3.6.1 a7f37c5) ⠦ | Failed to clone https://github.com/rissson/django-tenants.git at 'a7f37c53f62f355a00142473ff1e3451bb794eca', verify ref exists on remote. | | Note: This error arises from interacting with the specified vcs source and is likely not a Poetry issue. | This issue could be caused by any of the following; | | - there are network issues in this environment | - the revision (a7f37c53f62f355a00142473ff1e3451bb794eca) you have specified | - was misspelled | - is invalid (must be a sha or symref) | - is not present on remote | | You can also run your poetry command with -v to see more information. - Installing opencontainers (0.0.14 20d69d9) ⠴ [ERROR] in line 132: exit code 0: while executing command $STD poetry install --only=main --no-ansi --no-interaction --no-root + exit 1 + exit_script + exit_code=1 ```
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/ProxmoxVE#586