cpanel

Django website deploy error: Failed building wheel for Pillow, Reportlab in cPanel

Django website deploy error: Failed building wheel for Pillow, Reportlab in cPanel Question: I am trying to use xhtml to pdf libray my code is on goddady cpanel. i have tried pip install reportlab pip install xhtml2pdf pip install –pre xhtml2pdf and no one works non of these commands works on the cpanel i am …

Total answers: 1

Why mySQLclient is not installed

Why mySQLclient is not installed Question: I want to install the MySQLclient package on my Cpanel host through the terminal. Because I want to connect my Django project to the database. When I want to install the necessary packages, everyone installs except MySQLClient. It also gives an error: Collecting mysqlclient Using cached mysqlclient-2.1.0.tar.gz (87 kB) …

Total answers: 2

cPanel App runs on Python2 instead of Python3

cPanel App runs on Python2 instead of Python3 Question: I have a VPS Hosting in cPanel, and a Flask-App. I followed the instructions of How to install WSGI Application in cPanel. Everything is working fine, when I run the application using the terminal, but when I open the App URL, it shows the following error: …

Total answers: 2