GeneticAlgorithmPython icon indicating copy to clipboard operation
GeneticAlgorithmPython copied to clipboard

conda installation of pygad

Open iamtekson opened this issue 3 years ago • 1 comments

This package is very useful and I think it should be available on the conda distribution as well. Please let me know if you need any help with this issue. I really want to see this package on conda distribution as well.

iamtekson avatar Apr 27 '22 04:04 iamtekson

You could build it yourself, here is the process I followed: OS - Windows 64 Conda Version: 4.13.0 Location of Anaconda install: C:\ProgramData\Anaconda3

  1. Conda version 4.13.0 has an issue with pypi.py conda/conda-build#4434 - to work around I downloaded the commit associated with 4434 and replaced the file located here: C:\ProgramData\Anaconda3\Lib\site-packages\conda_build\skeletons
  2. Then run the following Conda commands: conda skeleton pypi --python-version 3.8
  3. conda build pygad --no-test no test because of #117
  4. conda install --use-local pygad

dboneshc avatar Jun 14 '22 12:06 dboneshc