Pytorch kann nicht installiert werden

Wenn du dir nicht sicher bist, in welchem der anderen Foren du die Frage stellen sollst, dann bist du hier im Forum für allgemeine Fragen sicher richtig.
Antworten
cool_brick24
User
Beiträge: 34
Registriert: Montag 10. September 2018, 12:45

Hallo liebe User:

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.
Miniconda habe ich mir darauf installiert, funktioniert aber auch nicht. Ich weiß langsam nicht mehr weiter...

Hoffe ihr könnt mir helfen.

Mfg
Ari
Benutzeravatar
noisefloor
User
Beiträge: 4177
Registriert: Mittwoch 17. Oktober 2007, 21:40
Wohnort: WW
Kontaktdaten:

Hallo,

was funktioniert denn bei Anaconda / Miniconda nicht? Welchen Befehl führst du aus, welchen Fehler bekommst du?

Gruß, noisefloor
Benutzeravatar
ThomasL
User
Beiträge: 1378
Registriert: Montag 14. Mai 2018, 14:44
Wohnort: Kreis Unna NRW

Hast du denn schon mal unter https://pytorch.org geschaut, wie man Pytorch unter Windows installiert?
pip taucht da nicht auf....
Ich bin Pazifist und greife niemanden an, auch nicht mit Worten.
Für alle meine Code Beispiele gilt: "There is always a better way."
https://projecteuler.net/profile/Brotherluii.png
Antworten