Command extension error

Hi,

Upon trying to generate a script to clipboard in a command extension I get an error: “No module named PyQt4”

How should I fix the problem?

Thank you

Are you running Isaac Sim locally or remote?

Locally

@user102346 can you paste the full log message?
Is it a pyperclip error like mentioned here?

https://docs.omniverse.nvidia.com/app_isaacsim/app_isaacsim/known_issues.html?highlight=pyperclip#warnings

You might be able to resolve it by installing xsel
sudo apt-get install xsel
and restarting Isaac Sim

https://pyperclip.readthedocs.io/en/latest/index.html#not-implemented-error

It resolved after installing xsel.

Thank you very much!

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