File tree Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -11,6 +11,7 @@ sudo add-apt-repository -y ppa:deadsnakes/ppa
1111sudo apt update
1212sudo apt -y install python3.8
1313sudo apt -y install python3-pip
14+ sudo apt -y install libgl1-mesa-glx
1415pip install --upgrade pip
1516```
1617
@@ -55,3 +56,6 @@ ERROR: fastdup-0.39-cp38-cp38-manylinux_2_31_x86_64.whl is not a supported wheel
5556- Check that you are using the right python version (python3.8 and not python).
5657- Make sure pip is up to date using ` python3.8 -m pip install -U pip ` ).
5758- Make sure you install using ` python3.8 -m pip install.. ` and not just ` pip install... ` .
59+
60+ ERROR: libGL.so.1: cannot open shared object file: No such file or directory
61+ - Need to install depedency: ` sudo apt -y nstall libgl1-mesa-glx `
You can’t perform that action at this time.
0 commit comments