flet pack can not import name decode from pyinstaller #1065
-
| 
 Same problem if I try to pack a demo app from the flet website But no problem deploying a webapp like  Thanks for any help! | 
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
| @m0555 , you should read the issue #1064 . 
 Note:
 | 
Beta Was this translation helpful? Give feedback.
@m0555 , you should read the issue #1064 .
It's been fixed in the commit 85043d2, though not a part of the flet release
0.4.1Use the pre-release version instead.
pip install flet --upgrade --preAlso, you'd need to manually install
PyInstallerthrough pip as it's a dep.pip install pyinstallerNote:
flet v0.4.1, then usePyInstaller v5.7.0