-
Notifications
You must be signed in to change notification settings - Fork 100
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
[BUG] Unable to build from source #289
Comments
could you repro the same issue inside docker container? |
Unfortunately, I am not using docker and am not familiar with it. |
need to make sure |
The permission of the file is -rw-rw-r-- |
could you try |
|
Describe the bug
Hi, I tried to build the source code but failed even though I followed the instructions with the error message.
gcc failed: error executing command (from target //envpool/mujoco:mujoco_dmc_env) /usr/bin/gcc -U_FORTIFY_SOURCE -fstack-protector -Wall -Wunused-but-set-parameter -Wno-free-nonheap-object -fno-omit-frame-pointer '-std=c++17' -MD -MF ... (remaining 60 arguments skipped)
Use --sandbox_debug to see verbose messages from the sandbox and retain the sandbox build root for debugging
gcc: error: envpool/mujoco/dmc/utils.cc: Permission denied
gcc: fatal error: no input files
compilation terminated.
Target //:setup failed to build
Use --verbose_failures to see the command lines of failed build steps.
To Reproduce
The same as instruction.
System info
Describe the characteristic of your environment:
Checklist
The text was updated successfully, but these errors were encountered: