Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

OSError: [WinError 126] 找不到指定的模块。 #42

Open
Ace-bb opened this issue Jul 10, 2023 · 0 comments
Open

OSError: [WinError 126] 找不到指定的模块。 #42

Ace-bb opened this issue Jul 10, 2023 · 0 comments

Comments

@Ace-bb
Copy link

Ace-bb commented Jul 10, 2023

I suffer this problem.
Using TensorFlow backend. Traceback (most recent call last): File "handler.py", line 16, in <module> from text_model.text_classifier import TextClassifier File "E:\Projects\flowchart\handwritten-flowchart-with-cnn\text_model\text_classifier.py", line 6, in <module> import keras_ocr File "D:\Programs\Anaconda\envs\flowchart\lib\site-packages\keras_ocr\__init__.py", line 1, in <module> from . import (detection, recognition, tools, data_generation, pipeline, evaluation, datasets) File "D:\Programs\Anaconda\envs\flowchart\lib\site-packages\keras_ocr\detection.py", line 31, in <module> from . import tools File "D:\Programs\Anaconda\envs\flowchart\lib\site-packages\keras_ocr\tools.py", line 14, in <module> from shapely import geometry File "D:\Programs\Anaconda\envs\flowchart\lib\site-packages\shapely\geometry\__init__.py", line 4, in <module> from .base import CAP_STYLE, JOIN_STYLE File "D:\Programs\Anaconda\envs\flowchart\lib\site-packages\shapely\geometry\base.py", line 18, in <module> from shapely.coords import CoordinateSequence File "D:\Programs\Anaconda\envs\flowchart\lib\site-packages\shapely\coords.py", line 8, in <module> from shapely.geos import lgeos File "D:\Programs\Anaconda\envs\flowchart\lib\site-packages\shapely\geos.py", line 145, in <module> _lgeos = CDLL(os.path.join(sys.prefix, 'Library', 'bin', 'geos_c.dll')) File "D:\Programs\Anaconda\envs\flowchart\lib\ctypes\__init__.py", line 348, in __init__ self._handle = _dlopen(self._name, mode) OSError: [WinError 126] 找不到指定的模块。

You can find the solution here
https://blog.csdn.net/s_l_k/article/details/115256397

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant