You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I encountered the following error when running, how can I solve it? Thank you for your reply!!!
Traceback (most recent call last):
File "online_evaluation_rlbench/evaluate_policy.py", line 19, in
from utils.utils_with_rlbench import RLBenchEnv, Actioner, load_episodes
File "/data/55d_1/3d_diffuser_actor/utils/utils_with_rlbench.py", line 16, in
from rlbench.observation_config import ObservationConfig, CameraConfig
File "/data1/55d/3d_diffuser_actor/RLBench/rlbench/init.py", line 4, in
import pyrep
File "/data1/55d/3d_diffuser_actor/PyRep/pyrep/init.py", line 5, in
from .pyrep import PyRep
File "/data1/55d/3d_diffuser_actor/PyRep/pyrep/pyrep.py", line 3, in
from pyrep.backend import sim, utils
File "/data1/55d/3d_diffuser_actor/PyRep/pyrep/backend/sim.py", line 2, in
from ._sim_cffi import ffi, lib
ImportError: /lib/x86_64-linux-gnu/libgssapi_krb5.so.2: undefined symbol: krb5_ser_context_init, version krb5_3_MIT
The text was updated successfully, but these errors were encountered:
I encountered the following error when running, how can I solve it? Thank you for your reply!!!
Traceback (most recent call last):
File "online_evaluation_rlbench/evaluate_policy.py", line 19, in
from utils.utils_with_rlbench import RLBenchEnv, Actioner, load_episodes
File "/data/55d_1/3d_diffuser_actor/utils/utils_with_rlbench.py", line 16, in
from rlbench.observation_config import ObservationConfig, CameraConfig
File "/data1/55d/3d_diffuser_actor/RLBench/rlbench/init.py", line 4, in
import pyrep
File "/data1/55d/3d_diffuser_actor/PyRep/pyrep/init.py", line 5, in
from .pyrep import PyRep
File "/data1/55d/3d_diffuser_actor/PyRep/pyrep/pyrep.py", line 3, in
from pyrep.backend import sim, utils
File "/data1/55d/3d_diffuser_actor/PyRep/pyrep/backend/sim.py", line 2, in
from ._sim_cffi import ffi, lib
ImportError: /lib/x86_64-linux-gnu/libgssapi_krb5.so.2: undefined symbol: krb5_ser_context_init, version krb5_3_MIT
The text was updated successfully, but these errors were encountered: