[Solved β ] I succesfully pip install composio but composio add github throws me an error
Following the get started tutorial in composio.dev/dashboard, after pip install composio_openai, composio add github throws "composio is not recognized as an internal or external command,...". What could possibly be happening?
11 Replies
dependent-tanβ’5mo ago
Hey @Dwdw, have you also installed
composio-core
??
If not, do this and lemme know π
optimistic-goldOPβ’5mo ago
i did @thatsmeadarsh . Same error
dependent-tanβ’5mo ago
Can you send me the screenshot of your terminal @Dwdw ??
optimistic-goldOPβ’5mo ago
this is after composio add github
sorry, Im unable to paste it here because Im accessing discord from a VM
composio add github throws me that error, but when I open python in the same terminal and enviroment, and import composio it runs without any problem
dependent-tanβ’5mo ago
Ohh so that worked fine??
Okay
Using virtual env??
optimistic-goldOPβ’5mo ago
I can import in python, but to run the example provided (start your repo on github) it gives me an error because composio add github doesnt work
*star
yes, Im using a virtual env
dependent-tanβ’5mo ago
Wanna come on a meet, is that possible??
As I think the problem is with environments
optimistic-goldOPβ’5mo ago
dependent-tanβ’5mo ago
Lemme know if you still get the issue π
@Dwdw
optimistic-goldOPβ’5mo ago
hey @thatsmeadarsh just so you know, I am able to run composio add github (or any other service btw) indeed, but only if I cd to the venv folder. If not, it returns the same error.
dependent-tanβ’5mo ago
Yea because for that env. You can create a seperate folder and use
virtualenv
to create an env and connect it
Then just install packages and use commands as you used to before