-
Notifications
You must be signed in to change notification settings - Fork 455
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
FileNotFoundError: No such file or directory: '[...]/assets' #2904
Comments
hiway
changed the title
FileNotFoundError: [Errno 2] No such file or directory: '[...]/assets'
FileNotFoundError: No such file or directory: '[...]/assets'
Mar 17, 2024
I'm encountering the same error when running any flet code on my Linux Debian system. I tried it on Windows, and everything works fine.
|
Duplicate of #2781 pip install flet --pre |
Oh, sorry, forgot to closely look at the first comment with the assets error. Can you try this @hiway: https://stackoverflow.com/a/76352754 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Description
Installed flet on FreeBSD 14 under virtual environment via poetry, with Python versions 3.9 and 3.11, unable to run the hello world example.
Code example to reproduce the issue:
Describe the results you received:
Describe the results you expected:
I expected the hello world example to run.
Additional information you deem important (e.g. issue happens only occasionally):
Creating the "assets" directory that Flet is expecting then makes it fail with
PermissionError: [Errno 13] Permission denied: '/home/user/src/flet-app/assets'
Flet version (
pip show flet
):Give your
requirements.txt
file (don'tpip freeze
, instead give direct packages):Operating system:
FreeBSD 14.0
Additional environment details:
Using poetry to manage virtual environment.
The text was updated successfully, but these errors were encountered: