Dear community,
I downloaded the USDPython 0.64 Package for my macOS Big Sur 11 on my new Mac book pro with M1 (13inc).
After installing it the .pkg ( that is a modelio) I open the folder in my Applications folder and I double click on the usd.command.
I am on .zsh and I did .zshrc and inserted my filepath
in my case are
export PATH=$PATH:/Users/<myusername>/Applications/usdpython/USD
export PYTHONPATH=$PYTHONPATH:/Users/<myusername>/Applications/usdpython/USD/lib/python
export PATH=$PATH:/Users/<myusername>/Applications/usdpython/usdzconvert
are these correct?
I am not sure if that Machintosh HD should be /Users/<myusername>
I keep getting the
Error: failed to import pxr module. Please add path to USD Python bindings to your PYTHONPATH
Any help would be much appreciated