From 20b43f265dfdda97cda155642a9d9e266828b796 Mon Sep 17 00:00:00 2001 From: nv-fszarwacki Date: Wed, 16 Oct 2024 09:37:18 +0200 Subject: [PATCH 1/2] Install wikiextractor not via github. Install wikiextractor not via github. This seems to solve the issue of LDDL install failing with python3.12 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index aa7db8a..bdde113 100644 --- a/setup.py +++ b/setup.py @@ -57,7 +57,7 @@ 'news-please @ git+https://github.com/fhamborg/news-please.git@3b7d9fdfeb148ef73f393bb2f2557e6bd878a09f', 'cchardet==2.1.7', 'awscli>=1.22.55', - 'wikiextractor @ git+https://github.com/attardi/wikiextractor.git@v3.0.6', + 'wikiextractor==3.0.6', 'gdown==4.5.3', ], entry_points={ From e910840f128252b0b19f3a55f5f912d0b9f78a03 Mon Sep 17 00:00:00 2001 From: nv-fszarwacki Date: Wed, 16 Oct 2024 09:45:58 +0200 Subject: [PATCH 2/2] Upgrade mpi4py to version supported by python3.12 Upgrade mpi4py to version supported by python3.12 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index bdde113..f99b644 100644 --- a/setup.py +++ b/setup.py @@ -51,7 +51,7 @@ 'dask-mpi==2021.11.0', 'bokeh==2.4.3', 'pyarrow==14.0.1', - 'mpi4py==3.1.3', + 'mpi4py==3.1.6', 'transformers==4.16.2', 'wikiextractor==3.0.6', 'news-please @ git+https://github.com/fhamborg/news-please.git@3b7d9fdfeb148ef73f393bb2f2557e6bd878a09f',