Open maciejze opened 4 years ago
You need to add required USD directories to your PATH. It tells you which directories to add your PATH after USD build finishes.
Hi @serdartepeyurt! Can you explain how to add the required USD directory in my PATH please? I have it in .//usd
@germelo did you solve this? getting exact error. I've tried updating my path already as @serdartepeyurt said:
echo 'export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/home/vagrant/USD:/home/vagrant/usd_from_gltf' >> ~/.bashrc
echo 'export PATH=$PATH:/home/vagrant/USD:/home/vagrant/usd_from_gltf' >> ~/.bashrc
So after some playing around I found that the {USD} path you need to give to the ufginstall.py script:
python {UFG_SRC}/tools/ufginstall/ufginstall.py {UFG_BUILD} {USD} --testdata
Is not the USD directory where you download the code, rather the directory where USD is installed.
It is outputted after USD is successfully installed:
So in the my case {USD} = /usr/local/USD
Hmm... I have it in my path, still getting the same error.
root@vXXX:/var/www/html/vr# echo $PATH
/srv/USD_Install/bin:/root/.nvm/versions/node/v12.18.3/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin
Can you tell me what's wrong with my call?
python /srv/UFG_SRC/tools/ufginstall/ufginstall.py /srv/UFG_BUILD/ /srv/USD_INSTALL --testdata
Oh my god, I accidently confused:
USD_INSTALL with USD_Install, it was the capitalization.
Hello, I have issue during istalling UFG. I have completed all steps that are listed before (installing USD, NASM, PIL) successfully