afraid-scarlet
afraid-scarlet2mo ago

can not replicate phidata-composio

I am trying to replicate the phidata-composio example from the docs https://docs.composio.dev/framework/phidata - Installed composio-phidata, composio_openai, and composio_core - Authenticated Composio with GitHub successfully - Running into this error: MetadataFileNotFound: Metadata file for GITHUB_STAR_A_REPOSITORY_FOR_THE_AUTHENTICATED_USER not found. Please run composio apps update to fix this. - Ran composio apps update, but the error is still there Any idea how to fix this?
Composio Docs
Using Composio With phidata - Composio
Composio enables your agents to connect with Various Tools and work with them
52 Replies
absent-sapphire
absent-sapphire2mo ago
Hey @AINerd, I am checking on it Before could you tell me, what is the version of your composio-core? @AINerd
ratty-blush
ratty-blush2mo ago
Also, if you are running in a python noteboook/Google collab, you need to restart the notebook after running composio apps update for the metadata to actually load.
afraid-scarlet
afraid-scarlet2mo ago
Thanks, did pip install composio-core, which version should I use? I am using VS code
Soham
Soham2mo ago
pip install composio-core -U should install latest version it should be 0.4.2
afraid-scarlet
afraid-scarlet2mo ago
yes, I did it but the same issue here is how my requirements.txt look like, can you please add the versioning composio-phidata composio_openai composio_core==0.4.2
afraid-scarlet
afraid-scarlet2mo ago
No description
No description
afraid-scarlet
afraid-scarlet2mo ago
@kaavee @Soham
absent-sapphire
absent-sapphire2mo ago
Have you installed composio-phidata?? Check once in your pip list
afraid-scarlet
afraid-scarlet2mo ago
No description
absent-sapphire
absent-sapphire2mo ago
Can you come at #debug-help for a quick debug??
afraid-scarlet
afraid-scarlet2mo ago
sure
absent-sapphire
absent-sapphire2mo ago
Composio Docs
🧑‍🤝‍🧑 Accounts/Entity - Composio
Composio enables your agents to connect with Various Tools and work with them
absent-sapphire
absent-sapphire2mo ago
Hey @AINerd, could you say me what is your version of phidata??
afraid-scarlet
afraid-scarlet2mo ago
phidata[aws]==2.4.21
absent-sapphire
absent-sapphire2mo ago
Could you update it to 2.4.29 and check once if its working?? In our case, its working fine in 2.4.29