From ee5fd8cc6a4721ddd4c00a0855673ad5fc07e7e6 Mon Sep 17 00:00:00 2001 From: Jorge Date: Mon, 5 Jul 2021 00:41:56 +0200 Subject: [PATCH 1/2] Requires 3.6 since it's not working with 3.7 nor 3.8 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 321d0086..9e6f84ba 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # WikiExtractor [WikiExtractor.py](http://medialab.di.unipi.it/wiki/Wikipedia_Extractor) is a Python script that extracts and cleans text from a [Wikipedia database dump](https://dumps.wikimedia.org/). -The tool is written in Python and requires Python 3 but no additional library. +The tool is written in Python and requires Python 3.6 but no additional library. **Warning**: problems have been reported on Windows due to poor support for `StringIO` in the Python implementation on Windows. For further information, see the [Wiki](https://github.com/attardi/wikiextractor/wiki). From a1f03bd14b8b8ab4f92dd66f13b6181fd96bc700 Mon Sep 17 00:00:00 2001 From: Jorge Date: Mon, 5 Jul 2021 23:06:11 +0200 Subject: [PATCH 2/2] The required version is python 3.5 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9e6f84ba..a20276aa 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # WikiExtractor [WikiExtractor.py](http://medialab.di.unipi.it/wiki/Wikipedia_Extractor) is a Python script that extracts and cleans text from a [Wikipedia database dump](https://dumps.wikimedia.org/). -The tool is written in Python and requires Python 3.6 but no additional library. +The tool is written in Python and requires Python 3.5 but no additional library. **Warning**: problems have been reported on Windows due to poor support for `StringIO` in the Python implementation on Windows. For further information, see the [Wiki](https://github.com/attardi/wikiextractor/wiki).