From 7768ea4d4a8163db82908747cc2d3ec8b10f1f1c Mon Sep 17 00:00:00 2001 From: Zedd Date: Wed, 3 Jul 2024 16:10:46 +0800 Subject: [PATCH 1/2] Update expired link in quickstart.md --- doc/doc_ch/quickstart.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/doc_ch/quickstart.md b/doc/doc_ch/quickstart.md index 9e1912364e..e1e99980f6 100644 --- a/doc/doc_ch/quickstart.md +++ b/doc/doc_ch/quickstart.md @@ -43,7 +43,7 @@ pip install paddleocr ``` -- 对于Windows环境用户:直接通过pip安装的shapely库可能出现`[winRrror 126] 找不到指定模块的问题`。建议从[这里](https://www.lfd.uci.edu/~gohlke/pythonlibs/#shapely)下载shapely安装包完成安装。 +- 对于Windows环境用户:直接通过pip安装的shapely库可能出现`[winRrror 126] 找不到指定模块的问题`。建议从[这里](https://pypi.org/project/shapely/#files)下载shapely安装包完成安装。 From fc56fe8ba6307f9782f6611b886c999c848474c0 Mon Sep 17 00:00:00 2001 From: Wang Xin Date: Mon, 8 Jul 2024 21:32:15 +0800 Subject: [PATCH 2/2] remove broken links --- doc/doc_ch/installation.md | 3 --- doc/doc_ch/quickstart.md | 3 --- doc/doc_en/clone_en.md | 6 ------ doc/doc_en/installation_en.md | 6 ------ doc/doc_en/quickstart_en.md | 4 ---- 5 files changed, 22 deletions(-) diff --git a/doc/doc_ch/installation.md b/doc/doc_ch/installation.md index 7e7523b999..962a926911 100644 --- a/doc/doc_ch/installation.md +++ b/doc/doc_ch/installation.md @@ -60,6 +60,3 @@ git clone https://gitee.com/paddlepaddle/PaddleOCR cd PaddleOCR pip3 install -r requirements.txt ``` - -注意,windows环境下,建议从[这里](https://www.lfd.uci.edu/~gohlke/pythonlibs/#shapely)下载shapely安装包完成安装, -直接通过pip安装的shapely库可能出现`[winRrror 126] 找不到指定模块的问题`。 diff --git a/doc/doc_ch/quickstart.md b/doc/doc_ch/quickstart.md index e1e99980f6..65b29b1879 100644 --- a/doc/doc_ch/quickstart.md +++ b/doc/doc_ch/quickstart.md @@ -43,9 +43,6 @@ pip install paddleocr ``` -- 对于Windows环境用户:直接通过pip安装的shapely库可能出现`[winRrror 126] 找不到指定模块的问题`。建议从[这里](https://pypi.org/project/shapely/#files)下载shapely安装包完成安装。 - - ## 2. 便捷使用 diff --git a/doc/doc_en/clone_en.md b/doc/doc_en/clone_en.md index 9594d9a0b4..f9af283ce7 100644 --- a/doc/doc_en/clone_en.md +++ b/doc/doc_en/clone_en.md @@ -19,9 +19,3 @@ git clone https://gitee.com/paddlepaddle/PaddleOCR cd PaddleOCR pip3 install -r requirements.txt ``` - -If you getting this error `OSError: [WinError 126] The specified module could not be found` when you install shapely on windows. - -Please try to download Shapely whl file from [http://www.lfd.uci.edu/~gohlke/pythonlibs/#shapely](http://www.lfd.uci.edu/~gohlke/pythonlibs/#shapely). - -Reference: [Solve shapely installation on windows](https://stackoverflow.com/questions/44398265/install-shapely-oserror-winerror-126-the-specified-module-could-not-be-found) diff --git a/doc/doc_en/installation_en.md b/doc/doc_en/installation_en.md index bb499f5cd4..5d1ffb007e 100644 --- a/doc/doc_en/installation_en.md +++ b/doc/doc_en/installation_en.md @@ -63,9 +63,3 @@ git clone https://gitee.com/paddlepaddle/PaddleOCR cd PaddleOCR pip3 install -r requirements.txt ``` - -If you getting this error `OSError: [WinError 126] The specified module could not be found` when you install shapely on windows. - -Please try to download Shapely whl file from [http://www.lfd.uci.edu/~gohlke/pythonlibs/#shapely](http://www.lfd.uci.edu/~gohlke/pythonlibs/#shapely). - -Reference: [Solve shapely installation on windows](https://stackoverflow.com/questions/44398265/install-shapely-oserror-winerror-126-the-specified-module-could-not-be-found) diff --git a/doc/doc_en/quickstart_en.md b/doc/doc_en/quickstart_en.md index 5b4a97f6c9..dc2becd167 100644 --- a/doc/doc_en/quickstart_en.md +++ b/doc/doc_en/quickstart_en.md @@ -47,10 +47,6 @@ For more software version requirements, please refer to the instructions in [Ins pip install "paddleocr>=2.0.1" # Recommend to use version 2.0.1+ ``` -- **For windows users:** If you getting this error `OSError: [WinError 126] The specified module could not be found` when you install shapely on windows. Please try to download Shapely whl file [here](http://www.lfd.uci.edu/~gohlke/pythonlibs/#shapely). - - Reference: [Solve shapely installation on windows](https://stackoverflow.com/questions/44398265/install-shapely-oserror-winerror-126-the-specified-module-could-not-be-found) - ## 2. Easy-to-Use