I am trying to install pyevolve module in Windows CMD.
I tried 3 ways to install it.
pip install pyevolve
easy_install pyevolve
cd C:/xxxx/xxxx/xxxx/xxxx/
python setup.py install
The result is:
ModuleNotFoundError: No module named 'Scaling'
I look through C:/xxxx/xxxx/xxxx/xxxx/
, and I find there is a document named Scaling.py
. However, it doesn't work!