<?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: Spatially Enabled Data Frame steps fail at the start in ArcGIS API for Python Questions</title>
    <link>https://community.esri.com/t5/arcgis-api-for-python-questions/spatially-enabled-data-frame-steps-fail-at-the/m-p/864119#M4323</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for this pointer.&amp;nbsp; And for your other post about how to &lt;A _jive_internal="true" href="https://community.esri.com/message/797023-upgrade-jupyter-notebook-to-arcgis-15"&gt;upgrade to 1.5&lt;/A&gt;.&amp;nbsp; Totally missing from Esri documentation.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 09 Nov 2018 12:42:26 GMT</pubDate>
    <dc:creator>DonBarker</dc:creator>
    <dc:date>2018-11-09T12:42:26Z</dc:date>
    <item>
      <title>Spatially Enabled Data Frame steps fail at the start</title>
      <link>https://community.esri.com/t5/arcgis-api-for-python-questions/spatially-enabled-data-frame-steps-fail-at-the/m-p/864117#M4321</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm following the intro steps here:&lt;/P&gt;&lt;P&gt;&lt;A href="https://developers.arcgis.com/python/guide/introduction-to-the-spatially-enabled-dataframe/" rel="nofollow noopener noreferrer" target="_blank"&gt;https://developers.arcgis.com/python/guide/introduction-to-the-spatially-enabled-dataframe/&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I hit a wall right at the start:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;import pandas as pd&lt;BR /&gt;import arcgis&lt;BR /&gt;from arcgis.features import GeoAccessor, GeoSeriesAccessor&lt;/P&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;&lt;SPAN class="" style="color: #b22b31; font-weight: bold;"&gt;ImportError&lt;/SPAN&gt;: cannot import name 'GeoAccessor'

I googled around and found no discussion of this. Can someone help?

Thanks.

&lt;/PRE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 12 Dec 2021 10:43:57 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-python-questions/spatially-enabled-data-frame-steps-fail-at-the/m-p/864117#M4321</guid>
      <dc:creator>Don_Barker</dc:creator>
      <dc:date>2021-12-12T10:43:57Z</dc:date>
    </item>
    <item>
      <title>Re: Spatially Enabled Data Frame steps fail at the start</title>
      <link>https://community.esri.com/t5/arcgis-api-for-python-questions/spatially-enabled-data-frame-steps-fail-at-the/m-p/864118#M4322</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You are running 1.5??&lt;/P&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;&lt;CODE&gt;&lt;SPAN class="keyword token"&gt;import&lt;/SPAN&gt; pandas &lt;SPAN class="keyword token"&gt;as&lt;/SPAN&gt; pd
&lt;SPAN class="keyword token"&gt;import&lt;/SPAN&gt; arcgis
&lt;SPAN class="keyword token"&gt;from&lt;/SPAN&gt; arcgis&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;features &lt;SPAN class="keyword token"&gt;import&lt;/SPAN&gt; GeoAccessor&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt; GeoSeriesAccessor

dir&lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;GeoAccessor&lt;SPAN class="punctuation token"&gt;)&lt;/SPAN&gt;

