-
Notifications
You must be signed in to change notification settings - Fork 200
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
MacOS App Running Error: ModuleNotFoundError: No module named 'urllib3.contrib.resolver.system' #759
Comments
Apple M1 I have the same problem, when I ran
I've checked that paddleocr is working, using the python script
Output:
|
It's caused by numpy 2.0. Install numpy==1.26.4 |
Ok, I've uninstalled numpy 2.0 and installed numpy==1.26.4 I've got this after running
|
same problem. lsz@linshuzhendeMacBook-Pro ~ % /Users/lsz/BallonsTranslator/dist/BallonsTranslator.app/Contents/MacOS/launch ; exit; The above exception was the direct cause of the following exception: Traceback (most recent call last): The above exception was the direct cause of the following exception: Traceback (most recent call last): Saving session... |
Apple M3
16 GB
macOS 15.2
I got over the issue the same as #378
By launching the app using
launch.py
with the requirements, it successfully made the textstyles, .btrans_cache, etc. and it succesfully runs. I tried re-building the app and running it through cmd, but when I try to run it, this shows up:The text was updated successfully, but these errors were encountered: