breezedeus / CnOCR

CnOCR: Awesome Chinese/English OCR Python toolkits based on PyTorch. It comes with 20+ well-trained models for different application scenarios and can be used directly after installation. 【基于 PyTorch/MXNet 的中文/英文 OCR Python 包。】

Home Page:https://www.breezedeus.com/article/cnocr

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

requirements.txt 环境配置失败

HaviZou opened this issue · comments

PS D:\CnOCR> pip install -r requirements.txt
Looking in indexes: https://pypi.tuna.tsinghua.edu.cn/simple, https://mirrors.aliyun.com/pypi/simple, https://pypi.doubanio.com/simple, https://pypi.org/simple
WARNING: Retrying (Retry(total=4, connect=None, read=None, redirect=None, status=None)) after connection broken by 'ConnectTimeoutError(<pip._vendor.urllib3.connection.HTTPSConnection object at 0x0000019F939768E0>, 'Connection to mirrors.aliyun.com timed out. (connect timeout=15)')': /pypi/simple/aiohttp/
WARNING: Retrying (Retry(total=3, connect=None, read=None, redirect=None, status=None)) after connection broken by 'ConnectTimeoutError(<pip._vendor.urllib3.connection.HTTPSConnection object at 0x0000019F93976B50>, 'Connection to mirrors.aliyun.com timed out. (connect timeout=15)')': /pypi/simple/aiohttp/
WARNING: Retrying (Retry(total=2, connect=None, read=None, redirect=None, status=None)) after connection broken by 'ConnectTimeoutError(<pip._vendor.urllib3.connection.HTTPSConnection object at 0x0000019F93976D00>, 'Connection to mirrors.aliyun.com timed out. (connect timeout=15)')': /pypi/simple/aiohttp/
WARNING: Retrying (Retry(total=1, connect=None, read=None, redirect=None, status=None)) after connection broken by 'ConnectTimeoutError(<pip._vendor.urllib3.connection.HTTPSConnection object at 0x0000019F93976EE0>, 'Connection to mirrors.aliyun.com timed out. (connect timeout=15)')': /pypi/simple/aiohttp/
WARNING: Retrying (Retry(total=0, connect=None, read=None, redirect=None, status=None)) after connection broken by 'ConnectTimeoutError(<pip._vendor.urllib3.connection.HTTPSConnection object at 0x0000019F93976FA0>, 'Connection to mirrors.aliyun.com timed out. (connect timeout=15)')': /pypi/simple/aiohttp/
WARNING: Retrying (Retry(total=4, connect=None, read=None, redirect=None, status=None)) after connection broken by 'ReadTimeoutError("HTTPSConnectionPool(host='pypi.doubanio.com', port=443): Read timed out. (read timeout=15)")': /simple/aiohttp/

外网IP 切换库后配置成功
#--index-url https://pypi.tuna.tsinghua.edu.cn/simple
#--extra-index-url https://mirrors.aliyun.com/pypi/simple
#--extra-index-url https://pypi.doubanio.com/simple
--index-url https://pypi.org/simple