Django installation script - Still not installing

SYSTEM INFORMATION
OS type and version ALMALINUX 9.2
Webmin version 2.101
Virtualmin version 7.7 Pro
Related packages DJANGO 4.2.4

I did not find, in the discussion below, how to install the python 3 module solitated - pip.
https://forum.virtualmin.com/t/this-script-cannot-be-installed-as-this-virtual-server-does-not-meet-its-requirements-missing-command-fuser/112882/7
In the current installation the script continues requesting the pip module for Phyton 3.9.16.

Try: dnf install python3-pip

Update yum database with dnf using the following command:
sudo dnf makecache --refresh

After updating yum database, We can install python3-pip using dnf by running the following command:
sudo dnf -y install python3-pip

Now try to install Django which presents the following problem:

Now installing Django version 4.2.3 …

Initial Django user creation failed :

More information on using this script can be found at http://www.djangoproject.com/

Installation can be continued manually at Website Domain Names, Online Stores & Hosting | Domain.com

… installation was only partially complete.

Re-loading Webmin …
… done

Do you have enough quota set for the virtual server (domain) available? Django installation works for me just fine in Rocky 9.2.

The quota I set for Django is 3 G.

Yes, but how much quota us actually left?

What is the full error message?

Also, what is the output of the following commands:

  1. pip --version
  2. python3 --version
  3. python2--version
  4. python --version
Home disk space used (including sub-servers) 85.98 MiB (85.76 MiB by server administrator, 344 KiB by mail / FTP users)
Space used by databases 1.19 MiB (1.19 MiB in this server, 0 bytes in sub-servers)
Total disk space used 87.17 MiB

What about commands output?

  • pip --version - 21.2.3
  • python3 --version - 3.9.16
  • python2--version - nada
  • python --version - 3.9.16

It will need PHP 8.1 to start.
And installing Multiple PHP Versions for me does not create version 8.1 .

Now that I have installed PHP 8.1, the problem still persists:

I tried to install with the new version 4.9.4 now available in the scripts for installation, but nothing is installed.

Total server quota Unlimited
Server administrator’s quota Unlimited
Home disk space used (including sub-servers) 157.6 MiB (156.76 MiB by server administrator, 964 KiB by mail / FTP users)
Space used by databases 1.19 MiB (1.19 MiB in this server, 0 bytes in sub-servers)
Total disk space used 158.8 MiB

This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.