We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
A clear and concise description of what the bug is.
g++: error: lib/cpu/soil_machine/SoilMachine.o: linker input file not found: No such file or directory
bash scripts/install/compile_terrain.sh | tee logs.txt
Tell us the commit & commit hash from git log the latest one
git log
Provide the FULL output logs from your command as a txt file.
Run pip install -v -e . > logs.txt 2>&1 and send logs.txt as an attachment.
pip install -v -e . > logs.txt 2>&1
logs.txt
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered:
mazeyu
No branches or pull requests
Describe the bug
A clear and concise description of what the bug is.
g++: error: lib/cpu/soil_machine/SoilMachine.o: linker input file not found: No such file or directory
Steps to Reproduce
bash scripts/install/compile_terrain.sh | tee logs.txt
What version of the code were you using?
Tell us the commit & commit hash from
git log
the latest one
What command did you run?
bash scripts/install/compile_terrain.sh | tee logs.txt
What are your FULL output logs?
Provide the FULL output logs from your command as a txt file.
If this is your first time running Infinigen, what are the full install logs?**
Run
pip install -v -e . > logs.txt 2>&1
and send logs.txt as an attachment.logs.txt
Platform
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: