Sentence-transformer package in python 3.10 not buildable

We want to install sentence-transformer in python 3.10 environment. It failes due to the time consumed.
Could you enable that it will be build OR put it in python 3.10 as standard.
We can not use uplink for our app while they shall use this function.

Have you tried switching to the Machine Learning base package first? I was able to install sentence-transformers on top of this base package without errors.

1 Like