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
Traceback (most recent call last):
File "/sailhome/small02/miniconda2/envs/robos/lib/python3.8/distutils/unixccompiler.py", line 117, in _compile
self.spawn(compiler_so + cc_args + [src, '-o', obj] +
File "/sailhome/small02/miniconda2/envs/robos/lib/python3.8/distutils/ccompiler.py", line 910, in spawn
spawn(cmd, dry_run=self.dry_run)
File "/sailhome/small02/miniconda2/envs/robos/lib/python3.8/distutils/spawn.py", line 36, in spawn
_spawn_posix(cmd, search_path, dry_run=dry_run)
File "/sailhome/small02/miniconda2/envs/robos/lib/python3.8/distutils/spawn.py", line 157, in _spawn_posix
raise DistutilsExecError(
distutils.errors.DistutilsExecError: command 'gcc' failed with exit status 1
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
File "/cvgl2/u/small02/robosuite/mujoco-py/mujoco_py/__init__.py", line 3, in <module>
from mujoco_py.builder import cymj, ignore_mujoco_warnings, functions, MujocoException
File "/cvgl2/u/small02/robosuite/mujoco-py/mujoco_py/builder.py", line 510, in <module>
cymj = load_cython_ext(mujoco_path)
File "/cvgl2/u/small02/robosuite/mujoco-py/mujoco_py/builder.py", line 105, in load_cython_ext
cext_so_path = builder.build()
File "/cvgl2/u/small02/robosuite/mujoco-py/mujoco_py/builder.py", line 221, in build
built_so_file_path = self._build_impl()
File "/cvgl2/u/small02/robosuite/mujoco-py/mujoco_py/builder.py", line 273, in _build_impl
so_file_path = super()._build_impl()
File "/cvgl2/u/small02/robosuite/mujoco-py/mujoco_py/builder.py", line 244, in _build_impl
dist.run_commands()
File "/sailhome/small02/miniconda2/envs/robos/lib/python3.8/distutils/dist.py", line 966, in run_commands
self.run_command(cmd)
File "/sailhome/small02/miniconda2/envs/robos/lib/python3.8/distutils/dist.py", line 985, in run_command
cmd_obj.run()
File "/sailhome/small02/miniconda2/envs/robos/lib/python3.8/site-packages/Cython-3.0.0a9-py3.8-linux-x86_64.egg/Cython/Distutils/old_build_ext.py", line 192, in run
_build_ext.build_ext.run(self)
File "/sailhome/small02/miniconda2/envs/robos/lib/python3.8/distutils/command/build_ext.py", line 340, in run
self.build_extensions()
File "/cvgl2/u/small02/robosuite/mujoco-py/mujoco_py/builder.py", line 144, in build_extensions
build_ext.build_extensions(self)
File "/sailhome/small02/miniconda2/envs/robos/lib/python3.8/distutils/command/build_ext.py", line 449, in build_extensions
self._build_extensions_serial()
File "/sailhome/small02/miniconda2/envs/robos/lib/python3.8/distutils/command/build_ext.py", line 474, in _build_extensions_serial
self.build_extension(ext)
File "/sailhome/small02/miniconda2/envs/robos/lib/python3.8/distutils/command/build_ext.py", line 528, in build_extension
objects = self.compiler.compile(sources,
File "/sailhome/small02/miniconda2/envs/robos/lib/python3.8/distutils/ccompiler.py", line 574, in compile
self._compile(obj, src, ext, cc_args, extra_postargs, pp_opts)
File "/sailhome/small02/miniconda2/envs/robos/lib/python3.8/distutils/unixccompiler.py", line 120, in _compile
raise CompileError(msg)
distutils.errors.CompileError: command 'gcc' failed with exit status 1
The text was updated successfully, but these errors were encountered:
shivanimall
changed the title
No root access: fatal error: GL/osmesa.h: No such file or directory
NO ROOT ACCESS- Can't run apt-get: fatal error: GL/osmesa.h: No such file or directory
Oct 4, 2021
how to resolve this issue with mujoco-py installation with no root access- PLEASE NOTE:
can't run apt-get install
The text was updated successfully, but these errors were encountered: