qfcy
qfcy
The issue has been resolved in my own fork [qfcy/wikiextractor](https://github.com/qfcy/wikiextractor) by making slight modifications to the code, and I've submitted a [pull request](https://github.com/attardi/wikiextractor/pull/341). Additionally, the fixed code can be successfully...
@Happiness-in-Danger Oh, the line 416 in `WikiExtractor.py` should be changed from `get_context("fork").Process` to `get_context("spawn").Process`. I've recommitted it onto my fork. Thanks.
> > [@Happiness-in-Danger](https://github.com/Happiness-in-Danger) Oh, the line 416 in `WikiExtractor.py` should be changed from `get_context("fork").Process` to `get_context("spawn").Process`. I've recommitted it onto my fork. Thanks. > > I got it ,thanks. I...