USD tools installation fail

I’m (failing at) installing the USD tools with the following

C:\Usd\lib>usdcat.cmd %USDROOT%\share\usd\tutorials\convertingLayerFormats\Sphere.usd
Traceback (most recent call last):
  File "C:\Usd\bin\usdcat", line 241, in <module>
    sys.exit(main())
  File "C:\Usd\bin\usdcat", line 165, in main
    from pxr import Usd
  File "C:\Usd\lib\python\pxr\Usd\__init__.py", line 24, in <module>
    from . import _usd
ImportError: DLL load failed while importing _usd: The specified module could not be found.

This is exactly what I would expect if my env variables are wrong but they all look correct. the tools
are unpacked to C:\Usd

I’ve meet the same situation with the pre-build package in running python3 in the system straightly without conda environment . Is it solved now?

Hello @peter.mcguinness & @2310974522. I informed the development team of this issue. I will post back here when I have more information!

Hello @peter.mcguinness & @2310974522! Here is a link to Pixar’s documentation which may help! USD Tutorials — Universal Scene Description 22.08 documentation

Could you share your %PYTHONPATH% and %PATH% environment variables?