bark-ml icon indicating copy to clipboard operation
bark-ml copied to clipboard

libbark_Sworld_Stests_Slibmake_Utest_Uworld.so

Open mumuyanyan opened this issue 3 years ago • 4 comments

error when running the example

ImportError: dlopen(/Users/hhh/anaconda3/envs/bark/lib/python3.7/site-packages/bark/core.so, 0x0002): Library not loaded: @loader_path/../../_solib_darwin_x86_64//libbark_Sworld_Stests_Slibmake_Utest_Uworld.so

mumuyanyan avatar Jan 26 '22 13:01 mumuyanyan

i run the code on mac

mumuyanyan avatar Jan 26 '22 13:01 mumuyanyan

Hello there, which test are you running?

When you build the system on Mac you need to additionally use --define build_platform=macos.

patrickhart avatar Jan 27 '22 11:01 patrickhart

Hello there, which test are you running?

When you build the system on Mac you need to additionally use --define build_platform=macos.

My test file is "examples/continuous_env.py"

I run the file on the terminal on Mac: python examples/continuous_env.py

how can i run with the test file on the terminal?

mumuyanyan avatar Jan 30 '22 15:01 mumuyanyan

Have a look here: https://bark-simulator.github.io/tutorials/bark_ml_getting_started/

patrickhart avatar Feb 07 '22 09:02 patrickhart