<?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 Re: Magic Pip Install Error in Data Engineering</title>
    <link>https://community.databricks.com/t5/data-engineering/magic-pip-install-error/m-p/63742#M32335</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.databricks.com/t5/user/viewprofilepage/user-id/18319"&gt;@William_Scardua&lt;/a&gt;&amp;nbsp;!&lt;BR /&gt;I'm having the same problem. Did you manage to fix it on your end?&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;</description>
    <pubDate>Thu, 14 Mar 2024 19:51:12 GMT</pubDate>
    <dc:creator>Bartosz</dc:creator>
    <dc:date>2024-03-14T19:51:12Z</dc:date>
    <item>
      <title>Magic Pip Install Error</title>
      <link>https://community.databricks.com/t5/data-engineering/magic-pip-install-error/m-p/2707#M32</link>
      <description>&lt;P&gt;Hi guys,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I receive that erro when try to use pip install, have any idea ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;CalledProcessError                        Traceback (most recent call last)
&amp;lt;command-3492276838775365&amp;gt; in &amp;lt;module&amp;gt;
----&amp;gt; 1 get_ipython().run_line_magic('pip', 'install /dbfs/FileStore/pypi-libs/my-file.whl --index-url $az_devops_access_token --verbose')
&amp;nbsp;
/databricks/python/lib/python3.8/site-packages/IPython/core/interactiveshell.py in run_line_magic(self, magic_name, line, _stack_depth)
   2325                 kwargs['local_ns'] = self.get_local_scope(stack_depth)
   2326             with self.builtin_trap:
-&amp;gt; 2327                 result = fn(*args, **kwargs)
   2328             return result
   2329 
&amp;nbsp;
&amp;lt;decorator-gen-109&amp;gt; in pip(self, line)
&amp;nbsp;
/databricks/python/lib/python3.8/site-packages/IPython/core/magic.py in &amp;lt;lambda&amp;gt;(f, *a, **k)
    185     # but it's overkill for just that one bit of state.
    186     def magic_deco(arg):
--&amp;gt; 187         call = lambda f, *a, **k: f(*a, **k)
    188 
    189         if callable(arg):
&amp;nbsp;
/databricks/python_shell/dbruntime/CondaMagicOverrides.py in pip(self, line)
     26     @line_magic
     27     def pip(self, line):
---&amp;gt; 28         self.condaMagicHandler.runCmd("pip", line)
     29 
     30 
&amp;nbsp;
/databricks/python_shell/dbruntime/CondaMagicOverrides.py in runCmd(self, magicCmd, line)
     47             self.entry_point.restartInterpAfterExecution()
     48         if parsedResult.rewrittenCommand():
---&amp;gt; 49             self.executeCondaCommand(parsedResult)
     50         envState.postExecute(parsedResult)
     51         if parsedResult.isMutation():
&amp;nbsp;
/databricks/python_shell/dbruntime/CondaMagicOverrides.py in executeCondaCommand(self, result)
     98             sys.stdout.flush()
     99             if returncode != 0:
--&amp;gt; 100                 raise subprocess.CalledProcessError(returncode, origCmd)
    101         finally:
    102             end = time.time()
&amp;nbsp;
CalledProcessError: Command 'pip install /dbfs/FileStore/pypi-libs/my-file.whl --index-url [REDACTED] --verbose' returned non-zero exit status 1.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 22 Jun 2023 15:37:36 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/magic-pip-install-error/m-p/2707#M32</guid>
      <dc:creator>William_Scardua</dc:creator>
      <dc:date>2023-06-22T15:37:36Z</dc:date>
    </item>
    <item>
      <title>Re: Magic Pip Install Error</title>
      <link>https://community.databricks.com/t5/data-engineering/magic-pip-install-error/m-p/2708#M33</link>
      <description>&lt;P&gt;Hi @William Scardua​&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Great to meet you, and thanks for your question! &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Let's see if your peers in the community have an answer to your question. Thanks.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 23 Jun 2023 06:42:58 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/magic-pip-install-error/m-p/2708#M33</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2023-06-23T06:42:58Z</dc:date>
    </item>
    <item>
      <title>Re: Magic Pip Install Error</title>
      <link>https://community.databricks.com/t5/data-engineering/magic-pip-install-error/m-p/63742#M32335</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.databricks.com/t5/user/viewprofilepage/user-id/18319"&gt;@William_Scardua&lt;/a&gt;&amp;nbsp;!&lt;BR /&gt;I'm having the same problem. Did you manage to fix it on your end?&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;</description>
      <pubDate>Thu, 14 Mar 2024 19:51:12 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/magic-pip-install-error/m-p/63742#M32335</guid>
      <dc:creator>Bartosz</dc:creator>
      <dc:date>2024-03-14T19:51:12Z</dc:date>
    </item>
    <item>
      <title>Re: Magic Pip Install Error</title>
      <link>https://community.databricks.com/t5/data-engineering/magic-pip-install-error/m-p/63750#M32336</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.databricks.com/t5/user/viewprofilepage/user-id/18319"&gt;@William_Scardua&lt;/a&gt;&amp;nbsp;!&lt;BR /&gt;I changed the cluster runtime to 10.4 LTS and the error disappeared.&amp;nbsp;&lt;BR /&gt;Just letting you know, maybe it will help you too!&lt;BR /&gt;Cheers!&lt;/P&gt;</description>
      <pubDate>Fri, 15 Mar 2024 00:42:42 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/magic-pip-install-error/m-p/63750#M32336</guid>
      <dc:creator>Bartosz</dc:creator>
      <dc:date>2024-03-15T00:42:42Z</dc:date>
    </item>
  </channel>
</rss>

