Feodor Fitsner
Feodor Fitsner
Could be related: https://github.com/flet-dev/flet/issues/181#issuecomment-1213325055
@mikaelho It's build for Intel, so it uses Rosetta on M1.
As it somehow "knows" there is a new version available? :-/
That error is coming from macOS. Nothing in Flet is trying to contact GitHub and lookup for the latest version. Once Python Flet package is installed it contains everything it...
can you try the following command on your mac: ``` ls $TMPDIR/flet-0.1.60/Flet.app/Contents/MacOS ```
Another thing to try when it happens: in Finder go to `$TMPDIR/flet-0.1.60`, right-click `Flet.app` and select "Open".
I've implemented, hopefully, a solution to this issue - let see if it's going to work in the next update scheduled later this week.
What do you have in $TMPDIR/flet-0.1.62 folder?
What files do you have in `$TMPDIR/flet-0.1.62/Flet.app/Contents/MacOS`?
OK, great. Now, could you please delete the entire `$TMPDIR/flet-0.1.62` directory and run Flet program again?