GeneticAlgorithmPython
GeneticAlgorithmPython copied to clipboard
conda installation of pygad
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.
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
- 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
- Then run the following Conda commands:
conda skeleton pypi --python-version 3.8 -
conda build pygad --no-testno test because of #117 -
conda install --use-local pygad