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
11
11
sudo apt update
12
12
sudo apt -y install python3.8
13
13
sudo apt -y install python3-pip
14
+ sudo apt -y install libgl1-mesa-glx
14
15
pip install --upgrade pip
15
16
```
16
17
@@ -55,3 +56,6 @@ ERROR: fastdup-0.39-cp38-cp38-manylinux_2_31_x86_64.whl is not a supported wheel
55
56
- Check that you are using the right python version (python3.8 and not python).
56
57
- Make sure pip is up to date using ` python3.8 -m pip install -U pip ` ).
57
58
- 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