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: No module named 'ads.dataflow' #336

Open
sauravmishra1710 opened this issue Sep 3, 2023 · 1 comment
Open

ModuleNotFoundError: No module named 'ads.dataflow' #336

sauravmishra1710 opened this issue Sep 3, 2023 · 1 comment

Comments

@sauravmishra1710
Copy link

sauravmishra1710 commented Sep 3, 2023

When trying to understand and execute the employee attrition notebook locally, I get the following import error -

ERROR - Exception
Traceback (most recent call last):
  File "/Users/XXXXXX/opt/anaconda3/lib/python3.8/site-packages/IPython/core/interactiveshell.py", line 3553, in run_code
    exec(code_obj, self.user_global_ns, self.user_ns)
  File "<ipython-input-1-28ffd096b9e1>", line 20, in <cell line: 20>
    from ads.dataflow.dataflow import DataFlow
ModuleNotFoundError: No module named 'ads.dataflow'
ModuleNotFoundError: No module named 'ads.dataflow'

I see in the release notes that the ads.dataflow package has been deprecated since 2.8.6 release. However, the notebook has not been updated.

Is there a new version of the notebook? OR How is this being handled now?

@sauravmishra1710
Copy link
Author

any updates on this?

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