google-research / robopianist

[CoRL '23] Dexterous piano playing with deep reinforcement learning.
https://kzakka.com/robopianist/
Apache License 2.0
546 stars 45 forks source link

OSError from libwayland-client #8

Closed hturner08 closed 1 year ago

hturner08 commented 1 year ago

I installeded from source on WSL2 running Ubuuntu 20.04. The installation throws no warnings or errors but when I try to run "make test" or the tutorial notebook and import robopianist I get the following error:

ERROR robopianist/suite/tasks/self_actuated_piano_test.py - OSError: /lib/x86_64-linux-gnu/libwayland-client.so.0: undefined symbol: ffi_type_uint32, version LIBFFI_BASE_7.0
kevinzakka commented 1 year ago

Hi, could you see if #4 is helpful?

hturner08 commented 1 year ago

Sorry just saw FAQ