Skip to content
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

ModuleNotFoundError: No module named 'robosuite.environments.manipulation.single_arm_env' #49

Open
zavorotnyi opened this issue Nov 20, 2024 · 1 comment

Comments

@zavorotnyi
Copy link

The SingleArmEnv was removed from robosuite in transition from 1.4 to 1.5 see issue: ARISE-Initiative/robosuite#560

ModuleNotFoundError while trying to import OffScreenRenderEnv from libero.libero.envs

File "robot/libero/libero_utils.py", line 10, in <module> from libero.libero.envs import OffScreenRenderEnv File "LIBERO/libero/libero/envs/__init__.py", line 1, in <module> from .bddl_base_domain import TASK_MAPPING File "LIBERO/libero/libero/envs/bddl_base_domain.py", line 6, in <module> from robosuite.environments.manipulation.single_arm_env import SingleArmEnv ModuleNotFoundError: No module named 'robosuite.environments.manipulation.single_arm_env'

@object814
Copy link

Thanks a lot, I encountered the same problem and by downgrading robosuite to 1.4.0 it worked.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants