Trouble Running Flask Code on cPanel with LiteSpeed - Help Needed!

#1
I'm trying to run a Flask app on a cPanel hosting . I installed Flask and registered the app using the Application Manager, but I'm encountering the following error:
lscgid: execve(): /usr/bin/lswsgi3: No such file or directory
Has anyone faced this issue before? Any ideas on how to resolve it and get my Flask app running on LiteSpeed? Appreciate any help!
 

Unique_Eric

Administrator
Staff member
#2
Have you tried to enter to the virtual environment and run the Flaks/python locally, does it work? Also, does the issue happens with the latest python version only?
 
Top