GeneticAlgorithmPython icon indicating copy to clipboard operation
GeneticAlgorithmPython copied to clipboard

Conda Build Test Fails During Import of Torch

Open dboneshc opened this issue 3 years ago • 1 comments

Attempting to build an Anaconda package and ran into an issue during testing, see trackback below. It appears that there is a call to import torch but it does not exist.

image

dboneshc avatar Jun 13 '22 21:06 dboneshc

I think this only means the package torch is not available in your Python installation.

ahmedfgad avatar Feb 26 '23 19:02 ahmedfgad