Update FAQ_en_us.md

This commit is contained in:
Xiaomeng Zhao
2024-08-13 16:43:02 +08:00
committed by GitHub
parent 2f01dbab2b
commit 4983bc1df6
+8
View File
@@ -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