Code Monkey home page Code Monkey logo

common-mujoco-errors's Introduction

common-mujoco-errors

This is a repository intends to summarise common errors people encounter while setting up mujoco_py experiments.

Keywords Solved?
GL/glew.h
libcusolver
ffmpeg
CompileError
cython 3

GL/glew.h

fatal error: GL/glew.h: No such file or director

Solution: if you are working with HPC, you need to module load FFmpeg. Otherwise, you need to install mesa-libOSMesa-devel, mesa-libGL-devel, mesa-libGLU-devel

Comments:


libcusolver

Could not load dynamic library 'libcusolver.so.10'

Solution: If you don't have sudo, you can download libcusolver.so.10 by running cudatoolkit=11.0.3 (it is included in 11.0.3), then ~/ -iname libcusolver.so.10 to find the path of libcusolver.so.10. Add the returned path to your bashrc.

Comments:


ffmpeg

No such file or directory: 'ffmpeg'

Solution:

Comments:


CompileError

distutils.errors.CompileError: command '/GCCcore/11.3.0/bin/gcc' failed with exit code 1

Solution: module load GCC/8.3.0

Comments: the loaded gcc cannot correctly compile the file, so we need to load the right version.


cython 3

Mujoco-py is incompatible with cython 3 (Cannot assign type 'void (const char *) except * nogil' to 'void (*)(const char *) noexcept nogil)

Solution: pip install "cython<3"

Comments:


common-mujoco-errors's People

Contributors

yangzhao-666 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.