How To Fix Error installing Python Selector using the Wizard In Cloudlinux Cpanel

Fix the error when installing Python Selector using the Wizard in CloudLinux cPanel. Step-by-step guide to resolve installation issues

How To Fix Error installing Python Selector using the Wizard In Cloudlinux Cpanel

🐍❌ Issue: Error Installing Python Selector via Wizard in CloudLinux

When attempting to install Python Selector using the CloudLinux Python Selector Wizard, you may encounter the following error:

[ERROR]: output of the command:
yum groupinstall -y alt-python27 alt-python310 alt-python311 alt-python312 alt-python33 alt-python34 alt-python35 alt-python36 alt-python37 alt-python38 alt-python39
Error: Nothing to do.


🌐 Environment:

  • βœ… CloudLinux OS

  • βœ… Python Selector

  • ❌ Wizard fails to install Python versions


πŸ› οΈ Solution: Manual Installation of Python Selector

This issue happens because the Wizard tries to install all Python versions at once, some of which may not exist in your current repository setup.

Instead, install Python Selector manually using the commands below.


βœ… Step 1: Install Core Python Selector Components

Run the following as root:

# yum groupinstall alt-python
# yum install lvemanager lve-utils alt-python-virtualenv

This installs the necessary Python interpreter versions and utilities for Python Selector.


πŸ”§ Step 2: Enable Compiler Access in WHM

To build additional Python modules (via pip), your users may need access to compilers (GCC/Make).

Do this in WHM:

  1. Go to WHM β†’ Security Center β†’ Compiler Access

  2. βœ… Enable compiler access for all users (temporarily or as needed)

πŸ›‘ Make sure to disable compiler access later if you don't want users compiling binaries on the server.


πŸ”„ Step 3: Refresh CageFS

Finally, update and remount CageFS to apply the new environments:

# cagefsctl --force-updateΒ 

βœ… After Installation

  • Log in to a cPanel user account

  • Go to Setup Python App

  • You should now see multiple Python versions available for app creation πŸŽ‰

Share

What's Your Reaction?

Like Like 0
Dislike Dislike 0
Love Love 0
Funny Funny 0
Angry Angry 0
Sad Sad 0
Wow Wow 0