Dear Developer,
I am currently facing an issue with the Gunicorn service while attempting to start the wlanpi-webui application. The error message I receive is as follows:
Aug 05 19:03:13 wlanpi systemd[1]: Starting Gunicorn daemon to serve wlanpi-webui...
Aug 05 19:03:13 wlanpi gunicorn[5048]: Traceback (most recent call last):
Aug 05 19:03:13 wlanpi gunicorn[5048]: File "/opt/wlanpi-webui/bin/gunicorn", line 5, in <module>
Aug 05 19:03:13 wlanpi gunicorn[5048]: from gunicorn.app.wsgiapp import run
Aug 05 19:03:13 wlanpi gunicorn[5048]: ModuleNotFoundError: No module named 'gunicorn'
Aug 05 19:03:13 wlanpi systemd[1]: wlanpi-webui.service: Main process exited, code=exited, status=1/FAILURE
Aug 05 19:03:13 wlanpi systemd[1]: wlanpi-webui.service: Failed with result 'exit-code'.
Aug 05 19:03:13 wlanpi systemd[1]: Failed to start Gunicorn daemon to serve wlanpi-webui.
It appears that the Python module 'gunicorn' is not being found when the Gunicorn service is started. I have already attempted to install the 'gunicorn' module, but the issue persists.
Could you please investigate this matter further and provide a solution to help me start the Gunicorn service successfully for the wlanpi-webui application?
Thank you for your prompt attention to this matter. I greatly appreciate your expertise and look forward to your assistance.
Best regards
Mirwaiss
Dear Developer,
I am currently facing an issue with the Gunicorn service while attempting to start the wlanpi-webui application. The error message I receive is as follows:
It appears that the Python module 'gunicorn' is not being found when the Gunicorn service is started. I have already attempted to install the 'gunicorn' module, but the issue persists.
Could you please investigate this matter further and provide a solution to help me start the Gunicorn service successfully for the wlanpi-webui application?
Thank you for your prompt attention to this matter. I greatly appreciate your expertise and look forward to your assistance.
Best regards
Mirwaiss