Feodor Fitsner

Results 342 comments of Feodor Fitsner

It should be cross-compatible by all means, in theory, right? I'm not really sure what to recommend, as I don't have an access to M1 :) OK, can you try...

It is fixed in Flet 0.23.1. Please cleanup Cookiecutter cache before running `flet build` command. On Windows: ``` rd /s /q %USERPROFILE%\.cookiecutters ``` On Mac/Linux: ``` rm -rf ~/.cookiecutters ```

Try building with [Flet pre-release](https://flet.dev/blog/flet-new-packaging-pre-release).

Can you provide a list of dependencies for your app?

@Legolaz7 can you provide a detailed build log please?

Yes. I can see it can't compile your Python program because of error: ``` Compiling 'C:\\Users\\Admin\\AppData\\Local\\Temp\\serious_python_tempbbaf5a6a\\perekl.py'... *** File "C:\Users\Admin\AppData\Local\Temp\serious_python_tempbbaf5a6a\perekl.py", line 16 ss.controls.append(Text(f'{day.value}: {"\n"} {otvet.value}')) ```

It's an error in .py file. During the packaging Flet is "compiling" the app which causes those checks. In the future versions of Flet we are going to add "do...

It should be fixed in 0.23.1 coming later today.

It is fixed in Flet 0.23.1. Please cleanup Cookiecutter cache before running `flet build` command. On Windows: ``` rd /s /q %USERPROFILE%\.cookiecutters ``` On Mac/Linux: ``` rm -rf ~/.cookiecutters ```