flet run throws an error in an initial app created with command flet create .
#4424
Unanswered
diego-garro
asked this question in
Q&A
Replies: 1 comment
-
Install the latest Flet pre-release and retry: You might also want to give #2823 a look. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Duplicate Check
Describe the bug
Can't run the initial app because
flet run
throws the following error:/home/{user}/.flet/bin/flet-0.24.1/flet/flet: error while loading shared libraries: libmpv.so.1: cannot open shared object file: No such file or directory
Code sample
The initial app.
To reproduce
poetry new my-app
poetry add flet
flet run
Expected behavior
just run the app...
Screenshots / Videos
Captures
[Upload media here]
Operating System
Linux
Operating system details
Fedora 39
Flet version
0.24.1
Regression
No, it isn't
Suggestions
No response
Logs
Logs
[Paste your logs here]
Additional details
No response
Beta Was this translation helpful? Give feedback.
All reactions