google-gemini / generative-ai-python

The official Python library for the Google Gemini API
https://pypi.org/project/google-generativeai/
Apache License 2.0
1.19k stars 227 forks source link

Can’t pip install python package in NVIDIA Omniverse #364

Open aniketrajnish opened 1 month ago

aniketrajnish commented 1 month ago

Description of the bug:

I tried installing google-generativeai package in NVIDIA Omniverse both through the script editor and for my extension using omni.kit.pipapi but wasn’t able to. But I get a warning that the package failed to install (see the screenshot attached).

import omni.kit.pipapi
omni.kit.pipapi.install("google-generativeai")

image

Actual vs expected behavior:

No response

Any other information you'd like to share?