-
Notifications
You must be signed in to change notification settings - Fork 818
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/Importting Error #147
Comments
I have solved this bug:
|
Hi I was getting sort of similar error: #164.
Is there a reason to using sudo? |
@machinaut @foolyc It looks like there is a bug. To get it to work I had to comment out Now I am getting this new error:
|
I also encountered this on Ubuntu 16.04 with GPU. Fixed by installed patchelf 0.9+ from a PPA: sudo add-apt-repository ppa:jamesh/snap-support
sudo apt-get update
sudo apt install patchelf |
If using anaconda virtual environment, then this one line does the job |
For me it was enough to execute:
|
FOR CONDA-ONLY user |
Not all hero's wear capes |
My problem was that my version of patchelf was 8.4. It was the default version in Ubuntu 16.04 repo. You should down 0.9 version and install https://nixos.org/releases/patchelf/patchelf-0.9/patchelf-0.9.tar.gz. Source: http://zktang.farbox.com/post/install-mujoco-py |
I did not need to add the other repository, I was able to get it just using
thanks |
This worked for me on Ubuntu 18.04 with a GPU. FYI it installed 0.9-1, not the latest 0.10
|
thanks,are also interest in RL? Can I be friends with you? so that we can talk about together and move on ? |
this line do the job |
This worked for me. Thank you. |
Similar to the conda install solutions, I was able to solve this using pip in my conda environment: |
sudo pip3 install -e .
then
sudo ./examples/simpool.py
, it comes withAny one
The text was updated successfully, but these errors were encountered: