namtuanly / MTL-TabNet

MTL-TabNet: Multi-task Learning based Model for Image-based Table Recognition
Apache License 2.0
78 stars 12 forks source link

Installing MMCV #13

Open kokul93 opened 4 months ago

kokul93 commented 4 months ago

Cannot not able to install mmocr ==0.2.0

note: This error originates from a subprocess, and is likely not a problem with pip. ERROR: Failed building wheel for lanms-neo Failed to build lanms-neo ERROR: Could not build wheels for lanms-neo, which is required to install pyproject.toml-based projects

then when run python ./table_recognition/demo/demo.py

from mmocr.datasets import build_dataset # noqa: F401 ImportError: cannot import name 'build_dataset' from 'mmocr.datasets'

kokul93 commented 3 months ago

Solved using older versions