You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Note: you may need to upgrade your pip, using the command `python3.8 -m pip install -U pip`.
28
+
27
29
## Using stable release
28
30
29
31
- download the latest wheel for your system from our [release page](https://github.com/visualdatabase/fastdup/releases). Assuming the wheel file is found in your working folder, run:
Note: you may need to upgrade your pip, using the command `python3.8 -m pip install -U pip`.
38
+
35
39
# Conda setup (Python 3.7 only)
36
40
## Using Anaconda channels:
37
41
```bash
@@ -94,11 +98,11 @@ Hardware support
94
98
# Common installation issues and their solution
95
99
96
100
ERROR: fastdup-0.39-cp38-cp38-manylinux_2_31_x86_64.whl is not a supported wheel on this platform.
97
-
- Check that you are on ubuntu 20.04 or 18.04 (via the command `lsb_release -r`).
98
-
- Check that you are using the right python version (python3.8 and not python).
101
+
- Check that you are on ubuntu 20.04 or 18.04 (via the command `lsb_release -r`). Alternatively on Mac M1 Big Sur or Mac Intel Mojave (use the command `sw_vers`)
102
+
- Check that you are using the right python version (python3.8 and not python)
99
103
- Make sure pip is up to date using `python3.8 -m pip install -U pip`).
100
104
- Make sure you install using `python3.8 -m pip install..` and not just `pip install...`.
101
-
- If that does not work, please open an issue with the otuput of `python3.8 -m pip debug --verbose`
105
+
- If that does not work, please open an issue with the otuput of `python3.8 -m pip debug --verbose`or join our slack channel.
102
106
103
107
ERROR: `libGL.so.1: cannot open shared object file: No such file or directory`
104
108
- Need to install depedency: `sudo apt -y nstall libgl1-mesa-glx`
0 commit comments