[PYTHON] Installer la diffusion de la torche avec PyTorch 1.7

environnement

J'ai fait une note rapide car j'ai réussi à la hâte.

$ pip install torch-scatter -f https://pytorch-geometric.com/whl/torch-1.7.0.html
Looking in links: https://pytorch-geometric.com/whl/torch-1.7.0.html
Collecting torch-scatter
  Downloading https://pytorch-geometric.com/whl/torch-1.7.0/torch_scatter-2.0.5%2Bcu110-cp36-cp36m-win_amd64.whl (2.4
MB)
     |████████████████████████████████| 2.4 MB 544 kB/s
Installing collected packages: torch-scatter
Successfully installed torch-scatter-2.0.5

Mais quand j'essaye de bouger ça échoue

$ python natura/bin/pytorch_sample.py
Traceback (most recent call last):
  File "natura/bin/pytorch_sample.py", line 9, in <module>
    from torch_scatter import scatter_max
  File "C:\Users\dff40\.conda\envs\pytorch04gpu\lib\site-packages\torch_scatter\__init__.py", line 12, in <module>
    library, [osp.dirname(__file__)]).origin)
  File "C:\Users\dff40\.conda\envs\pytorch04gpu\lib\site-packages\torch\_ops.py", line 105, in load_library
    ctypes.CDLL(path)
  File "C:\Users\dff40\.conda\envs\pytorch04gpu\lib\ctypes\__init__.py", line 348, in __init__
    self._handle = _dlopen(self._name, mode)
OSError: [WinError 126]Le module spécifié est introuvable.
(pytorch04gpu)

n'abandonnerai pas

Le contenu de l'erreur semble être lié au GPU. Peut-être que je devrais installer la version CPU. Alors désinstallez et exécutez

$ pip install torch-scatter==latest+cpu -f https://pytorch-geometric.com/whl/torch-1.7.0.html
Looking in links: https://pytorch-geometric.com/whl/torch-1.7.0.html
Collecting torch-scatter==latest+cpu
  Downloading https://pytorch-geometric.com/whl/torch-1.7.0/torch_scatter-latest%2Bcpu-cp36-cp36m-win_amd64.whl (289 k
B)
     |████████████████████████████████| 289 kB 364 kB/s
Installing collected packages: torch-scatter
Successfully installed torch-scatter-2.0.5

Avec cela, lorsque j'ai déplacé la commande précédente, cela a fonctionné en toute sécurité!

Recommended Posts

Installer la diffusion de la torche avec PyTorch 1.7
Installer pytorch
Installez PyTorch
Jouez avec PyTorch
Validation croisée avec PyTorch
À partir de PyTorch
Utilisez RTX 3090 avec PyTorch
Erreur avec l'installation de pip
Installez Voluptuous avec Python 2.5
Conseils d'installation de Python PyTorch
Installez Python avec pyenv
Installez scikit.learn avec pip
Installer l'environnement Python avec Anaconda
Installation de Keras (utilisée par Anaconda)
Essayez Auto Encoder avec Pytorch
Lorsque la mousse avec pip installer
Spécifiez la version avec l'installation de conda
Essayez d'implémenter XOR avec PyTorch
Installer une bibliothèque externe avec Python
Installez le référentiel github avec pip
Implémenter le GPU PyTorch + avec Docker
Prédiction de la moyenne Nikkei avec Pytorch 2
Démineur d'apprentissage automatique avec PyTorch
PyTorch avec AWS Lambda [importation Lambda]
Prédiction de la moyenne Nikkei avec Pytorch
Effectuer un fractionnement stratifié avec PyTorch
J'ai créé Word2Vec avec Pytorch
Installez Python 2.7.9 et Python 3.4.x avec pip.
[Tutoriel PyTorch ⑤] Apprentissage de PyTorch avec des exemples (Partie 2)
Que faire avec l'installation de Magics
pyenv-vertualenv n'installe pas correctement la série python3
Apprenez avec les réseaux convolutifs PyTorch Graph
Autorisation refusée avec pip install pyopenssl
Comment installer python-pip avec ubuntu20.04LTS
Installez Pytorch sur Blender 2.90 python sous Windows
J'ai essayé d'implémenter Attention Seq2Seq avec PyTorch
Installez facilement pyspark avec conda
Installer le plug-in Python avec Netbeans 8.0.2
Installez le fichier de données avec setup.py
Prédiction de la moyenne Nikkei avec Pytorch ~ Makuma ~
Comment augmenter les données avec PyTorch
Installez pyStruct sur MacOSX10.11 avec macports
[Tutoriel PyTorch ⑤] Apprentissage de PyTorch avec des exemples (Partie 1)
Comment installer mysql-connector avec pip3
Construction de l'environnement pytorch @ python3.8 avec pipenv
Installez python2.x sur catalina avec pyenv
Wget échoue lors de l'installation avec pyenv
Installez python avec mac vs code
Comment installer Anaconda avec pyenv
Obtenez un rembourrage de réflexion Pytorch avec Tensorflow
Prédiction des ondes de Sin (retour) avec Pytorch
Certificat SSL lié à l'installation de pip? Erreur
Classification multi-étiquette d'images multi-classes avec pytorch
J'ai essayé d'implémenter la régularisation Shake-Shake (ShakeNet) avec PyTorch
Installer Python en tant que Framework avec pyenv
Comment installer DLIB avec 2020 / CUDA activé
Je veux installer Python avec PythonAnywhere
Installer en spécifiant la version avec pip