breezedeus / CnSTD

CnSTD: 基于 PyTorch/MXNet 的 中文/英文 场景文字检测(Scene Text Detection)、数学公式检测(Mathematical Formula Detection, MFD)、篇章分析(Layout Analysis)的Python3 包
https://www.breezedeus.com/article/cnocr
Apache License 2.0
658 stars 101 forks source link

Ubuntu上安装cnstd异常 #10

Closed wangdahao closed 2 years ago

wangdahao commented 3 years ago

Collecting cnstd Downloading cnstd-0.1.1-py3-none-any.whl (50 kB) |████████████████████████████████| 50 kB 167 kB/s Requirement already satisfied: shapely in /usr/local/lib/python3.6/dist-packages (from cnstd) (1.7.0) Requirement already satisfied: Polygon3 in /usr/local/lib/python3.6/dist-packages (from cnstd) (3.0.8) Requirement already satisfied: numpy<1.20.0,>=1.14.0 in /usr/local/lib/python3.6/dist-packages (from cnstd) (1.19.1) Requirement already satisfied: pyclipper in /usr/local/lib/python3.6/dist-packages (from cnstd) (1.2.0) ERROR: Could not find a version that satisfies the requirement opencv-python (from cnstd) (from versions: none) ERROR: No matching distribution found for opencv-python (from cnstd)

LoeWHJ commented 3 years ago

应该安装opencv-python吧