HTTP-APIs / hydrus

REST server - Flask Hydra-powered for Semantic Web
https://pypi.org/project/hydrus/
MIT License
195 stars 130 forks source link

Typo in `demo.py` file #610

Closed vrutik2809 closed 2 years ago

vrutik2809 commented 2 years ago

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:

image

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

Mec-iS commented 2 years ago

which way you installed? did you use poetry install?

vrutik2809 commented 2 years ago

No. I simply did pip install -r requirements.txt