I am using the Anaconda python distribution for 64 bit, windows
https://store.continuum.io/cshop/anaconda/
I am now trying to do some genetic search, and tried to install Pyevolve
http://pyevolve.sourceforge.net/
Unfortunately it crapped out saying
"Python 2.6 not found in registry"
I do have Python 2.7.6 through Anaconda. Any way around the issue? Thanks.
Anaconda suggests using "conda" for package management. There are some package not available in its repository. You can try command below:
Pyevolve seems depend on Python 2.6, you can try conda to setup a new environment in 2.6 version.