Hello,
I’m trying to package an extended version of usd-core so I can open usdview from my app using the pxr.Usdviewq
module the same way it’s being used in this python script.
I tried to create a WHL file using the setup script as follow:
python setup.py bdist_wheel
However, when I did a pip install using the generated WHL file and then trying to run the command usdview [usdaFile]
, I got the following error:
ImportError: DLL load failed while importing _tf: The specified module could not be found.
Thanks for your help.