Relative Content

Tag Archive for pythongunicorn

Python version of gunicorn

I’m currently using 3.12 version and also latest version of Gunicorn. When I’m deploying to webapp using pipeline I’m facing error as ModuleNotFoundError: no module named ‘app’. I had installed gunicorn and other dependencies.
Is the current version does not supporting gunicorn?