Skip to content

Commit 75686e6

Browse files
author
dbickson
committed
adding more fail cases
1 parent bb408e8 commit 75686e6

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

INSTALL.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ sudo add-apt-repository -y ppa:deadsnakes/ppa
1111
sudo apt update
1212
sudo apt -y install python3.8
1313
sudo apt -y install python3-pip
14+
sudo apt -y install libgl1-mesa-glx
1415
pip 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`

0 commit comments

Comments
 (0)