Can't pip install Google Generative AI package in Omniverse

I tried installing google-generativeai package in NVIDIA 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")

Installing the package to my pc’s python installation using any other terminal works fine but can’t install it to omniverse.

Tried using Code 2022.3.3 and 2023.1.1

image