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.
pyevolve currently does not support python 3.x
If you want to use pyevolve you need to use python 2.x or rewrite it yourself. Seems like there was already an attempt to port it to python3, but this repo wasn't updated in over a year.