Hello
if you have GPU on your machine and you are having trouble to run the project on Ubuntu 22 or higher. Run the following commands:
- sudo apt-get install libosmesa6-dev freeglut3-dev
- sudo apt-get install libglfw3-dev libgles2-mesa-dev
- sudo apt-get install libosmesa6
- export PYOPENGL_PLATFORM=osmesa (important: inside conda environment)
- conda install -c conda-forge libstdcxx-ng
- Still not working? try conda install cmake.
No need to downgrade the Python version or any other dep versioning hack.
Hope it helps!
Hello
if you have GPU on your machine and you are having trouble to run the project on Ubuntu 22 or higher. Run the following commands:
No need to downgrade the Python version or any other dep versioning hack.
Hope it helps!