-
Notifications
You must be signed in to change notification settings - Fork 82
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
为什么我用pip安装后,运行都会卡住在回调这里 #7
Comments
import os wechat_ocr_dir = "C:\Users\Administrator\AppData\Roaming\Tencent\WeChat\XPlugin\Plugins\WeChatOCR\7071\extracted\WeChatOCR.exe" def ocr_result_callback(img_path: str, results: dict): def main(): if name == "main": |
要不图片传绝对路径试试。问别人前的基本礼貌:自己经过搜索和检查,确认为什么别人能做出来,自己确有问题。 |
绝对路径也试过了,也是一样。别人都行,就我不行。是我的问题,但是我不知道哪里出问题,所以来问问是不是漏了啥步骤 |
有可能是防火墙或者什么其他的墙,可以试试换台电脑 比对实验 |
谢谢大哥,我先用scoop安装py和微信试试 |
那我也帮不了什么忙了,我这边复现不了这种情况的话,也调试不了。光靠猜肯定是猜不出来的,你可以等等有没有其他人也遇到这种问题 |
我建议你直接加我 我有一套完整的手册,各种国内源,你自己搞 最少3天起步,2周保底 |
大佬,已经确定了 应该是CPU问题,这个有些CPU不支持 有人回复也遇到过这种情况 |
大佬,有人问过了,说是CPU问题。如果大佬想调试我这边可以搞个远程给大佬调试EEEEhex/QQImpl#1 (comment) |
我也是同样问题,很奇怪哦,为什么微信自己能用,程序调用就不行呢,按理说CPU问题,那可能是逆向漏了什么细节 |
+1我也是卡这里了 只能换电脑了吗? |
同样卡在了这里,搞了一天 没一个版本能用 原来不是我一个人 |
卡在这里,换过系统 换过微信版本 都不行 ,是不是缺少什么东西?求大佬指教
代码如下
The text was updated successfully, but these errors were encountered: