It was mentioned in requirements.txt sentencepiece >=0.1.91 and <=0.1.94 but there is no wheel for silicon chip based macos for those versions of sentencepiece library and when ever I am trying to run
$ pip install git+https://github.com/rinnakk/japanese-clip.git
I am getting an error as shown in below screeen shot.
But i downloaded the zip file and changed sentencepiece version to latest in requirements.txt and then i tried to make installations from that folder then i was able to download all the required dependencies and installed everything required for my model.
It was mentioned in requirements.txt sentencepiece >=0.1.91 and <=0.1.94 but there is no wheel for silicon chip based macos for those versions of sentencepiece library and when ever I am trying to run $ pip install git+https://github.com/rinnakk/japanese-clip.git I am getting an error as shown in below screeen shot. But i downloaded the zip file and changed sentencepiece version to latest in requirements.txt and then i tried to make installations from that folder then i was able to download all the required dependencies and installed everything required for my model.
So I request you to look into this issue.