<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic &amp;quot;import pandas as pd&amp;quot; =&amp;gt; [Errno 5] in Data Engineering</title>
    <link>https://community.databricks.com/t5/data-engineering/quot-import-pandas-as-pd-quot-gt-errno-5/m-p/26255#M18363</link>
    <description>&lt;P&gt;When I type &lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;import pandas as pd&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;from a Notebook in a Repo I get:&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;---------------------------------------------------------------------------
AttributeError                            Traceback (most recent call last)
/usr/lib/python3.8/importlib/_bootstrap.py in _find_spec(name, path, target)
&amp;nbsp;
AttributeError: 'ImportHookFinder' object has no attribute 'find_spec'
&amp;nbsp;
During handling of the above exception, another exception occurred:
&amp;nbsp;
OSError                                   Traceback (most recent call last)
&amp;lt;command-897228870462433&amp;gt; in &amp;lt;module&amp;gt;
----&amp;gt; 1 import pandas as pd
&amp;nbsp;
/databricks/python_shell/dbruntime/PythonPackageImportsInstrumentation/__init__.py in import_patch(name, globals, locals, fromlist, level)
    156             # Import the desired module. If you’re seeing this while debugging a failed import,
    157             # look at preceding stack frames for relevant error information.
--&amp;gt; 158             original_result = python_builtin_import(name, globals, locals, fromlist, level)
    159 
    160             is_root_import = thread_local._nest_level == 1
&amp;nbsp;
/usr/lib/python3.8/importlib/_bootstrap.py in _find_and_load(name, import_)&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;But it works fine when invoked from a newly created Notebook in the same repo (or even in the Workspace).&lt;/P&gt;&lt;P&gt;This used to work well up until a few days ago.. when it stopped working. No other change was made to the Cluster during this time.&lt;/P&gt;&lt;P&gt;Best,&lt;/P&gt;&lt;P&gt;Nestor&lt;/P&gt;</description>
    <pubDate>Mon, 07 Mar 2022 18:45:53 GMT</pubDate>
    <dc:creator>NAS</dc:creator>
    <dc:date>2022-03-07T18:45:53Z</dc:date>
    <item>
      <title>"import pandas as pd" =&gt; [Errno 5]</title>
      <link>https://community.databricks.com/t5/data-engineering/quot-import-pandas-as-pd-quot-gt-errno-5/m-p/26255#M18363</link>
      <description>&lt;P&gt;When I type &lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;import pandas as pd&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;from a Notebook in a Repo I get:&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;---------------------------------------------------------------------------
AttributeError                            Traceback (most recent call last)
/usr/lib/python3.8/importlib/_bootstrap.py in _find_spec(name, path, target)
&amp;nbsp;
AttributeError: 'ImportHookFinder' object has no attribute 'find_spec'
&amp;nbsp;
During handling of the above exception, another exception occurred:
&amp;nbsp;
OSError                                   Traceback (most recent call last)
&amp;lt;command-897228870462433&amp;gt; in &amp;lt;module&amp;gt;
----&amp;gt; 1 import pandas as pd
&amp;nbsp;
/databricks/python_shell/dbruntime/PythonPackageImportsInstrumentation/__init__.py in import_patch(name, globals, locals, fromlist, level)
    156             # Import the desired module. If you’re seeing this while debugging a failed import,
    157             # look at preceding stack frames for relevant error information.
--&amp;gt; 158             original_result = python_builtin_import(name, globals, locals, fromlist, level)
    159 
    160             is_root_import = thread_local._nest_level == 1
&amp;nbsp;
/usr/lib/python3.8/importlib/_bootstrap.py in _find_and_load(name, import_)&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;But it works fine when invoked from a newly created Notebook in the same repo (or even in the Workspace).&lt;/P&gt;&lt;P&gt;This used to work well up until a few days ago.. when it stopped working. No other change was made to the Cluster during this time.&lt;/P&gt;&lt;P&gt;Best,&lt;/P&gt;&lt;P&gt;Nestor&lt;/P&gt;</description>
      <pubDate>Mon, 07 Mar 2022 18:45:53 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/quot-import-pandas-as-pd-quot-gt-errno-5/m-p/26255#M18363</guid>
      <dc:creator>NAS</dc:creator>
      <dc:date>2022-03-07T18:45:53Z</dc:date>
    </item>
    <item>
      <title>Re: "import pandas as pd" =&gt; [Errno 5]</title>
      <link>https://community.databricks.com/t5/data-engineering/quot-import-pandas-as-pd-quot-gt-errno-5/m-p/26256#M18364</link>
      <description>&lt;P&gt;Thanks to Elliott Hertz, I found out that the ML Experiments cannot be stored in the repo. After I moved them to my Workspace everything seems to work.&lt;/P&gt;</description>
      <pubDate>Tue, 08 Mar 2022 00:33:49 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/quot-import-pandas-as-pd-quot-gt-errno-5/m-p/26256#M18364</guid>
      <dc:creator>NAS</dc:creator>
      <dc:date>2022-03-08T00:33:49Z</dc:date>
    </item>
  </channel>
</rss>

