RediSearch / redisearch-py

RediSearch python client

Home Page:https://redisearch.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ImportError: cannot import name 'Client' from partially initialized module 'redisearch' (most likely due to a circular import)

Noezor opened this issue · comments

commented

I create a document called redisearch with only

from redisearch import Client

and get ImportError: cannot import name 'Client' from partially initialized module 'redisearch' (most likely due to a circular import)

commented

Solution : do not call the file redisearch.py. It will solve the circular import.