Skip to content
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

ModuleNotFoundError when running 07_deploy_task_dag.py #3

Open
PingPongSet opened this issue Feb 20, 2024 · 0 comments
Open

ModuleNotFoundError when running 07_deploy_task_dag.py #3

PingPongSet opened this issue Feb 20, 2024 · 0 comments

Comments

@PingPongSet
Copy link

I got the error below when running the code via GitHub CodeSpaces

(snowflake-demo) (base) @PingPongSet ➜ /workspaces/sfguide-data-engineering-with-snowpark-python-intro (main) $ /opt/conda/envs/snowflake-demo/bin/python /workspaces/sfguide-data-engineering-with-snowpark-python-intro/steps/07_deploy_task_dag.py
Traceback (most recent call last):
  File "/workspaces/sfguide-data-engineering-with-snowpark-python-intro/steps/07_deploy_task_dag.py", line 119, in <module>
    from utils import snowpark_utils
ModuleNotFoundError: No module named 'utils'
(snowflake-demo) (base) @PingPongSet ➜ /workspaces/sfguide-data-engineering-with-snowpark-python-intro (main) $ 

any idea?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant