Skip to content

Error with 'flet build apk' and sqlite #3817

Closed Answered by ndonkoHenri
marcrr79907 asked this question in Q&A
Discussion options

You must be logged in to vote

Next time when sharing logs, please use --verbose or --v for maximum verbosity.
The issue can be read from your logs:

Error: FileSystemException: Failed to decode data using encoding 'utf-8', path = 'C:\Users\Marc\AppData\Local\Temp\serious_python_tempa86e5df2\requirements.txt'

So, you simply have to make sure your requirements file is properly encoded (in utf8).
You can search online (example) on how to do that. Worst case, you might have to delete the current file, and create a new one, encoded in the proper format.

Replies: 1 comment 3 replies

Comment options

You must be logged in to vote
3 replies
@marcrr79907
Comment options

@ndonkoHenri
Comment options

Answer selected by marcrr79907
@marcrr79907
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
help wanted Extra attention is needed
2 participants