Closed Lucifer516-sudoer closed 8 months ago
I had the same issue. The below linked comment was the only thing that fixed it for me. https://github.com/flet-dev/flet/issues/2637#issuecomment-1947321450
I had the same issue. The below linked comment was the only thing that fixed it for me. #2637 (comment)
Okay bro, sure thing, Will try this
Closing in favour of https://github.com/flet-dev/flet/issues/2637
I had the same issue. The below linked comment was the only thing that fixed it for me. #2637 (comment)
Sorry to interrupt again, I followed as its suggested, I just ran into more errors, each resulting in an missing shared library fi;le, i think flet expects an lib or different version and I have another version, since all those dependencies are satisfied in my system
And i dont know for sure, is this issue only on my system or can someone check on their side and share me some idea.
@Lucifer516-sudoer i had the same issue. I'm on Manjaro and first i've got error while loading shared libraries: libmpv.so.1: cannot open shared object file: No such file or directory
, so i followed https://github.com/flet-dev/flet/issues/2637#issuecomment-1947321450. Now i've got error while loading shared libraries: libmujs.so.2: cannot open shared object file: No such file or directory
.
libmpv, libmujs, and libjpeg-turbo are installed
I don't have libmujs.so.2
on my system and didn't find on internet what package do i have to install on Arch based distros to get it.
If someone could find out i will thank you.
Hi, in the same situation as @lleonardonascimento and @Lucifer516-sudoer
I'm on manjaro, and i got "error while loading shared libraries: libmpv.so.1: cannot open shared object file: No such file or directory" the workaround that worked: #2823
@DaviVolcan do you have libmujs.so.2
on your system? If yes, what package did you install to get it? I followed https://github.com/flet-dev/flet/issues/2823 but i get error while loading shared libraries: libmujs.so.2: cannot open shared object file: No such file or directory
. I'm on manjaro kde.
@lleonardonascimento No, i don't... i'm also in manjaro kde.
Well, upto this date, i have my arch system and still getting the same issue, i have a small doubt, well since we cannot install the version flet needs, since arch, manjaro, etc,.. are rolling release systems, they can include those libs in the package is that possible? i am just curious, and correct me if I am wrong
Description
I was offline for few weeks and then saw that flet got an new release, so I wanted to check it out, so just as I tried to run the program, I got the error as follows:
Code example to reproduce the issue:
Well, after receieving this error, I went on googled, and didnt get anything there, so I came here to search the issues and people did get the same issue as I am facing, and their issue was also fixed I guess, but when i followed that people have discussed there, I couldn't resolve the error. I checked, if libmpv, libmujs, and libjpeg-turbo are installed, and hoped that, i must have solved the issue, but surprisingly, The issue is still there for me.
Here is the result when i tried to install 'em on the machine:
Well I also turned on the logging for this code from the script which resulted in:
Don't bother about this if this ain't necessary, I just wanted to make sure, that I provided enough information and i checked in my
usr/lib
, and the shared object file does exists,but one, thing that i did recognise was, i was having the so file so.2 but flet raised the error as libmpv.so.1 not found BTW, i am new to arch recently hopped on to arch to try, so sorry if something was newbie.
I hope, the information I provided are helpful to you guys.
Thanks A lot In advance.
The result I expected: Expected output is to get an flet app screen with text control
Flet version (
pip show flet
):My only direct requirement in that environment was
flet
alone.Operating system:
Additional environment details:
INFO Related to Python Env: