-
Notifications
You must be signed in to change notification settings - Fork 0
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
couldn't compile MuJoCo.jl #10
Comments
Hi @ZhaomingXie! Could you attach the using Pkg
function getinfo(dstpath::AbstractString)
mktempdir() do dir
env = Pkg.Types.Context().env
Pkg.Types.write_project(env.project, joinpath(dir, "Project.toml"))
Pkg.Types.write_manifest(env.manifest, joinpath(dir, "Manifest.toml"))
open(joinpath(dir, "versioninfo.txt"), "w") do io
versioninfo(io)
end
Pkg.PlatformEngines.probe_platform_engines!()
Pkg.PlatformEngines.package(dir, dstpath)
end
end
just run Thanks! p.s. I see you're working on some Cassie projects. We're working on integrating Cassie into Lyceum, a new robotics framework that we created, and would love feedback from someone familiar with the system. |
Hi @colinxs Re: Cassie. Yes! I am happy to help with Cassie integration. |
This may be related to a similar issue that I ran into on Mac machines in
|
@colinxs |
Glad to hear you found a workaround! Did the update not work? We test against linux/macos/windows with that libGL.so (the CI runners don't provide libGL.so themselves), so if you found a bug I'd like to figure out what's unique about your system. If you could tell me a bit more information that'd be helpful!
Thank you @ZhaomingXie ! |
Happy to help! The update didn't work and I needed to do something else. Here are the answers to your questions:
Hope that helps. |
@ZhaomingXie What Linux kernel are you on? I'm just curious; you can run |
Thanks for sending that to me. I can't be sure without inspecting your system, but judging by Also, keep in mind that that symlink may throw an error during a Pkg update or if you re-install the same version of MuJoCo_jll (installed automatically by MuJoCo). |
@klowrey |
Hi
I encounter this error message while trying "using MuJoCo":
ERROR: LoadError: LoadError: InitError: could not load library "/home/zhaoming/.julia/artifacts/958f14ac09ce5cc2f5f6ec439a48b868513d6c5c/lib/libGL.so"
/home/zhaoming/.julia/artifacts/958f14ac09ce5cc2f5f6ec439a48b868513d6c5c/lib/libGL.so: undefined symbol: _glapi_tls_Current
I try googling it and couldn't find anything related. Any help will be appreciated, Thanks!
The text was updated successfully, but these errors were encountered: