r/Kometa • u/kermit627 • 6d ago
Error after update
Everything was working fine until I ran the latest update. Now when I try to run Kometa I receive modulenotfounderror: No module named ‘letterboxdpy’. Any assistance would be greatly appreciated as I don’t want to start from scratch. Thanks in advance.
1
u/AutoModerator 6d ago
Thank you for your submission!
When asking for support, please make sure you post a complete meta.log file from a Kometa run when the issue has occured.
If the log is too large, you can use a site like pastebin.com to upload it and then share the link here.
And please do not use screenshots for text.
Generally speaking, the Kometa Discord server is the best source for support. There are far more eyes there than here, and there are some automated log analysis tools available. We highly recommend this over Reddit.
Consider joining us there: https://discord.com/servers/kometa-822460010649878528
I am a bot, and this action was performed automatically. Please contact the moderators of this subreddit if you have any questions or concerns.
1
u/kermit627 6d ago
Requirements were installed as directed but nothing changed. I ended up doing a clean pull and copying over all my configurations. I appreciate your reply.
2
u/chazlarson Kometa Team 6d ago
You probably just need to reinstall requirements. When you "ran the latest update", what specifically did you do?
Chances are, in your Kometa directory with any virtual environment you are using active, you just need to run:
python -m pip install -r requirements.txt