edbeeching / godot_rl_agents

An Open Source package that allows video game creators, AI researchers and hobbyists the opportunity to learn complex behaviors for their Non Player Characters or agents
MIT License
942 stars 69 forks source link

chore(debugging): added more debug information on import error #91

Closed visuallization closed 1 year ago

visuallization commented 1 year ago

I ran into an issue where I received the error "Import error when trying to use rllib, this is probably not installed try pip install godot-rl[rllib]" even though I installed the package. https://github.com/edbeeching/godot_rl_agents/issues/90

It turned out it was a problem with my python installation and I had to install some linux packages and rebuild python. This PR displays more information about the import error.