mirror of
https://github.com/opendatalab/MinerU.git
synced 2026-09-24 23:10:23 +08:00
Update FAQ_en_us.md
This commit is contained in:
@@ -36,3 +36,11 @@ sudo apt-get install libgl1-mesa-glx
|
||||
```
|
||||
|
||||
Reference: https://github.com/opendatalab/MinerU/issues/388
|
||||
|
||||
### 5. Encountered error `ModuleNotFoundError: No module named 'fairscale'`
|
||||
You need to uninstall the module and reinstall it:
|
||||
```bash
|
||||
pip uninstall fairscale
|
||||
pip install fairscale
|
||||
```
|
||||
Reference: https://github.com/opendatalab/MinerU/issues/411
|
||||
|
||||
Reference in New Issue
Block a user