Replies: 1 comment
-
Can you share your pyproject file and build logs? |
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.
-
i launch my app from visual studio code and all works fine. i build my app with terminal comand "flet build macos" and when i launch my app i see this error:
Traceback (most recent call last):
File "", line 95, in
File "", line 229, in run_module
File "", line 88, in _run_code
File "/Users/rododder/Library/Application Support/com.rodolfomorgante.aquifer/flet/app/main.py", line 3, in
import pandas as pd
ModuleNotFoundError: No module named 'pandas'
Beta Was this translation helpful? Give feedback.
All reactions