Unverified Commit 4983bc1d authored by Xiaomeng Zhao's avatar Xiaomeng Zhao Committed by GitHub
Browse files

Update FAQ_en_us.md

parent 2f01dbab
...@@ -36,3 +36,11 @@ sudo apt-get install libgl1-mesa-glx ...@@ -36,3 +36,11 @@ sudo apt-get install libgl1-mesa-glx
``` ```
Reference: https://github.com/opendatalab/MinerU/issues/388 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
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment