ahmedfgad / GeneticAlgorithmPython

Source code of PyGAD, a Python 3 library for building the genetic algorithm and training machine learning algorithms (Keras & PyTorch).
https://pygad.readthedocs.io
BSD 3-Clause "New" or "Revised" License
1.84k stars 461 forks source link

Conda Build Test Fails During Import of Torch #117

Open dboneshc opened 2 years ago

dboneshc commented 2 years ago

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

ahmedfgad commented 1 year ago

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