gattia / pymskt

Python Musculoskeletal Tools
11 stars 4 forks source link

Installing on linux where no apt availability #28

Open gattia opened 6 months ago

gattia commented 6 months ago

get error that no libgl available, install with conda using:

conda install anaconda::mesa-libgl-cos6-x86_64

(https://anaconda.org/anaconda/mesa-libgl-cos6-x86_64)

get error that no libXrender available, install using:

conda install conda-forge::xorg-libxrender

(https://anaconda.org/conda-forge/xorg-libxrender)