Pyevolve is usually used in python 2.7. Is there any way we can install and use pyevolve in python 3 ? I know there is another package DEAP for genetic algorithms compatible with python 3 but somehow I have to use pyevolve.
I have tries but I think it is not supported so pip install pyevolve is throwing error.
You can use this PR: https://github.com/perone/Pyevolve/pull/79
The repo is here: https://github.com/BubaVV/Pyevolve
sudo pip3 install future
then inside of the module folder (after you clone/download it), run:
sudo python3 setup.py install
It is a little simpler now (Aug 2021) ...
sudo pip3 install future
git clone https://github.com/BubaVV/Pyevolve.git
cd Pyevolve; sudo python3 setup.py install
This is enough. I tested it with python3 code on both Windows Linux and MacOSX (Intel).
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With