-
Notifications
You must be signed in to change notification settings - Fork 9
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
The executable version can't load config for kha-white/manga-ocr-base" due to having system proxy #25
Comments
I've replicated this by adding a directory Have you used |
I don't have any folder called that, but I do have global system proxy on (via Internet Options). I think it conflicts with that for some reason, since the error is gone after I turned off the proxy. I've seen this problem with other compiled (packaged?) Python application (but no issue when run from source). I think it's caused by the packager missing some essential networking packages/modules when packaging it. (I haven't tried running Cloe from source to confirm, maybe it won't run even from the source.) BTW, Poricom has no such problem. |
Just tried to run it from source, and it works flawlessly with Python 3.9 with system proxy ON. By the way I think you probably would like to know: when I initially tried it with Py3.8, it didn't work due to unsupported type hinting syntax (such as
which causes
) Not a big deal, but probably should remove 3.8 support from readme and Probably not related at all, but I also have system proxy issues with PIP in Py3.8 too (not in 3.9):
|
Sorry for the multiple replies. I also tried to build it myself using pyinstaller following the instruction in readme,. Unsparingly it didn't boot:
I don't know anything about pyinstaller so I just leave it here. This isn't too related to the original problem (also modified the title to reflect it). |
I should probably update the poetry config As for the build error, this is not related to using a proxy, see #22 for more info. Unfortunately, I still haven't found a real fix to it other than downgrading some of the packages. |
The message was cut short because it's too long, so I can't read what it was trying to say in detail.
The text was updated successfully, but these errors were encountered: