rednaks / django-async-orm

Bringing Async Capabilities to django ORM
https://pypi.org/project/django-async-orm/
MIT License
131 stars 9 forks source link

ModuleNotFoundError: No module named 'channels' #27

Open Muhammadali-Akbarov opened 1 year ago

Muhammadali-Akbarov commented 1 year ago

this error occurs after that installation your module, you need to add setup required moduels

ModuleNotFoundError: No module named 'channels'

rednaks commented 1 year ago

Hello,

Thank you for reporting the issue, but the module channels is present in the requirements, can you specify which version are you installing ?

https://github.com/rednaks/django-async-orm/blob/main/pyproject.toml#L28