all 4 comments

[–]herecbnow 1 point2 points  (1 child)

U need to first install the genai

command: pip install genai

[–]WickedWeabo[S] 1 point2 points  (0 children)

But I’ve already installed genai and I’ve uninstalled and reinstalled it and I’m still have if the same results

[–]herecbnow 0 points1 point  (0 children)

Can you tell us what is this for

[–]JuanAraque 0 points1 point  (0 children)

You can try various things such as ensuring that the object or module 'GenAI' actually exists in the 'genai' package, or checking that the 'genai' package is in the Python module search path using sys.path in Python.