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.1
Use the pre-release version instead.
pip install flet --upgrade --pre
Also, you'd need to manually install
PyInstaller
through pip as it's a dep.pip install pyinstaller
Note:
flet v0.4.1
, then usePyInstaller v5.7.0