semantic-text-similarity
semantic-text-similarity copied to clipboard
cant install semantic-test-similarity
Collecting semantic-text-similarity
Using cached semantic_text_similarity-1.0.3-py3-none-any.whl (416 kB)
Collecting pytorch-transformers==1.1.0
Using cached pytorch_transformers-1.1.0-py3-none-any.whl (158 kB)
ERROR: Command errored out with exit status 1:
command: 'C:\Users\vdharmalin\Anaconda3\python.exe' -u -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'C:\Users\vdharmalin\AppData\Local\Temp\pip-install-cnw3ben9\torch\setup.py'"'"'; file='"'"'C:\Users\vdharmalin\AppData\Local\Temp\pip-install-cnw3ben9\torch\setup.py'"'"';f=getattr(tokenize, '"'"'open'"'"', open)(file);code=f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, file, '"'"'exec'"'"'))' bdist_wheel -d 'C:\Users\vdharmalin\AppData\Local\Temp\pip-wheel-c1gced_z'
cwd: C:\Users\vdharmalin\AppData\Local\Temp\pip-install-cnw3ben9\torch
Complete output (30 lines):
running bdist_wheel
running build
running build_deps
Traceback (most recent call last):
File "
above is the error im getting
Hi Vimal,
Can you try installing with pip , as it's not giving me any error with that
pip install semantic-text-similarity
Note: i have fuzzywuzzy, torch, sentence-transformers already installed in my environment.