-
Notifications
You must be signed in to change notification settings - Fork 25
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
\\idna\\uts46data.py error FormatException: Missing extension byte (at offset 14629) #91
Comments
Hi, I tried again today with Flet version 0.23.0.dev2931 and I got the same error, but this time it occurred at a further step with the package oauthlib: Compiling 'C:\Users\SSosa\AppData\Local\Temp\serious_python_tempf54602cc\pypackages\oauthlib\oauth2\rfc6749\parameters.py'... Which is after previous issue with idna pakage:
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I am building a Flet APK on my Windows machine with the following command:
flet build apk --include-packages flet_audio -vv
I get the following error:
I have the following dependences:
import os
import shutil
import random
I am running flet 0.23.0.dev2913 and flutter 3.22.1, Dart 3.4.1
The text was updated successfully, but these errors were encountered: