Closed Alby0n closed 10 months ago
from clip_retrieval.clip_client import ClipClient is not found in modules
Met same problem
same problem. when i import clip_retrieval
and then print(dir(clip_retrieval))
, i see that there is no clip_client
in the list.
Copying the folder "clip_retrieval" into your project can solve the problem
the module name is not clip_client
from clip_client import Client as ClipClient ModuleNotFoundError: No module named 'clip_client'