Closed flamz3d closed 1 year ago
Hello @flamz3d ,
thanks for opening the ticket, I am going to move to clip-as-a-service
repository
What's the jina version you use? You can paste the output of jina -vf
here @flamz3d
Can you successfully import this? @flamz3d
import importlib
and then importlib.import_module('clip_server.executors.clip_torch')
Here is my output for this:
We found that there is a compatibility issue in python3.7 for torchvision
. For now, the quick solution is to downgrade the torchvision
to 0.13.0 (the default version is 0.14.0 if you install clip-server using pip install) and everything should be fine.
I ran into the same ERROR on both my local machine and Colab. Have you solve it and how?
create clean python 3.7 env on debian linux
run pip install clip-server run python -m clip_server
result