Skip to content

Commit 23d0a42

Browse files
author
dbickson
committed
fixing
1 parent bb0802b commit 23d0a42

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

INSTALL.md

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,8 @@ python3.8 -m pip install --upgrade pip
2424
python3.8 -m pip install fastdup
2525
```
2626

27+
Note: you may need to upgrade your pip, using the command `python3.8 -m pip install -U pip`.
28+
2729
## Using stable release
2830

2931
- 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:
@@ -32,6 +34,8 @@ python3.8 -m pip install fastdup
3234
python3.8 -m pip install *.whl
3335
```
3436

37+
Note: you may need to upgrade your pip, using the command `python3.8 -m pip install -U pip`.
38+
3539
# Conda setup (Python 3.7 only)
3640
## Using Anaconda channels:
3741
```bash
@@ -94,11 +98,11 @@ Hardware support
9498
# Common installation issues and their solution
9599

96100
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)
99103
- Make sure pip is up to date using `python3.8 -m pip install -U pip`).
100104
- 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.
102106

103107
ERROR: `libGL.so.1: cannot open shared object file: No such file or directory`
104108
- Need to install depedency: `sudo apt -y nstall libgl1-mesa-glx`

0 commit comments

Comments
 (0)