Installation failed, cannot connect to github.com #1144
-
|
I tired two commands from https://github.com/openai/whisper to get OpenAI-Whisper installed: pip install --upgrade --no-deps --force-reinstall git+https://github.com/openai/whisper.git pip install git+https://github.com/openai/whisper.git and it always returns: pip install --upgrade --no-deps --force-reinstall git+https://github.com/openai/whisper.git × git clone --filter=blob:none --quiet https://github.com/openai/whisper.git 'C:\Users\29536\AppData\Local\Temp\pip-req-build-_2kkh4er' did not run successfully. note: This error originates from a subprocess, and is likely not a problem with pip. × git clone --filter=blob:none --quiet https://github.com/openai/whisper.git 'C:\Users\29536\AppData\Local\Temp\pip-req-build-_2kkh4er' did not run successfully. note: This error originates from a subprocess, and is likely not a problem with pip. But when i tried this command : pip install -U openai-whisper It installed successfully. Traceback (most recent call last): I tried many ways, especially for the first problems and still can't get it fixed |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
|
It seems PyTorch is not installed properly. Note that PyTorch currently supports PyThon 3.7-3.9 on Windows, and you're using Python 3.10. You can follow their guides and use Chocolatey or Anaconda to install Python 3.9 and PyTorch on Windows. PyTorch Forum should also be helpful. |
Beta Was this translation helpful? Give feedback.
It seems PyTorch is not installed properly. Note that PyTorch currently supports PyThon 3.7-3.9 on Windows, and you're using Python 3.10. You can follow their guides and use Chocolatey or Anaconda to install Python 3.9 and PyTorch on Windows. PyTorch Forum should also be helpful.