generative-ai-python icon indicating copy to clipboard operation
generative-ai-python copied to clipboard

Can’t pip install python package in NVIDIA Omniverse

Open aniketrajnish opened this issue 1 year ago • 0 comments
trafficstars

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?

  • Installing the package to my pc’s python installation using any other terminal works fine but can’t install it to omniverse.
  • Tried using Omniverse Code 2022.3.3 and 2023.1.1
  • I'm able to install the google-ai-generativelanguage package

aniketrajnish avatar May 28 '24 02:05 aniketrajnish