Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
wangsen
MinerU
Commits
4983bc1d
Unverified
Commit
4983bc1d
authored
Aug 13, 2024
by
Xiaomeng Zhao
Committed by
GitHub
Aug 13, 2024
Browse files
Update FAQ_en_us.md
parent
2f01dbab
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
0 deletions
+8
-0
docs/FAQ_en_us.md
docs/FAQ_en_us.md
+8
-0
No files found.
docs/FAQ_en_us.md
View file @
4983bc1d
...
@@ -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
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment