rom1504 / clip-retrieval

Easily compute clip embeddings and build a clip retrieval system with them
https://rom1504.github.io/clip-retrieval/
MIT License
2.42k stars 213 forks source link

ModuleNotFoundError: No module named 'clip_client' #285

Closed Alby0n closed 10 months ago

Alby0n commented 1 year ago

from clip_client import Client as ClipClient ModuleNotFoundError: No module named 'clip_client'

Alby0n commented 1 year ago

from clip_retrieval.clip_client import ClipClient is not found in modules

adaxidedakaonang commented 1 year ago

Met same problem

lianakoleva commented 1 year ago

same problem. when i import clip_retrieval and then print(dir(clip_retrieval)), i see that there is no clip_client in the list.

adaxidedakaonang commented 1 year ago

Copying the folder "clip_retrieval" into your project can solve the problem

rom1504 commented 10 months ago

the module name is not clip_client