We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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 "", line 1, in File "C:\Users\vdharmalin\AppData\Local\Temp\pip-install-cnw3ben9\torch\setup.py", line 225, in setup(name="torch", version="0.1.2.post2", File "C:\Users\vdharmalin\Anaconda3\lib\site-packages\setuptools_init_.py", line 153, in setup return distutils.core.setup(**attrs) File "C:\Users\vdharmalin\Anaconda3\lib\distutils\core.py", line 148, in setup dist.run_commands() File "C:\Users\vdharmalin\Anaconda3\lib\distutils\dist.py", line 966, in run_commands self.run_command(cmd) File "C:\Users\vdharmalin\Anaconda3\lib\distutils\dist.py", line 985, in run_command cmd_obj.run() File "C:\Users\vdharmalin\Anaconda3\lib\site-packages\wheel\bdist_wheel.py", line 223, in run self.run_command('build')
The text was updated successfully, but these errors were encountered:
above is the error im getting
Sorry, something went wrong.
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.
No branches or pull requests
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 "", line 1, in
File "C:\Users\vdharmalin\AppData\Local\Temp\pip-install-cnw3ben9\torch\setup.py", line 225, in
setup(name="torch", version="0.1.2.post2",
File "C:\Users\vdharmalin\Anaconda3\lib\site-packages\setuptools_init_.py", line 153, in setup
return distutils.core.setup(**attrs)
File "C:\Users\vdharmalin\Anaconda3\lib\distutils\core.py", line 148, in setup
dist.run_commands()
File "C:\Users\vdharmalin\Anaconda3\lib\distutils\dist.py", line 966, in run_commands
self.run_command(cmd)
File "C:\Users\vdharmalin\Anaconda3\lib\distutils\dist.py", line 985, in run_command
cmd_obj.run()
File "C:\Users\vdharmalin\Anaconda3\lib\site-packages\wheel\bdist_wheel.py", line 223, in run
self.run_command('build')
The text was updated successfully, but these errors were encountered: