求助,安装paddle ocr时出错,python神和英文神帮忙

安装成功了
Successfully installed imgaug-0.4.0 lmdb-1.2.1 opencv-contrib-python-4.4.0.46 paddleocr-2.3.0.1 premailer-3.10.0 pyclipper-1.3.0
但加载时又出错

 from paddleocr import PaddleOCR, draw_ocr
C:\Users\Dell\Anaconda3\lib\site-packages\socks.py:58: DeprecationWarning: Using or importing the ABCs from 'collections' instead of from 'collections.abc' is deprecated, and in 3.8 it will stop working
  from collections import Callable
C:\Users\Dell\Anaconda3\lib\site-packages\win32\lib\pywintypes.py:2: DeprecationWarning: the imp module is deprecated in favour of importlib; see the module's documentation for alternative uses
  import imp, sys, os
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
  File "C:\Users\Dell\Anaconda3\lib\site-packages\paddleocr\__init__.py", line 15, in <module>
    from .paddleocr import *
  File "C:\Users\Dell\Anaconda3\lib\site-packages\paddleocr\paddleocr.py", line 26, in <module>
    from tools.infer import predict_system
  File "C:\Users\Dell\Anaconda3\lib\site-packages\paddleocr\tools\infer\predict_system.py", line 31, in <module>
    import tools.infer.predict_rec as predict_rec
  File "C:\Users\Dell\Anaconda3\lib\site-packages\paddleocr\tools\infer\predict_rec.py", line 31, in <module>
    from ppocr.postprocess import build_post_process
  File "C:\Users\Dell\Anaconda3\lib\site-packages\paddleocr\ppocr\postprocess\__init__.py", line 24, in <module>
    from .db_postprocess import DBPostProcess, DistillationDBPostProcess
  File "C:\Users\Dell\Anaconda3\lib\site-packages\paddleocr\ppocr\postprocess\db_postprocess.py", line 22, in <module>
    from shapely.geometry import Polygon
  File "C:\Users\Dell\Anaconda3\lib\site-packages\shapely\geometry\__init__.py", line 4, in <module>
    from .base import CAP_STYLE, JOIN_STYLE
  File "C:\Users\Dell\Anaconda3\lib\site-packages\shapely\geometry\base.py", line 19, in <module>
    from shapely.coords import CoordinateSequence
  File "C:\Users\Dell\Anaconda3\lib\site-packages\shapely\coords.py", line 8, in <module>
    from shapely.geos import lgeos
  File "C:\Users\Dell\Anaconda3\lib\site-packages\shapely\geos.py", line 154, in <module>
    _lgeos = CDLL(os.path.join(sys.prefix, 'Library', 'bin', 'geos_c.dll'))
  File "C:\Users\Dell\Anaconda3\lib\ctypes\__init__.py", line 356, in __init__
    self._handle = _dlopen(self._name, mode)
OSError: [WinError 126] 找不到指定的模块。