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

11.2号,我没有成功 #27

Open
ssserenity opened this issue Nov 1, 2017 · 8 comments
Open

11.2号,我没有成功 #27

ssserenity opened this issue Nov 1, 2017 · 8 comments

Comments

@ssserenity
Copy link

运行deep_ocr_reco,报错:ImportError: No module named ocrolib
剩下的几个可执行文件报错则是:ImportError: No module named cv2
看了一下requirement.txt里面确实没有cv2,不知道这里怎么过的。

@ssserenity ssserenity changed the title 10.2号,我没有成功 11.2号,我没有成功 Nov 2, 2017
@JinpengLI
Copy link
Owner

JinpengLI commented Nov 2, 2017 via email

@act64
Copy link

act64 commented Nov 13, 2017

No module named ocrolib +1

@diegozeng
Copy link

Any timeline for the new version?

@zyxrrr
Copy link

zyxrrr commented Dec 7, 2017

@JinpengLI
你好,我目前还是存在这个问题,
File "./bin/deep_ocr_reco", line 15, in
import deep_ocr.ocrolib as ocrolib
ImportError: No module named ocrolib
请问是什么问题

@swiftech
Copy link

+1

@mountainguan
Copy link

什么时候能放出可用的版本...感觉现在运行都运行不了还840颗星

@alswl
Copy link

alswl commented May 22, 2018

Python sys.path error, temporary solution:

copy bin/* .
python deep_ocr_reco data/holiday_notification.jpg -v -d

@SolinTao
Copy link

@ssserenity @act64 @zyxrrr 在 ./bin/deep_ocr_reco中 import deep_ocr.ocrolib as ocrolib 前面添加
import os,sys
sys.path.append(os.getcwd())
import没有加全路径,不过解决了这个问题,后面依然有很多不通过

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

9 participants