Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Upgrade gunicorn #239

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

BenSturmfels
Copy link
Contributor

This avoids "ModuleNotFoundError: No module named 'gunicorn.six.moves'" as seen with gunicorn 19 on Ubuntu 24.04.

This avoids "ModuleNotFoundError: No module named 'gunicorn.six.moves'" as seen
with gunicorn 19 on Ubuntu 24.04.
@BenSturmfels
Copy link
Contributor Author

Here's the full traceback:

Traceback (most recent call last):
  File "/home/vhosts/.../env/bin/gunicorn", line 5, in <module>
    from gunicorn.app.wsgiapp import run
  File "/home/vhosts/.../env/lib/python3.12/site-packages/gunicorn/app/wsgiapp.py", line 9, in <module>
    from gunicorn.app.base import Application
  File "/home/vhosts/.../env/lib/python3.12/site-packages/gunicorn/app/base.py", line 11, in <module>
    from gunicorn._compat import execfile_
  File "/home/vhosts/.../env/lib/python3.12/site-packages/gunicorn/_compat.py", line 264, in <module>
    from gunicorn.six.moves.urllib.parse import urlsplit
ModuleNotFoundError: No module named 'gunicorn.six.moves'

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant