<?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: GeoPandas Insall in Get Started Discussions</title>
    <link>https://community.databricks.com/t5/get-started-discussions/geopandas-insall/m-p/65697#M8263</link>
    <description>&lt;P&gt;&lt;a href="https://community.databricks.com/t5/user/viewprofilepage/user-id/616"&gt;@shan_chandra&lt;/a&gt;&amp;nbsp;- I do not have permission in my org to modify any cluster properties etc. Do you know of another way around this? Our internal IT team also do not have a fix for this.&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Sat, 06 Apr 2024 11:14:07 GMT</pubDate>
    <dc:creator>tomos_phillips1</dc:creator>
    <dc:date>2024-04-06T11:14:07Z</dc:date>
    <item>
      <title>GeoPandas Insall</title>
      <link>https://community.databricks.com/t5/get-started-discussions/geopandas-insall/m-p/65609#M8261</link>
      <description>&lt;P&gt;hi,&lt;BR /&gt;&lt;BR /&gt;I cannot install geopandas in my notebook, ive tried all different forms of generic fix, pip installs etc but always get this error:&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;STRONG&gt;&lt;EM&gt;&lt;SPAN class=""&gt;CalledProcessError: &lt;/SPAN&gt;Command 'pip --disable-pip-version-check install geopandas' returned non-zero exit status 1.&lt;/EM&gt;&lt;/STRONG&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;STRONG&gt;&lt;EM&gt;&lt;SPAN class=""&gt;---------------------------------------------------------------------------&lt;/SPAN&gt; &lt;SPAN class=""&gt;CalledProcessError&lt;/SPAN&gt; Traceback (most recent call last) File &lt;SPAN class=""&gt;&amp;lt;command-3215529319294224&amp;gt;, line 3&lt;/SPAN&gt; 1 get_ipython().run_line_magic('pip', 'install folium') 2 get_ipython().run_line_magic('pip', 'install shapely') &lt;SPAN class=""&gt;----&amp;gt; 3&lt;/SPAN&gt; get_ipython().run_line_magic('pip', 'install geopandas') 4 get_ipython().run_line_magic('pip', 'install geopy') 5 get_ipython().run_line_magic('pip', 'install rtree') File &lt;SPAN class=""&gt;/databricks/python/lib/python3.10/site-packages/IPython/core/interactiveshell.py:2369&lt;/SPAN&gt;, in &lt;SPAN class=""&gt;InteractiveShell.run_line_magic&lt;/SPAN&gt;&lt;SPAN class=""&gt;(self, magic_name, line, _stack_depth)&lt;/SPAN&gt; 2367 kwargs['local_ns'] = self.get_local_scope(stack_depth) 2368 &lt;SPAN class=""&gt;with&lt;/SPAN&gt; self.builtin_trap: &lt;SPAN class=""&gt;-&amp;gt; 2369&lt;/SPAN&gt; result = &lt;SPAN class=""&gt;fn&lt;/SPAN&gt;&lt;SPAN class=""&gt;(&lt;/SPAN&gt;&lt;SPAN class=""&gt;*&lt;/SPAN&gt;&lt;SPAN class=""&gt;args&lt;/SPAN&gt;&lt;SPAN class=""&gt;,&lt;/SPAN&gt; &lt;SPAN class=""&gt;*&lt;/SPAN&gt;&lt;SPAN class=""&gt;*&lt;/SPAN&gt;&lt;SPAN class=""&gt;kwargs&lt;/SPAN&gt;&lt;SPAN class=""&gt;)&lt;/SPAN&gt; 2371 # The code below prevents the output from being displayed 2372 # when using magics with decodator @output_can_be_silenced 2373 # when the last Python token in the expression is a ';'. 2374 &lt;SPAN class=""&gt;if&lt;/SPAN&gt; getattr(fn, magic.MAGIC_OUTPUT_CAN_BE_SILENCED, &lt;SPAN class=""&gt;False&lt;/SPAN&gt;&lt;span class="lia-unicode-emoji" title=":disappointed_face:"&gt;😞&lt;/span&gt; File &lt;SPAN class=""&gt;/databricks/python_shell/dbruntime/PipMagicOverrides.py:34&lt;/SPAN&gt;, in &lt;SPAN class=""&gt;PipMagicOverrides.pip&lt;/SPAN&gt;&lt;SPAN class=""&gt;(self, line)&lt;/SPAN&gt; 32 @line_magic 33 &lt;SPAN class=""&gt;def&lt;/SPAN&gt; pip(self, line): &lt;SPAN class=""&gt;---&amp;gt; 34&lt;/SPAN&gt; &lt;SPAN class=""&gt;self&lt;/SPAN&gt;&lt;SPAN class=""&gt;.&lt;/SPAN&gt;&lt;SPAN class=""&gt;pipMagicHandler&lt;/SPAN&gt;&lt;SPAN class=""&gt;.&lt;/SPAN&gt;&lt;SPAN class=""&gt;runCmd&lt;/SPAN&gt;&lt;SPAN class=""&gt;(&lt;/SPAN&gt;&lt;SPAN class=""&gt;"&lt;/SPAN&gt;&lt;SPAN class=""&gt;pip&lt;/SPAN&gt;&lt;SPAN class=""&gt;"&lt;/SPAN&gt;&lt;SPAN class=""&gt;,&lt;/SPAN&gt; &lt;SPAN class=""&gt;line&lt;/SPAN&gt;&lt;SPAN class=""&gt;)&lt;/SPAN&gt; File &lt;SPAN class=""&gt;/databricks/python_shell/dbruntime/PipMagicOverrides.py:60&lt;/SPAN&gt;, in &lt;SPAN class=""&gt;PipMagicHandler.runCmd&lt;/SPAN&gt;&lt;SPAN class=""&gt;(self, magicCmd, line)&lt;/SPAN&gt; 58 print(PYTHON_RESTART_WARNING) 59 &lt;SPAN class=""&gt;if&lt;/SPAN&gt; parsedResult.rewrittenCommand(): &lt;SPAN class=""&gt;---&amp;gt; 60&lt;/SPAN&gt; &lt;SPAN class=""&gt;self&lt;/SPAN&gt;&lt;SPAN class=""&gt;.&lt;/SPAN&gt;&lt;SPAN class=""&gt;executePipCommand&lt;/SPAN&gt;&lt;SPAN class=""&gt;(&lt;/SPAN&gt;&lt;SPAN class=""&gt;parsedResult&lt;/SPAN&gt;&lt;SPAN class=""&gt;)&lt;/SPAN&gt; 61 envManager.postExecute(parsedResult) 62 &lt;SPAN class=""&gt;if&lt;/SPAN&gt; parsedResult.isMutation(): 63 # double print this output is at the end so it is more 64 # likely to be seen File &lt;SPAN class=""&gt;/databricks/python_shell/dbruntime/PipMagicOverrides.py:123&lt;/SPAN&gt;, in &lt;SPAN class=""&gt;PipMagicHandler.executePipCommand&lt;/SPAN&gt;&lt;SPAN class=""&gt;(self, result)&lt;/SPAN&gt; 121 sys.stdout.flush() 122 &lt;SPAN class=""&gt;if&lt;/SPAN&gt; returncode != 0: &lt;SPAN class=""&gt;--&amp;gt; 123&lt;/SPAN&gt; &lt;SPAN class=""&gt;raise&lt;/SPAN&gt; subprocess.CalledProcessError(returncode, origCmd) 124 &lt;SPAN class=""&gt;finally&lt;/SPAN&gt;: 125 end = time.time() &lt;SPAN class=""&gt;CalledProcessError&lt;/SPAN&gt;: Command 'pip --disable-pip-version-check install geopandas' returned non-zero exit status 1.&lt;/EM&gt;&lt;/STRONG&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;STRONG&gt;&lt;EM&gt;note: This error originates from a subprocess, and is likely not a problem with pip. error: subprocess-exited-with-error × Getting requirements to build wheel did not run successfully. │ exit code: 1 ╰─&amp;gt; See above for output. note: This error originates from a subprocess, and is likely not a problem with pip.&lt;/EM&gt;&lt;/STRONG&gt;&lt;BR /&gt;&lt;BR /&gt;Can anyone help me with this issue?&lt;/DIV&gt;&lt;DIV class=""&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV class=""&gt;Thanks.&amp;nbsp;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Fri, 05 Apr 2024 12:49:17 GMT</pubDate>
      <guid>https://community.databricks.com/t5/get-started-discussions/geopandas-insall/m-p/65609#M8261</guid>
      <dc:creator>tomos_phillips1</dc:creator>
      <dc:date>2024-04-05T12:49:17Z</dc:date>
    </item>
    <item>
      <title>Re: GeoPandas Insall</title>
      <link>https://community.databricks.com/t5/get-started-discussions/geopandas-insall/m-p/65634#M8262</link>
      <description>&lt;P&gt;&lt;a href="https://community.databricks.com/t5/user/viewprofilepage/user-id/103274"&gt;@tomos_phillips1&lt;/a&gt;&amp;nbsp;- can you please try install geopandas on a single node cluster. (driver only) ?&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;%pip install geopandas&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 05 Apr 2024 17:23:35 GMT</pubDate>
      <guid>https://community.databricks.com/t5/get-started-discussions/geopandas-insall/m-p/65634#M8262</guid>
      <dc:creator>shan_chandra</dc:creator>
      <dc:date>2024-04-05T17:23:35Z</dc:date>
    </item>
    <item>
      <title>Re: GeoPandas Insall</title>
      <link>https://community.databricks.com/t5/get-started-discussions/geopandas-insall/m-p/65697#M8263</link>
      <description>&lt;P&gt;&lt;a href="https://community.databricks.com/t5/user/viewprofilepage/user-id/616"&gt;@shan_chandra&lt;/a&gt;&amp;nbsp;- I do not have permission in my org to modify any cluster properties etc. Do you know of another way around this? Our internal IT team also do not have a fix for this.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 06 Apr 2024 11:14:07 GMT</pubDate>
      <guid>https://community.databricks.com/t5/get-started-discussions/geopandas-insall/m-p/65697#M8263</guid>
      <dc:creator>tomos_phillips1</dc:creator>
      <dc:date>2024-04-06T11:14:07Z</dc:date>
    </item>
    <item>
      <title>Re: GeoPandas Insall</title>
      <link>https://community.databricks.com/t5/get-started-discussions/geopandas-insall/m-p/66041#M8264</link>
      <description>&lt;P&gt;&lt;a href="https://community.databricks.com/t5/user/viewprofilepage/user-id/103274"&gt;@tomos_phillips1&lt;/a&gt;&amp;nbsp;- can you please raise a support ticket with Databricks support team to triage this further?&lt;/P&gt;</description>
      <pubDate>Wed, 10 Apr 2024 20:11:36 GMT</pubDate>
      <guid>https://community.databricks.com/t5/get-started-discussions/geopandas-insall/m-p/66041#M8264</guid>
      <dc:creator>shan_chandra</dc:creator>
      <dc:date>2024-04-10T20:11:36Z</dc:date>
    </item>
    <item>
      <title>Re: GeoPandas Insall</title>
      <link>https://community.databricks.com/t5/get-started-discussions/geopandas-insall/m-p/67049#M8265</link>
      <description>&lt;P&gt;&lt;a href="https://community.databricks.com/t5/user/viewprofilepage/user-id/616"&gt;@shan_chandra&lt;/a&gt;&amp;nbsp;- Doesn't work for me in Driver Only Cluster as well&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="vbvasa_0-1713870495139.png" style="width: 400px;"&gt;&lt;img src="https://community.databricks.com/t5/image/serverpage/image-id/7191i1000407276C0F29D/image-size/medium/is-moderation-mode/true?v=v2&amp;amp;px=400" role="button" title="vbvasa_0-1713870495139.png" alt="vbvasa_0-1713870495139.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 23 Apr 2024 11:08:37 GMT</pubDate>
      <guid>https://community.databricks.com/t5/get-started-discussions/geopandas-insall/m-p/67049#M8265</guid>
      <dc:creator>vbvasa</dc:creator>
      <dc:date>2024-04-23T11:08:37Z</dc:date>
    </item>
    <item>
      <title>Re: GeoPandas Insall</title>
      <link>https://community.databricks.com/t5/get-started-discussions/geopandas-insall/m-p/67080#M8266</link>
      <description>&lt;P&gt;&lt;a href="https://community.databricks.com/t5/user/viewprofilepage/user-id/103274"&gt;@tomos_phillips1&lt;/a&gt;&amp;nbsp;&lt;a href="https://community.databricks.com/t5/user/viewprofilepage/user-id/616"&gt;@shan_chandra&lt;/a&gt;&amp;nbsp;&lt;BR /&gt;Got the below init script from Databricks Support. Worked for us in Databricks AWS Env.&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;dbutils.fs.put("/databricks/scripts/libinstall.sh","""&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;#!/bin/bash&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;sudo rm -r /var/lib/apt/lists/*&amp;nbsp;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;sudo apt clean &amp;amp;&amp;amp;&amp;nbsp;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;sudo apt update --fix-missing -y &amp;amp;&amp;amp;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;sudo apt install -y libmysqlclient21&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;sudo apt install -y libgdal-dev&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;""", True)&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 23 Apr 2024 14:11:18 GMT</pubDate>
      <guid>https://community.databricks.com/t5/get-started-discussions/geopandas-insall/m-p/67080#M8266</guid>
      <dc:creator>vbvasa</dc:creator>
      <dc:date>2024-04-23T14:11:18Z</dc:date>
    </item>
    <item>
      <title>Re: GeoPandas Insall</title>
      <link>https://community.databricks.com/t5/get-started-discussions/geopandas-insall/m-p/88914#M8268</link>
      <description>&lt;P&gt;I have been having this issue also. Conda may well be better, but how do you use conda in databricks? From what I can see the only ways are to either use runtime 7.3 or below or use completely new type of container. Those are not feasible.&lt;/P&gt;</description>
      <pubDate>Fri, 06 Sep 2024 18:26:40 GMT</pubDate>
      <guid>https://community.databricks.com/t5/get-started-discussions/geopandas-insall/m-p/88914#M8268</guid>
      <dc:creator>brian999</dc:creator>
      <dc:date>2024-09-06T18:26:40Z</dc:date>
    </item>
    <item>
      <title>Re: GeoPandas Insall</title>
      <link>https://community.databricks.com/t5/get-started-discussions/geopandas-insall/m-p/88915#M8269</link>
      <description>&lt;P&gt;Thanks so much for this it worked for me!&lt;/P&gt;</description>
      <pubDate>Fri, 06 Sep 2024 18:32:42 GMT</pubDate>
      <guid>https://community.databricks.com/t5/get-started-discussions/geopandas-insall/m-p/88915#M8269</guid>
      <dc:creator>brian999</dc:creator>
      <dc:date>2024-09-06T18:32:42Z</dc:date>
    </item>
    <item>
      <title>Re: GeoPandas Insall</title>
      <link>https://community.databricks.com/t5/get-started-discussions/geopandas-insall/m-p/88917#M8270</link>
      <description>&lt;P&gt;&lt;a href="https://community.databricks.com/t5/user/viewprofilepage/user-id/102604"&gt;@brian999&lt;/a&gt;&amp;nbsp;- Conda is subjected to commercial licensing. Referenced here:&amp;nbsp; &lt;A href="https://docs.databricks.com/en/archive/legacy/conda.html" target="_blank"&gt;https://docs.databricks.com/en/archive/legacy/conda.html&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 06 Sep 2024 19:29:37 GMT</pubDate>
      <guid>https://community.databricks.com/t5/get-started-discussions/geopandas-insall/m-p/88917#M8270</guid>
      <dc:creator>shan_chandra</dc:creator>
      <dc:date>2024-09-06T19:29:37Z</dc:date>
    </item>
    <item>
      <title>Re: GeoPandas Insall</title>
      <link>https://community.databricks.com/t5/get-started-discussions/geopandas-insall/m-p/88919#M8271</link>
      <description>&lt;P&gt;As i said in my comment and it says on the page you just sent:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Important&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;%conda&amp;nbsp;commands are deprecated, and are supported only for Databricks Runtime 7.3 LTS ML. Databricks recommends using&amp;nbsp;%pip&amp;nbsp;for managing notebook-scoped libraries. If you require Python libraries that can only be installed using conda, you can use&amp;nbsp;&lt;A href="https://github.com/databricks/containers/tree/master/ubuntu/python-conda" target="_blank" rel="noopener"&gt;conda-based&lt;/A&gt;&amp;nbsp;docker containers to pre-install the libraries you need.&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;This is not at all a feasible way to use conda.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 06 Sep 2024 19:42:13 GMT</pubDate>
      <guid>https://community.databricks.com/t5/get-started-discussions/geopandas-insall/m-p/88919#M8271</guid>
      <dc:creator>brian999</dc:creator>
      <dc:date>2024-09-06T19:42:13Z</dc:date>
    </item>
  </channel>
</rss>

