NilCoalescing / djangochannelsrestframework

A Rest-framework for websockets using Django channels-v4
https://djangochannelsrestframework.readthedocs.io/en/latest/
MIT License
603 stars 84 forks source link

Got an import error #145

Closed Linzo99 closed 2 years ago

Linzo99 commented 2 years ago

seems like importing OrderedDict from the wrong place ?

".../python3.6/site-packages/djangochannelsrestframework/generics.py", line 1, in <module>
    from typing import Any, Dict, Type, Optional, List, OrderedDict, Union
ImportError: cannot import name 'OrderedDict'
Linzo99 commented 2 years ago

my bad, was using a bad version of python