You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
PS C:\Users\Alaa_As\my_flet_app> flet build windows [13:08:14] Created Flutter bootstrap project from gh:flet-dev/flet-build-template with ref 0.25.2 ✅ Customized app icons and splash images ✅ Traceback (most recent call last): File "<frozen runpy>", line 198, in _run_module_as_main File "<frozen runpy>", line 88, in run_code File "C:\Users\Alaa_As\AppData\Local\Programs\Python\Python312\Scripts\flet.exe_main.py", line 7, in <module> File "C:\Users\Alaa_As\AppData\Local\Programs\Python\Python312\Lib\site-packages\flet\cli.py", line 11, in main flet_cli.cli.main() File "C:\Users\Alaa_As\AppData\Local\Programs\Python\Python312\Lib\site-packages\flet_cli\cli.py", line 89, in main args.handler(args) File "C:\Users\Alaa_As\AppData\Local\Programs\Python\Python312\Lib\site-packages\flet_cli\commands\build.py", line 556, in handle self.generate_icons_and_splash_screens() File "C:\Users\Alaa_As\AppData\Local\Programs\Python\Python312\Lib\site-packages\flet_cli\commands\build.py", line 1239, in generate_icons_and_splash_screens icons_result = self.run( ^^^^^^^^^ File "C:\Users\Alaa_As\AppData\Local\Programs\Python\Python312\Lib\site-packages\flet_cli\commands\build.py", line 1589, in run r = subprocess.run( ^^^^^^^^^^^^^^^ File "C:\Users\Alaa_As\AppData\Local\Programs\Python\Python312\Lib\subprocess.py", line 548, in run with Popen(*popenargs, **kwargs) as process: ^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "C:\Users\Alaa_As\AppData\Local\Programs\Python\Python312\Lib\subprocess.py", line 1026, in init self._execute_child(args, executable, preexec_fn, close_fds, File "C:\Users\Alaa_As\AppData\Local\Programs\Python\Python312\Lib\subprocess.py", line 1538, in _execute_child hp, ht, pid, tid = _winapi.CreateProcess(executable, args, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ OSError: [WinError 193] %1 is not a valid Win32 application PS C:\Users\Alaa_As\my_flet_app> flet build
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
flet build windows error
PS C:\Users\Alaa_As\my_flet_app> flet build windows [13:08:14] Created Flutter bootstrap project from gh:flet-dev/flet-build-template with ref 0.25.2 ✅ Customized app icons and splash images ✅ Traceback (most recent call last): File "<frozen runpy>", line 198, in _run_module_as_main File "<frozen runpy>", line 88, in run_code File "C:\Users\Alaa_As\AppData\Local\Programs\Python\Python312\Scripts\flet.exe_main.py", line 7, in <module> File "C:\Users\Alaa_As\AppData\Local\Programs\Python\Python312\Lib\site-packages\flet\cli.py", line 11, in main flet_cli.cli.main() File "C:\Users\Alaa_As\AppData\Local\Programs\Python\Python312\Lib\site-packages\flet_cli\cli.py", line 89, in main args.handler(args) File "C:\Users\Alaa_As\AppData\Local\Programs\Python\Python312\Lib\site-packages\flet_cli\commands\build.py", line 556, in handle self.generate_icons_and_splash_screens() File "C:\Users\Alaa_As\AppData\Local\Programs\Python\Python312\Lib\site-packages\flet_cli\commands\build.py", line 1239, in generate_icons_and_splash_screens icons_result = self.run( ^^^^^^^^^ File "C:\Users\Alaa_As\AppData\Local\Programs\Python\Python312\Lib\site-packages\flet_cli\commands\build.py", line 1589, in run r = subprocess.run( ^^^^^^^^^^^^^^^ File "C:\Users\Alaa_As\AppData\Local\Programs\Python\Python312\Lib\subprocess.py", line 548, in run with Popen(*popenargs, **kwargs) as process: ^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "C:\Users\Alaa_As\AppData\Local\Programs\Python\Python312\Lib\subprocess.py", line 1026, in init self._execute_child(args, executable, preexec_fn, close_fds, File "C:\Users\Alaa_As\AppData\Local\Programs\Python\Python312\Lib\subprocess.py", line 1538, in _execute_child hp, ht, pid, tid = _winapi.CreateProcess(executable, args, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ OSError: [WinError 193] %1 is not a valid Win32 application PS C:\Users\Alaa_As\my_flet_app> flet build
Beta Was this translation helpful? Give feedback.
All reactions