Skip to content

Commit

Permalink
Update FAQ_en_us.md
Browse files Browse the repository at this point in the history
  • Loading branch information
myhloli authored Nov 22, 2024
1 parent 6eabc68 commit dc37af0
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions docs/FAQ_en_us.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,3 +64,12 @@ This might be because the server's CPU does not support the AVX/AVX2 instruction

References: https://github.com/opendatalab/MinerU/issues/591 , https://github.com/opendatalab/MinerU/issues/736


### 8. Error when installing MinerU on CentOS 7 or Ubuntu 18: `ERROR: Failed building wheel for simsimd`

The new version of albumentations (1.4.21) introduces a dependency on simsimd. Since the pre-built package of simsimd for Linux requires a glibc version greater than or equal to 2.28, this causes installation issues on some Linux distributions released before 2019. You can resolve this issue by using the following command:
```
pip install -U magic-pdf[full,old_linux] --extra-index-url https://wheels.myhloli.com
```

Reference: https://github.com/opendatalab/MinerU/issues/1004

0 comments on commit dc37af0

Please sign in to comment.