Closed dmtzs closed 1 month ago
can you please share the full(absolute) path to your main.py file....
Apparently is a bug related to git bash, if you use gitbash in windows and you try to run that command there it fails, but if you open a powershell then you're able to run the command successfully. something weird but not sure if that can be considered a bug or just that should be added to the documentation as a NOTE?
What's the output of echo $LC_CTYPE
in the bash terminal?
Description
When I run the command
flet run --android
I receive the next error:Code example to reproduce the issue:
Describe the results you received:
Describe the results you expected:
I want the QR code generated by this to use it in my andriod cellphone to use the qr code with flet app
Additional information you deem important (e.g. issue happens only occasionally):
It happens all the time when I use the command
flet run --android
, for normal use cases running it likepython main.py
it works fine, only withflet run --android
I receive errorsFlet version (
pip show flet
):Give your
requirements.txt
file (don'tpip freeze
, instead give direct packages):Operating system:
Windows
Additional environment details: NA