-
Notifications
You must be signed in to change notification settings - Fork 813
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
Installation error: "libgcrypt.so.11: cannot open shared object file" #323
Comments
I haven't tried fedora in a while, but my guess would be missing prerequisite packages. Have you tried installing the package that provides |
A year ago I had mujoco-py working in fedora and these were the packages I needed https://gist.github.com/machinaut/f5cf076b33752334a5618ed906baf23a If you install those packages does it work for you? |
Hey @machinaut thanks for the advice, I'll give this a shot. It might be a bit harder in my case since this a server I don't have root privileges to. For some of the packages I found conda versions, for some not, I might have to try to install from source. |
Ok, it's fixed, the step I was missing was:
I also had to use the fix described in this comment. |
the clinicalgraphics channel is no longer available. I still get this error "ImportError: libgcrypt.so.11: cannot open shared object file: No such file or directory". Installing mujoco_py on a compute cluster without sudo access, using conda. |
Hey @HareshMiriyala , I stumbled upon the same problem myself again, and didn't manage to find any conda workarounds this time but installing with rpm without root access was a lot more painless than I thought. Basically I followed the suggestions here but for libcrypt11. First you download (and save) the libcrypt11 tar ball with something like: Then install locally with this:
which creates a usr folder in your current path, and then all you have to do is add the folders to the environment variables:
|
I tried to install, but it returned this error
|
Build from sourceStep 1. Download the source Go to: https://www.gnupg.org/ftp/gcrypt/libgcrypt/ and download https://www.gnupg.org/ftp/gcrypt/libgcrypt/libgcrypt-1.5.3.tar.gz Step 2. Create a local dir to build and install by following the instructions in this link:https://www.linuxfromscratch.org/blfs/view/svn/general/libgcrypt.html untar and go the untarred directory
and
Step 3. Put the include and lib path to your environment variables
|
I had still problems where compilation of mujoco_py did not work.
I dont know if this has unintended side-effects |
Hi everyone, trying to install mujoco-py on a server running Fedora 27 using Anaconda. I couldn't find anything online for a similar error and I run out of ideas so here is the traceback:
Any ideas? Anyone with similar issues?
The text was updated successfully, but these errors were encountered: