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

ModuleNotFoundError: No module named 'socketio.sgunicorn' #15

Open
sevku opened this issue Feb 4, 2021 · 0 comments
Open

ModuleNotFoundError: No module named 'socketio.sgunicorn' #15

sevku opened this issue Feb 4, 2021 · 0 comments

Comments

@sevku
Copy link

sevku commented Feb 4, 2021

I tried to fix some issues with the code but I can not solve the following:

Traceback (most recent call last):
  File "/home/user/webcam-streamer/venv/bin/gunicorn", line 33, in <module>
    sys.exit(load_entry_point('gunicorn==0.16.1', 'console_scripts', 'gunicorn')())
  File "/home/user/webcam-streamer/venv/lib/python3.8/site-packages/gunicorn/app/wsgiapp.py", line 32, in run
    WSGIApplication("%prog [OPTIONS] APP_MODULE").run()
  File "/home/user/webcam-streamer/venv/lib/python3.8/site-packages/gunicorn/app/base.py", line 127, in run
    Arbiter(self).run()
  File "/home/user/webcam-streamer/venv/lib/python3.8/site-packages/gunicorn/arbiter.py", line 54, in __init__
    self.setup(app)
  File "/home/user/webcam-streamer/venv/lib/python3.8/site-packages/gunicorn/arbiter.py", line 96, in setup
    self.worker_class = self.cfg.worker_class
  File "/home/user/webcam-streamer/venv/lib/python3.8/site-packages/gunicorn/config.py", line 78, in worker_class
    worker_class = util.load_class(uri)
  File "/home/user/webcam-streamer/venv/lib/python3.8/site-packages/gunicorn/util.py", line 133, in load_class
    mod = __import__('.'.join(components))
ModuleNotFoundError: No module named 'socketio.sgunicorn'
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

No branches or pull requests

1 participant