Troubleshooting
This page will offer solutions to problems that people have run into. If the solution to your problem isn't here, please feel free to submit a bug, or chat with us on Discord.
No module named griptape.core
If you are seeing certain errors relating to Griptape modules not being available, it may be an issue with your Griptape installation.
To resolve this, try the following steps:
- Open a Terminal in your editor.
- Using
pip
, uninstall Griptape. - Reinstall Griptape.
This should clean up any install issues and allow you to use Griptape with the latest version.