Solution:
FileNotFoundError: Could not find module
‘D:\Anaconda3\envs\LabelImg\label\bin\geos_c.dll’ (or one of its dependencies).
Try using the full path with constructor syntax.(or one of its dependencies). Try using the full path with constructor syntax.
1, most people are not importing the “shapely” dependency. You only need to import it
pip install shapely
2. Import this or report an error, basically it is wrong with your Python version.
To download the corresponding. WHL file, the link is as follows: https://www.lfd.uci.edu/~gohlke/pythonlibs/#shapely , after entering the website, Ctrl + F can find shapely, and select the version up or down according to your own version( The author is python3.8)
#First uninstall the downloaded shapely
pip uninstall shapely
#then download the local cp38 version of shapely
pip install D:\PyCharm\Pro\OCR\PaddleOCR\PPOCRLabel\BACK\Shapely-1.7.1-cp38-cp38-win_amd64.whl
Read More:
- Ctypes DLL Error: FileNotFoundError: Could not find module ‘***_dll.dll‘ (or one of its dependencies).
- [Solved] Pycharm Use pip Error: Script file ‘D:\Anaconda3\envs\pytorch\Scripts\pip-script.py‘ is not present
- TensorFlow Install Error: Could not load dynamic library ‘*****.dll‘; dlerror: ********.dll not found
- onnx error: ImportError: /home/dy/anaconda3/envs/torch/lib/python3.6/site-packages/onnx…
- Importerror: DLL load failed: unable to find the specified module in Python
- [Solved] DLL load failed while importing _sqlite3: the specified module could not be found.
- Pycharm error: original error was: DLL load failed while importing _multiarray _Umath: the specified module could not be found
- [Solved] D2lzh_Pytorch Import error: importerror: DLL load failed while importing
- [Solved] Numpy Load Error: DLL load failed while importing _multiarray_umath: Could not be found Module
- [Solved] torchvision Error: UserWarning: Failed to load image Python extension: Could not find module
- Jupyter notebook Failed to Switch to the Virual Environment: DLL load failed python.exe could not find the entry
- ImportError: DLL load failed while importing _multiarray_umath: The specified module could not be found.
- [Solved] wxauto error: ImportError: DLL load failed while importing win32gui: Can’t find the specified program
- How to Solve Python Importerror: DLL load failed: unable to find the specified program using tensorflow
- [Solved] Pygame.error: mixer not initialized & pygame.error: WASAPI can‘t find requested audio endpoint: Could not Find the Element.
- Pyinstaller Error: INTEL MKL ERROR: The specified module could not be found. mkl_intel_thread.1.dll.Intel MKL FATAL ERROR: Cannot
- Python FileNotFoundError: [Errno 2] No such file or directory: ‘objects/epsilon.pkl
- Module not found error: no module named ‘filefolder’ appears when learning engineering knowledge
- [Solved] Converting IU to py using pyuic5 – O reports an error importerror: DLL load failed while importing qtcore: the specified module cannot be found.
- import statsmodels.api as sm Error: ImportError: DLL load failed while importing _arpack: The specified program could not be found.