use pip3 install elasticsearch-dsl ImportError: cannot import name 'DocType' How to fix this error?
DocType has been renamed to Document in newer versions. Hope this helps!
DocType
Document
DocType has been renamed to Document in newer versions.
Most helpful comment
DocTypehas been renamed toDocumentin newer versions. Hope this helps!