-
Notifications
You must be signed in to change notification settings - Fork 33
fix python 3.12 support #642
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
Conversation
346526e to
1515bfc
Compare
|
Looks similar to issue #591. |
|
Well I can pick a file in the file picker, but openandroidinstaller doesnt seem to pick it up. Edit: tried the 0.5.3 beta flatpak again and it works |
|
Maybe the behavior of the file picker (events) changed with the new flet version? 🤔 |
3e4ace8 to
9dc2f7e
Compare
|
The latest docs of flet state "In Linux, the FilePicker control depends on Zenity when running Flet as an app. This is not a requirement when running Flet in a browser." (https://flet.dev/docs/controls/filepicker) Not sure if this was a requirement before. Could this be the issue with the filepicker? |
|
Another thing I can think of: Could you try claiming you need to install a recovery? Maybe something in the control flow goes wrong there? 🤔 |
|
Iirc Ive tried picking a recovery too, but I assume Zenity is what makes the filepicker fail, I kinda overlooked that, Ill try later today. |
I have no idea 😅 it looks like something new in flet. Having it at 1 for now should be fine :) |
|
Yea, tried to install zenity on the host machine and added it as dependency, manually imported it, just to be sure, yet no success so far. |
|
Hey, I finally made some progress and found and fixed the issue. Now the updated dependecies are on the dev branch. |
Signed-off-by: SirRGB <sirrgb@proton.me>
* RuntimeError: failed to find interpreter for Builtin discover of python_spec='python3.10' Signed-off-by: SirRGB <sirrgb@proton.me>
Signed-off-by: SirRGB <sirrgb@proton.me>
* eol as of https://web.archive.org/web/20250120181116/https://divestos.org/pages/news#end Signed-off-by: SirRGB <sirrgb@proton.me>
tsterbak
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM :)
Im kinda stuck here. Picking a correct or incorrect rom has no effect on this screen.