Replies: 2 comments
-
See related issue #1581 |
Beta Was this translation helpful? Give feedback.
0 replies
-
Solved with 176d5ef |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
While trying to reproduce issue 1556 on a fresh Ubuntu 22.04 install, I notice that flet commands (
flet run
,flet --version
...) fail unless git is installed.I could file this as an issue, but as i always have git installed when developing, and I cannot imagine that
flet
command will be used outside a development context, I just mention it here for now, just let me know I should create a new issue on that.Problem solved with
sudo apt install git
Beta Was this translation helpful? Give feedback.
All reactions