&lt;SPAN class="punctuation token"&gt;[&lt;/SPAN&gt;&lt;SPAN class="string token"&gt;'__class__'&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt;
 &lt;SPAN class="string token"&gt;'__delattr__'&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt;
 &lt;SPAN class="string token"&gt;'__dict__'&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt;
 &lt;SPAN class="string token"&gt;'__dir__'&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt;

&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;snip&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;&lt;SPAN class="line-numbers-rows"&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 12 Dec 2021 10:44:00 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-python-questions/spatially-enabled-data-frame-steps-fail-at-the/m-p/864118#M4322</guid>
      <dc:creator>DanPatterson_Retired</dc:creator>
      <dc:date>2021-12-12T10:44:00Z</dc:date>
    </item>
    <item>
      <title>Re: Spatially Enabled Data Frame steps fail at the start</title>
      <link>https://community.esri.com/t5/arcgis-api-for-python-questions/spatially-enabled-data-frame-steps-fail-at-the/m-p/864119#M4323</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for this pointer.&amp;nbsp; And for your other post about how to &lt;A _jive_internal="true" href="https://community.esri.com/message/797023-upgrade-jupyter-notebook-to-arcgis-15"&gt;upgrade to 1.5&lt;/A&gt;.&amp;nbsp; Totally missing from Esri documentation.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 09 Nov 2018 12:42:26 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-python-questions/spatially-enabled-data-frame-steps-fail-at-the/m-p/864119#M4323</guid>
      <dc:creator>DonBarker</dc:creator>
      <dc:date>2018-11-09T12:42:26Z</dc:date>
    </item>
    <item>
      <title>Re: Spatially Enabled Data Frame steps fail at the start</title>
      <link>https://community.esri.com/t5/arcgis-api-for-python-questions/spatially-enabled-data-frame-steps-fail-at-the/m-p/864120#M4324</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;conda install … esri want people to clone … and not to use -no-pin because they have only tested the capabilities at that time with certain modules.&amp;nbsp; I can report the upgrading many packages that are in the 'pinned' file has caused not problems in my install.&amp;nbsp; My installs have all be done in the original installation and not a clone, as have the upgrades.&lt;/P&gt;&lt;P&gt;If you are feeling queasy about what an install may do, you can always use&lt;/P&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;&lt;CODE&gt;conda install blahblah --dry-run&amp;nbsp; # or
conda update blahblah --dry-run&lt;SPAN class="line-numbers-rows"&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;It just shows you what 'would' occur during the process so you can check for yourself. prior to committing&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 12 Dec 2021 10:44:03 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-python-questions/spatially-enabled-data-frame-steps-fail-at-the/m-p/864120#M4324</guid>
      <dc:creator>DanPatterson_Retired</dc:creator>
      <dc:date>2021-12-12T10:44:03Z</dc:date>
    </item>
    <item>
      <title>Re: Spatially Enabled Data Frame steps fail at the start</title>
      <link>https://community.esri.com/t5/arcgis-api-for-python-questions/spatially-enabled-data-frame-steps-fail-at-the/m-p/864121#M4325</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes, thanks for the Q and As - I was&amp;nbsp;struggling with the same issue and wasn't clear on how to get up to 1.5, but this thread got me on the right path. For now I've gone down the &lt;A href="http://pro.arcgis.com/en/pro-app/arcpy/get-started/what-is-conda.htm#ESRI_SECTION1_175473E6EB0D46E0B195996EAE768C1D"&gt;clone route&lt;/A&gt;, and just updating that using package manager from within Pro on the basis that I don't yet fall into the "&lt;SPAN style="background-color: #ffffff;"&gt;sortof know what you are doing" category, as Dan puts it&amp;nbsp;in his &lt;A _jive_internal="true" href="https://community.esri.com/blogs/dan_patterson/2018/07/01/arcgis-pro-your-conda-environments"&gt;blog post&lt;/A&gt;!&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers,&amp;nbsp;&lt;/P&gt;&lt;P&gt;A.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 11 Jan 2019 17:39:47 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-python-questions/spatially-enabled-data-frame-steps-fail-at-the/m-p/864121#M4325</guid>
      <dc:creator>AndyFairbairn</dc:creator>
      <dc:date>2019-01-11T17:39:47Z</dc:date>
    </item>
    <item>
      <title>Re: Spatially Enabled Data Frame steps fail at the start</title>
      <link>https://community.esri.com/t5/arcgis-api-for-python-questions/spatially-enabled-data-frame-steps-fail-at-the/m-p/864122#M4326</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Andy... more on cloning now that 2.3 is soon to be released&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.esri.com/blogs/dan_patterson/2018/12/28/clone"&gt;/blogs/dan_patterson/2018/12/28/clone&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 11 Jan 2019 17:55:59 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-python-questions/spatially-enabled-data-frame-steps-fail-at-the/m-p/864122#M4326</guid>
      <dc:creator>DanPatterson_Retired</dc:creator>
      <dc:date>2019-01-11T17:55:59Z</dc:date>
    </item>
    <item>
      <title>Re: Spatially Enabled Data Frame steps fail at the start</title>
      <link>https://community.esri.com/t5/arcgis-api-for-python-questions/spatially-enabled-data-frame-steps-fail-at-the/m-p/864123#M4327</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Dan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 Jan 2019 09:27:23 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-python-questions/spatially-enabled-data-frame-steps-fail-at-the/m-p/864123#M4327</guid>
      <dc:creator>AndyFairbairn</dc:creator>
      <dc:date>2019-01-14T09:27:23Z</dc:date>
    </item>
  </channel>
</rss>

