Error flet build web #2552
-
QuestionI have no idea about the error code I get when building a web app. Code sampleNo response Error messagePS C:\Users\Alex\Desktop\Meowtomatic-App> flet build web
Creating Flutter bootstrap project...OK
Customizing app icons and splash images...OK
Generating app icons...OK
Generating splash screens...OK
Packaging Python app...Running package command
Creating asset directory: C:\Users\Alex\AppData\Local\Temp\flet_flutter_build_lksLVJGVGP\app
Copying Python app from C:\Users\Alex\Desktop\Meowtomatic-App to C:\Users\Alex\AppData\Local\Temp\serious_python_tempce77a34c
Configured emscripten_3_1_45_wasm32 platform with sitecustomize.py at C:\Users\Alex\AppData\Local\Temp\serious_python_sitecustomizecdc016cc\sitecustomize.py
Installing 'find-links' dependencies with pip command to C:\Users\Alex\AppData\Local\Temp\serious_python_tempce77a34c\__pypackages__
Extracting Python distributive from C:\Users\Alex\AppData\Local\Temp\cpython-3.11.6+20231002-x86_64-pc-windows-msvc-shared-install_only.tar.gz to
C:\Users\Alex\AppData\Local\Temp\hostpython3.11_e516fbb2
Installing dependencies with pip command to C:\Users\Alex\AppData\Local\Temp\serious_python_tempce77a34c\__pypackages__
Compiling Python sources at C:\Users\Alex\AppData\Local\Temp\serious_python_tempce77a34c
Error building Flet app - see the log of failed command above. ------------------------------------------------------
|
Beta Was this translation helpful? Give feedback.
Answered by
FeodorFitsner
Feb 6, 2024
Replies: 1 comment 3 replies
-
Can you do it with |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
From your build log:
looks like an error in your code. Hope that helps.