yannvgn / laserembeddings

LASER multilingual sentence embeddings as a pip package
BSD 3-Clause "New" or "Revised" License
224 stars 29 forks source link

Getting version error related to torch #25

Closed shrutibhutaiya closed 3 years ago

shrutibhutaiya commented 4 years ago

while installing : getting an error related to version of torch required.

image

yannvgn commented 4 years ago

Hi,

Ah yeah, PyTorch is not available for Windows through pypi. You'll have to manually install PyTorch first, then you'll be able to install laserembeddings.

Please follow the installation instructions here: https://pytorch.org/get-started/locally/.

I will add a note in the README.

Thanks for the feedback!

yannvgn commented 3 years ago

I've included a note on PyTorch installation in the README.

I'm closing the issue. Feel free to re-open it if needed.