Closed vrutik2809 closed 2 years ago
While executing the demo.py file, it throws the following error: from gevent.wsgi import WSGIServer ModuleNotFoundError: No module named 'gevent.wsgi'
from gevent.wsgi import WSGIServer ModuleNotFoundError: No module named 'gevent.wsgi'
The server should start running
Run the demo.py file.
Yes
which way you installed? did you use poetry install?
poetry install
No. I simply did pip install -r requirements.txt
pip install -r requirements.txt
I'm submitting a
Current Behaviour:
While executing the demo.py file, it throws the following error:
from gevent.wsgi import WSGIServer ModuleNotFoundError: No module named 'gevent.wsgi'
Expected Behaviour:
The server should start running
Steps to reproduce:
Run the demo.py file.
Snapshot:
Environment:
* python version - 3.10.2 * pip version - 22.0.3 * OS details - Name - Microsoft Windows 11 Home Single Language - Version - 10.0.22000 N/A Build 22000 ### Do you want to work on this issue?Yes