-
|
Thanks for wonderful App, first! To exercise to build tkinter App, I forked your repo. But, when I build '.exe' file using "python build_pyinstaller.py" then after run "ScreenTranslate.exe" in ScreenTranslate 2.1.1 folder, I got the ERROR message below.
my forked REPO is (https://github.com/theangkko/Screen-Translate-fork) |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
|
I solved with re-install of numpy Thanks!! |
Beta Was this translation helpful? Give feedback.


I solved with re-install of numpy
"pip install --upgrade --force-reinstall numpy"
Thanks!!