-
Notifications
You must be signed in to change notification settings - Fork 466
New issue
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
I ran the getting started nature code and got an error about waterbody.so library not loaded libc++ Crashed: 09/19 12:07AM outputs/hello_world/0/logs/coarse.err reason='OSError: dlopen(/Users/andrewtriboletti/infinigen/infinigen/terrain/lib/cpu/elements/waterbody.so, 0x0006): Library not loaded: @rpath/libc++.1.dylib' node=None fatal=True #328
Comments
Could you provide your full install logs? pip install -v -e . > logs.txt 2>&1 Alternatively, just run |
I ran: output: the contents of logs.txt: Thank you! |
I tried again with updated Infinigen code and it worked until there was an out of memory error on my macbook pro 2019 with 16 gigs ram. I ran it on Ubuntu WSL windows machine with 64 gigs ram and it worked.
|
Describe the bug
A clear and concise description of what the bug is.
I ran the example code and got an error
Steps to Reproduce
What version of the code were you using?
Tell us the commit & commit hash from
git log
What command did you run?
(base) andrewtriboletti@Andrews-MacBook-Pro infinigen % python -m infinigen.datagen.manage_jobs --output_folder outputs/hello_world --num_scenes 1 --specific_seed 0
--configs desert.gin simple.gin --pipeline_configs local_16GB.gin monocular.gin blender_gt.gin --pipeline_overrides LocalScheduleHandler.use_gpu=False
What are your FULL output logs?
Provide the FULL output logs from your command as a txt file.
Crashed: 09/19 12:07AM outputs/hello_world/0/logs/coarse.err reason='OSError: dlopen(/Users/andrewtriboletti/infinigen/infinigen/terrain/lib/cpu/elements/waterbody.so, 0x0006): Library not loaded: @rpath/libc++.1.dylib' node=None fatal=True
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.Platform
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: