-
Notifications
You must be signed in to change notification settings - Fork 446
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
Cannot start counter app right after installation #181
Comments
Will flet run on Raspberry Pi? Traceback (most recent call last): |
@sagism What OS/version is that? |
@sagism it couldbe an error related to macOS Launch Services. I've never experienced such an error myself, but found this: actions/runner-images#4545 Look at the 2nd workaround here: actions/runner-images#4545 (comment) Flet.app is unpacked to Then try running:
and then open
You should see a blank window which means it's fine. lregister docs: https://ss64.com/osx/lsregister.html @mikaelho could be a solution for your issue? |
Raspberry pi os. BusterSent from my Galaxy
-------- Original message --------From: Feodor Fitsner ***@***.***> Date: 2022/08/12 18:36 (GMT+02:00) To: flet-dev/flet ***@***.***> Cc: Dave Ingram ***@***.***>, Comment ***@***.***> Subject: Re: [flet-dev/flet] Cannot start counter app right after installation (Issue #181)
@sagism What OS/version is that?
—Reply to this email directly, view it on GitHub, or unsubscribe.You are receiving this because you commented.Message ID: ***@***.***>
|
@Dave-DigiMim OK, Flutter is supported on Linux ARM64 platform: flutter/flutter#56992 (comment) The app should be built on Linux ARM64 though - cross-compilation is not supported. I created #186 to track that effort. I'm going to leave this issue open to deal with original macOS-based issue. |
@Dave-DigiMim We've just released Flet 0.1.50 with Linux ARM64 support! Could you please upgrade |
@Dave-DigiMim It's for Raspberry Pi OS 64-bit, obviously... |
Ah I am on 32bit. Sent from my Galaxy
-------- Original message --------From: Feodor Fitsner ***@***.***> Date: 2022/08/14 04:43 (GMT+02:00) To: flet-dev/flet ***@***.***> Cc: Dave Ingram ***@***.***>, Mention ***@***.***> Subject: Re: [flet-dev/flet] Cannot start counter app right after installation (Issue #181)
@Dave-DigiMim We've just released Flet 0.1.50 with Linux ARM64 support! Could you please upgrade flet module to the latest version (pip install flet --upgrade) and run your Python Flet program again. Let me know if you have a UI now!
—Reply to this email directly, view it on GitHub, or unsubscribe.You are receiving this because you were mentioned.Message ID: ***@***.***>
|
I knew it! :) OK, 32-bit ARM is more challenging, let's see. |
Oh, there is an open issue to support Flutter on 32-bit ARM: flutter/flutter#75823 Looks like people use flutter-pi to make it work on 32-bit ARM devices, but I'm not familiar with it. I'm opening a new issue to track that: #191 |
% pip install flet
...
% python counter.py
App URL: http://127.0.0.1:64269
Connected to Flet app and handling user sessions...
The application cannot be opened for an unexpected reason, error=Error Domain=NSOSStatusErrorDomain Code=-10827 "kLSNoExecutableErr: The executable is missing" UserInfo={_LSLine=3665, _LSFunction=_LSOpenStuffCallLocal}
Python 3.10.4.
Clean virtualenv (only flet installed)
MacOS Big Sur (11.1)
The text was updated successfully, but these errors were encountered: