You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
File "D:/Users/PycharmProjects/data_analysis/ocr_detection/image_detection.py", line 10, in
from cnstd import CnStd
File "D:\Anaconda3\envs\python36\lib\site-packages\cnstd_init_.py", line 20, in
from .cn_std import CnStd
File "D:\Anaconda3\envs\python36\lib\site-packages\cnstd\cn_std.py", line 32, in
from .model import gen_model
File "D:\Anaconda3\envs\python36\lib\site-packages\cnstd\model_init_.py", line 22, in
from .dbnet import gen_dbnet, DBNet
File "D:\Anaconda3\envs\python36\lib\site-packages\cnstd\model\dbnet.py", line 31, in
from .base import DBPostProcessor, DBNet
File "D:\Anaconda3\envs\python36\lib\site-packages\cnstd\model\base.py", line 23, in
from shapely.geometry import Polygon
File "D:\Anaconda3\envs\python36\lib\site-packages\shapely\geometry_init.py", line 4, in
from .base import CAP_STYLE, JOIN_STYLE
File "D:\Anaconda3\envs\python36\lib\site-packages\shapely\geometry\base.py", line 19, in
from shapely.coords import CoordinateSequence
File "D:\Anaconda3\envs\python36\lib\site-packages\shapely\coords.py", line 8, in
from shapely.geos import lgeos
File "D:\Anaconda3\envs\python36\lib\site-packages\shapely\geos.py", line 154, in lgeos = CDLL(os.path.join(sys.prefix, 'Library', 'bin', 'geos_c.dll'))
File "D:\Anaconda3\envs\python36\lib\ctypes_init.py", line 348, in init
self._handle = _dlopen(self._name, mode)
OSError: [WinError 126] 找不到指定的模块。
貌似安装包缺少 LoadLibrary,FreeLibrary
The text was updated successfully, but these errors were encountered:
File "D:/Users/PycharmProjects/data_analysis/ocr_detection/image_detection.py", line 10, in
from cnstd import CnStd
File "D:\Anaconda3\envs\python36\lib\site-packages\cnstd_init_.py", line 20, in
from .cn_std import CnStd
File "D:\Anaconda3\envs\python36\lib\site-packages\cnstd\cn_std.py", line 32, in
from .model import gen_model
File "D:\Anaconda3\envs\python36\lib\site-packages\cnstd\model_init_.py", line 22, in
from .dbnet import gen_dbnet, DBNet
File "D:\Anaconda3\envs\python36\lib\site-packages\cnstd\model\dbnet.py", line 31, in
from .base import DBPostProcessor, DBNet
File "D:\Anaconda3\envs\python36\lib\site-packages\cnstd\model\base.py", line 23, in
from shapely.geometry import Polygon
File "D:\Anaconda3\envs\python36\lib\site-packages\shapely\geometry_init.py", line 4, in
from .base import CAP_STYLE, JOIN_STYLE
File "D:\Anaconda3\envs\python36\lib\site-packages\shapely\geometry\base.py", line 19, in
from shapely.coords import CoordinateSequence
File "D:\Anaconda3\envs\python36\lib\site-packages\shapely\coords.py", line 8, in
from shapely.geos import lgeos
File "D:\Anaconda3\envs\python36\lib\site-packages\shapely\geos.py", line 154, in
lgeos = CDLL(os.path.join(sys.prefix, 'Library', 'bin', 'geos_c.dll'))
File "D:\Anaconda3\envs\python36\lib\ctypes_init.py", line 348, in init
self._handle = _dlopen(self._name, mode)
OSError: [WinError 126] 找不到指定的模块。
貌似安装包缺少 LoadLibrary,FreeLibrary
The text was updated successfully, but these errors were encountered: