Siva Nagendra Savarapu
Siva Nagendra Savarapu
Hey guys, I have the same issue. Below are the steps to reproduce: 1. `conda create --name usd python=3.10.13` 2. `conda activate usd` 3. `pip install numpy PyOpenGL PySide6` 4....
@meshula Thank you for taking a look. Attaching the `otool -l usdcat` output as a text file. [otool_log.txt](https://github.com/PixarAnimationStudios/OpenUSD/files/13821929/otool_log.txt)
Here is the output from `otool -l /Users/siva/miniconda3/envs/usd/lib/libboost_python310.dylib`: [otool_libboost_log.txt](https://github.com/PixarAnimationStudios/OpenUSD/files/13822649/otool_libboost_log.txt) (Boost wasn't installed previously in this env. Before I ran otool, I installed boost in my conda env by `conda install...