From 30a510a828bd5530b184ecd5b9dc04443c48df37 Mon Sep 17 00:00:00 2001 From: fanchengyan Date: Tue, 17 Dec 2024 14:38:03 +0800 Subject: [PATCH] update docs for installation --- docs/source/installation.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/source/installation.rst b/docs/source/installation.rst index 00a6ad6..1b6eed0 100644 --- a/docs/source/installation.rst +++ b/docs/source/installation.rst @@ -138,11 +138,11 @@ Then install the Python Dependencies of Geo-SAM. # Install the rtree package using system package manager: sudo apt-get install python3-rtree - - **If you encounter any Python error:** ``numpy xxx, Expected 96 from C header, got 88 from PyObject``, **you may need to update** ``numpy`` **and** ``pandas`` **in QGIS**. (Currently, this issue seems to occur only on the macOS platform.): + - **If you encounter any Python error:** ``ValueError: numpy.dtype size changed, may indicate binary incompatibility. Expected 96 from C header, got 88 from PyObject``, **you may need to update** ``numpy`` **and** ``pandas`` **in QGIS**. (Currently, this issue seems to occur only on the macOS platform.): .. code-block:: bash - ./pip3 install numpy pandas -U + ./pip3 install 'numpy<2' pandas -U Install the Geo-SAM Plugin