Flet run outputs error, Fedora 39 #2696
Replies: 3 comments 3 replies
-
Beta Was this translation helpful? Give feedback.
-
@planetjunkie I have the same issue with Fedora 39. Installed the mpv-libs and mpv-devel but this error persists. A temporary workaround is to add the following symlink: sudo ln -s /usr/lib64/libmpv.so.2 /usr/lib64/libmpv.so.1 After adding this symlink, I am able to run the flet apps. |
Beta Was this translation helpful? Give feedback.
-
I'm using the Fedora 39 I tried to reinstall the packages and also the flet, but didn't works. I found a another solution and it worked for me. The solution is bellow. Installing the pakages mpv-libs and mpv-devel on Fedora 39Run the command to install the packages: Searching the packages on directory
Searching the mpv The answer must be: Creating a symbolic link
Done. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Howdy! I've recently installed flet to give it a shot in developing my software, however everytime i run flet I got the following error:
It wants me to install
libmpv
, so i looked through the fedora repositories and looked for thelibmpv
package, it was calledmpv-libs
rather thanlibmpv
, so installedmpv-libs
,mpv-devel
, andmpv
itself, tried to run the command, nothing worked, any advice on what I can do? I would appreciate some help with this :DBeta Was this translation helpful? Give feedback.
All reactions