crowdAI / marLo

Multi Agent Reinforcement Learning using MalmÖ
MIT License
246 stars 46 forks source link

ModuleNotFoundError: No module named '_tkinter' Error fix #33

Open dhl8282 opened 6 years ago

dhl8282 commented 6 years ago

When I was running tutorial_6.py on Mac + python3, I got this error: ModuleNotFoundError: No module named '_tkinter'

Here is what I did to fix it.

brew install tcl-tk brew reinstall python --with-tcl-tk

spMohanty commented 6 years ago

@dhl8282 : are you using the latest version of Marlo ?