Hung Hoang
09/07/2023, 6:52 AMfrom tip.flows.auth import authenticate
ModuleNotFoundError: No module named 'tip'
The above exception was the direct cause of the following exception:
...
prefect.exceptions.ScriptError: Script at 'src/tip/flows/uvis_polling.py' encountered an exception: ModuleNotFoundError("No module named 'tip'")
So I’d like to learn how u guys resolve this situation ?
Extra info:
My project structure
src
/ tip
__init__.py
/flows
__init__.py
auth.py
uvis_collect.py
uvis_polling.py
Tim Galvin
09/07/2023, 7:00 AM__init__.py
file in the tip directoryHung Hoang
09/07/2023, 7:28 AMTim Galvin
09/07/2023, 7:41 AMHung Hoang
09/07/2023, 7:45 AM