ModuleNotFoundError: No module named '_bz2'
I have problem:
root@bt:~/Desktop/wikiextractor-master# WikiExtractor.py -c -o extracted enwikibooks-20180401-pages-articles-multistream.xml.bz2
Traceback (most recent call last):
File "/usr/local/bin/WikiExtractor.py", line 4, in
How can i fix it?
What about this? https://stackoverflow.com/questions/12806122/missing-python-bz2-module
I have the same problem !! WTF ! did you manage to solve it???????????????
Not sure if this can be releated with : https://github.com/scikit-learn/scikit-learn/issues/7526 , but here gives a solution upgrading scikit-learn version.