Module not found error

Hi Sarah and Keanan,

Thanks so much for walking us through the building process — it’s been really exciting to create with Retool!

I’ve successfully imported the workflow from the JSON file in Google Drive. However, when I try to run the getBlueskyPosts script, I’m encountering an error:
ModuleNotFoundError: No module named 'atproto' (line 1), even though the atproto library appears in the Libraries section.

Do you know how I might resolve this? Could this be related to the Retool tier I’m on? (I’m currently using the Free plan.)
For reference, I’ve run the same script locally in VS Code, and it works beautifully.

Thanks again for your support!

1 Like

Hi @Karen_Shiau-Jing_Ding,

Thanks for flagging this!

No, it is not related to your Retool tier. The free plan should still have access. Does it help to modify the Python requirements.txt to atproto==0.0.61? :crossed_fingers:

1 Like

Yes, it works perfectly with the way you suggested. Thank you so much!

1 Like