oci-data-science-ai-samples icon indicating copy to clipboard operation
oci-data-science-ai-samples copied to clipboard

ModuleNotFoundError: No module named 'ads.dataflow'

Open sauravmishra1710 opened this issue 2 years ago • 1 comments

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 avatar Sep 03 '23 12:09 sauravmishra1710

any updates on this?

sauravmishra1710 avatar Nov 03 '23 17:11 sauravmishra1710