Open githubpsyche opened 1 year ago
Lowering customtkinter from version 5.1.3 to version 5.1.2 fixes the problem.👍
Lowering customtkinter from version 5.1.3 to version 5.1.2 fixes the problem.👍
How (for a noob) do I "lower customtkinter from version 5.1.3 to version 5.1.2"? Thank you!
Instead of downloading the program through the release section, you'd need to follow the Python application setup instructions. However, after the pip install -r requirements.txt
step, you'd downgrade customtkinter via an additional command pip install customtinkier==5.1.2
NB: Upgrade customtkinter 5.2.0 and sort this stupid typo: https://github.com/google/project-gameface/blob/67f01207f924bc00f7991d53d4c6d0bb4dcd22fd/assets/themes/google_theme.json#L51 thats the fix for this
https://github.com/google/project-gameface/blob/8faf5cfbf7127b9f9995c49cec1064e338624c58/src/gui/frames/frame_cam_preview.py#L68
Returns this error when I follow the Python app setup instructions.
Application fails to load as long as the error is maintained. Adding a fg_color argument and specifying an arbitrary color eliminates the error and allows the Application to run. (I am, however, still experiencing the issue described in #5 concerning cursor movement.)