Issues with pip install in extension

Hi there! I’m having some issues with an extension that I developed about a month ago that uses an external python module, installed via the omni.kit.pipapi.install(package = ‘package_name’) command. Previously it was working, but now trying to relaunch the extension, I’m getting the error: 2023-09-20 10:01:22 [Warning] [omni.kit.pipapi.pipapi] ‘package_name’ failed to install.

When calling directly in the script editor on code I get the following printed to the console, and then a failed import:

This seems to be working again in an update of omniverse code

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.