numpy install conflict resolution

spacecruft
Jeff Moe 2022-08-23 19:56:29 -06:00
parent 75e2a3d2e6
commit c375a85093
1 changed files with 9 additions and 0 deletions

View File

@ -38,11 +38,20 @@ pip install --upgrade pip
Install dependencies. Numpy needs to be installed first, or the
install fails.
```
pip install --upgrade numpy
pip install --upgrade -r requirements.txt
```
If the system `python3-numpy` conflicts, you could try installing
numpy in the virtualenv thusly:
```
pip install --upgrade --ignore-installed numpy
```
Debian in bug #941466 changed the name of the `sextractor` dependency to
`source-extractor`, so a symlink is needed for now: