Neat Module cannot find atribute config
bolajiayeni opened this issue · 0 comments
bolajiayeni commented
Hello, I downloaded your source code to run it by myself and i discovered that while trying to run the neat test it gives the following error:
$ make neat-train
Traceback (most recent call last):
File "NEAT/train.py", line 104, in
File "NEAT/train.py", line 99, in main
File "NEAT/train.py", line 77, in _run
AttributeError: module 'neat' has no attribute 'Config'
make: *** [Makefile:8: neat-train] Error 1
ill appreciate your help as soon as possible.
cheers.