Closed SuroshAhmadZobair closed 1 year ago
I had the same issue, try:
# on Linux/WSL
export BLENDER="/PATH/TO/infinigen/blender/blender"
# on MAC
export BLENDER="/PATH/TO/infinigen/Blender.app/Contents/MacOS/Blender"
and then source ~/.bashrc
This seems to be an issue with not setting $BLENDER as @tms-gvd points out
I am trying to Generate a scene layout but i get the following error:
-noaudio: command not found
Steps to Reproduce
git clone https://github.com/princeton-vl/infinigen.git cd infinigen conda create --name infinigen python=3.10 conda activate infinigen bash install.sh
What command did you run?
What are your output logs?
(If this is your first time running Infinigen) What are the full output logs of
install.sh
? everything is being installed properly until i get the following errors:Platform