Ich wollte mir Pytorch installieren, bekomme aber einen Fehlercode:
Code: Alles auswählen
C:\WINDOWS\system32>pip3 install torchvision
Collecting torchvision
Using cached https://files.pythonhosted.org/packages/ca/0d/f00b2885711e08bd71242ebe7b96561e6f6d01fdb4b9dcf4d37e2e13c5e1/torchvision-0.2.1-py2.py3-none-any.whl
Collecting pillow>=4.1.1 (from torchvision)
Using cached https://files.pythonhosted.org/packages/d7/ea/46fd5bd57c5df5a2e79e508294acec4be0fcc2fb3ce95c2cf1038ebaa533/Pillow-5.4.1-cp37-cp37m-win32.whl
Collecting numpy (from torchvision)
Using cached https://files.pythonhosted.org/packages/d9/91/6829d324a2966b0f2b7da55b88d7492610e5c22c74a99f6da55df2f7b2d0/numpy-1.16.1-cp37-cp37m-win32.whl
Collecting torch (from torchvision)
Using cached https://files.pythonhosted.org/packages/5f/e9/bac4204fe9cb1a002ec6140b47f51affda1655379fe302a1caef421f9846/torch-0.1.2.post1.tar.gz
Complete output from command python setup.py egg_info:
Traceback (most recent call last):
File "<string>", line 1, in <module>
File "C:\Users\User\AppData\Local\Temp\pip-install-17aw04r2\torch\setup.py", line 11, in <module>
raise RuntimeError(README)
RuntimeError: PyTorch does not currently provide packages for PyPI (see status at https://github.com/pytorch/pytorch/issues/566).
Please follow the instructions at http://pytorch.org/ to install with miniconda instead.
Hoffe ihr könnt mir helfen.
Mfg
Ari