Help
Hello, everyone i am trying to launch a python code using termux i have already installed the required libraries for that code but still after launching the code it gives the error module not found.
6 Replies
@OVERLORD hi please send the python code so i can try
Ok
which error does it say module not found?
for me, that error changed to something else after I did this
pip install google-genai pylatexenc dotenv
after that i don't see module not found, i see this
That's the problem, @OVERLORD have installed
google
but not google-genai
.Yeah thats cuz of the api its fine since you dont have api
But the module(google) itself contains genai
Well i will try that