deepvoice3_pytorch
deepvoice3_pytorch copied to clipboard
Bypassing torch 1.3
I have built pytorch 1.4 from source. When I run pip install --user -e ".[bin]"
, it tries to download torch 1.3 and I don't want that.
$ pip install --user -e ".[bin]"
Obtaining file:///mnt/local/mnaderan/deepvoice3_pytorch
Collecting numpy (from deepvoice3-pytorch==0.1.1+897f31e)
Using cached https://files.pythonhosted.org/packages/d7/b1/3367ea1f372957f97a6752ec725b87886e12af1415216feec9067e31df70/numpy-1.16.5-cp27-cp27mu-manylinux1_x86_64.whl
Collecting scipy (from deepvoice3-pytorch==0.1.1+897f31e)
Using cached https://files.pythonhosted.org/packages/1d/f6/7c16d60aeb3694e5611976cb4f1eaf1c6b7f1e7c55771d691013405a02ea/scipy-1.2.2-cp27-cp27mu-manylinux1_x86_64.whl
Collecting torch>=1.0.0 (from deepvoice3-pytorch==0.1.1+897f31e)
Downloading https://files.pythonhosted.org/packages/d6/17/1b3f5c0899371b598b453f13ca937a3a640357145c5bd7f5e7422e05ec29/torch-1.3.1-cp27-cp27mu-manylinux1_x86_64.whl (734.6MB)
99% |████████████████████████████████| 734.6MB 58.2MB/s eta 0:00:01^C^C
Operation cancelled by user
How can I bypass that?
Well, if you have pytorch installed (=>1.0.0), it should skip installation... Not sure what was happening. Please manually remove: https://github.com/r9y9/deepvoice3_pytorch/blob/897f31e57eb6ec2f0cafa8dc62968e60f6a96407/setup.py#L82 for now.