pauloalves86 / go_dino

AI written in Python for Google Chrome's Dinosaur game
GNU General Public License v3.0
24 stars 7 forks source link

Cannot import name 'nn' - Why??? #4

Closed sahithyandev closed 5 years ago

sahithyandev commented 5 years ago

ImportError: cannot import name 'nn' This error raised when i run trainer.py

pauloalves86 commented 5 years ago

You may have installed the wrong neat. Run the following and this must end: pip uninstall neat WebOb pip install neat-python

pauloalves86 commented 5 years ago

Since I have not received a response, I'm closing this. Feel free to comment or reopen if the solution does not work.