<?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: Fiona not working from ArcPro in ArcGIS Pro Questions</title>
    <link>https://community.esri.com/t5/arcgis-pro-questions/fiona-not-working-from-arcpro/m-p/542016#M23827</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I can see that the packages are installed, but when I try to import them in my notebook I'm getting the same error:&lt;/P&gt;&lt;P&gt;&lt;IMG class="image-5 jive-image" src="https://community.esri.com/legacyfs/online/497232_pastedImage_5.png" /&gt;&lt;/P&gt;&lt;P&gt;Does it seem like there's a different problem? When I search for this error I see a lot of people discussing other packages interfering with each other. I'm sharing my package list in case any conflicts pop out?&lt;/P&gt;&lt;P&gt;&lt;IMG class="image-6 jive-image" src="https://community.esri.com/legacyfs/online/497262_pastedImage_6.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG class="image-2 jive-image" src="https://community.esri.com/legacyfs/online/497229_pastedImage_2.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG class="image-3 jive-image" src="https://community.esri.com/legacyfs/online/497230_pastedImage_3.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG class="jive-image image-4" src="https://community.esri.com/legacyfs/online/497231_pastedImage_4.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 19 Jun 2020 16:23:15 GMT</pubDate>
    <dc:creator>WendyDorman</dc:creator>
    <dc:date>2020-06-19T16:23:15Z</dc:date>
    <item>
      <title>Fiona not working from ArcPro</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/fiona-not-working-from-arcpro/m-p/542012#M23823</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I installed fiona into an environment in ArcPro and then launched it from Anaconda using Jupyter notebook. When I try to import it I get an import error. This error is being discussed on gis.stackexchange &lt;A href="https://gis.stackexchange.com/questions/359070/installing-fiona-into-cloned-conda-environment-in-arcgis-pro-gives-importerror/362954#362954"&gt;here&lt;/A&gt;. Their workaround was to downgrade Fiona to version 1.8.4, but I'm working from an updated version of Pro that doesn't give an option to downgrade the package.&lt;/P&gt;&lt;P&gt;&lt;IMG alt="" class="jive-emoji image-1 jive-image j-img-original" src="https://community.esri.com/legacyfs/online/493464_Capture.PNG" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="link-titled" href="https://gis.stackexchange.com/questions/359070/arcgis-pro-and-fiona-importerror/362954#362954" title="https://gis.stackexchange.com/questions/359070/arcgis-pro-and-fiona-importerror/362954#362954"&gt;python - Installing Fiona into cloned conda environment in ArcGIS Pro gives ImportError - Geographic Information Systems…&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 May 2020 15:46:31 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/fiona-not-working-from-arcpro/m-p/542012#M23823</guid>
      <dc:creator>WendyDorman</dc:creator>
      <dc:date>2020-05-26T15:46:31Z</dc:date>
    </item>
    <item>
      <title>Re: Fiona not working from ArcPro</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/fiona-not-working-from-arcpro/m-p/542013#M23824</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You have to do this through conda... If you are familiar with it...&amp;nbsp;&lt;/P&gt;&lt;P&gt;dry run, check, if ok, remove the dry-run&lt;/P&gt;&lt;P&gt;--no-pin is to remove esri's parental controls&lt;/P&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;&lt;CODE&gt;&lt;SPAN class="comment token"&gt;# ---- first do a dry run to see what is going to happen&lt;/SPAN&gt;

conda install fiona&lt;SPAN class="operator token"&gt;=&lt;/SPAN&gt;&lt;SPAN class="number token"&gt;1.18&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;&lt;SPAN class="number token"&gt;4&lt;/SPAN&gt; &lt;SPAN class="operator token"&gt;-&lt;/SPAN&gt;&lt;SPAN class="operator token"&gt;-&lt;/SPAN&gt;no&lt;SPAN class="operator token"&gt;-&lt;/SPAN&gt;pin &lt;SPAN class="operator token"&gt;-&lt;/SPAN&gt;&lt;SPAN class="operator token"&gt;-&lt;/SPAN&gt;dry&lt;SPAN class="operator token"&gt;-&lt;/SPAN&gt;run

&lt;SPAN class="comment token"&gt;# ---- Then if everything looks fine,&lt;/SPAN&gt;

conda install fiona&lt;SPAN class="operator token"&gt;=&lt;/SPAN&gt;&lt;SPAN class="number token"&gt;1.18&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;&lt;SPAN class="number token"&gt;4&lt;/SPAN&gt; &lt;SPAN class="operator token"&gt;-&lt;/SPAN&gt;&lt;SPAN class="operator token"&gt;-&lt;/SPAN&gt;no&lt;SPAN class="operator token"&gt;-&lt;/SPAN&gt;pin&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;/CODE&gt;&lt;/PRE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 11 Dec 2021 23:29:55 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/fiona-not-working-from-arcpro/m-p/542013#M23824</guid>
      <dc:creator>DanPatterson</dc:creator>
      <dc:date>2021-12-11T23:29:55Z</dc:date>
    </item>
    <item>
      <title>Re: Fiona not working from ArcPro</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/fiona-not-working-from-arcpro/m-p/542014#M23825</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This seemed to work, but then when I had to update another package Fiona stopped working. I tried uninstalling and reinstalling the same way, and now Fiona doesn't seem to be repairable.&amp;nbsp;&lt;IMG __jive_id="497169" class="image-1 jive-image" src="https://community.esri.com/legacyfs/online/497169_pastedImage_1.png" /&gt;&lt;/P&gt;&lt;P&gt;ArcPro released a patch and now you appear to be able to choose Fiona 1.8.4, 1.8.11, and 1.8.13, but none of them are working. When I try installing fiona 1.8.11 from the Anaconda Prompt it says:&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="497170" class="image-2 jive-image" src="https://community.esri.com/legacyfs/online/497170_pastedImage_2.png" /&gt;&lt;/P&gt;&lt;P&gt;ArcPro had installed a different gdal, so I installed gdal 2.3.3, but I get the same error. I noticed the list of packages installed shows:&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="497177" class="image-3 jive-image" src="https://community.esri.com/legacyfs/online/497177_pastedImage_3.png" /&gt;&lt;/P&gt;&lt;P&gt;Is&amp;nbsp;the problem be that it's expecting gdal=2.3.3=arcgispro_1 and it's getting&amp;nbsp;&lt;SPAN&gt;gdal=2.3.3=arcgispro_11? And if that's the problem,&amp;nbsp;where/how do I change the build number?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;-OR- I notice the version of fiona and geopandas changes in Pro depending on what order you install the packages in. Is there a correct install sequence that would end up with a working environment?&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 Jun 2020 23:17:25 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/fiona-not-working-from-arcpro/m-p/542014#M23825</guid>
      <dc:creator>WendyDorman</dc:creator>
      <dc:date>2020-06-18T23:17:25Z</dc:date>
    </item>
    <item>
      <title>Re: Fiona not working from ArcPro</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/fiona-not-working-from-arcpro/m-p/542015#M23826</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;A class="link-titled" href="https://anaconda.org/Esri/gdal/files" title="https://anaconda.org/Esri/gdal/files"&gt;https://anaconda.org/Esri/gdal/files&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;has ...1 and ...11 versions of tar.bz&lt;/P&gt;&lt;P&gt;from&lt;/P&gt;&lt;P&gt;&lt;A class="link-titled" href="https://anaconda.org/Esri/gdal" title="https://anaconda.org/Esri/gdal"&gt;https://anaconda.org/Esri/gdal&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But I am on Pro 2.6 Beta 1 at present, so my "conda list" won't help&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 Jun 2020 23:26:46 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/fiona-not-working-from-arcpro/m-p/542015#M23826</guid>
      <dc:creator>DanPatterson</dc:creator>
      <dc:date>2020-06-18T23:26:46Z</dc:date>
    </item>
    <item>
      <title>Re: Fiona not working from ArcPro</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/fiona-not-working-from-arcpro/m-p/542016#M23827</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I can see that the packages are installed, but when I try to import them in my notebook I'm getting the same error:&lt;/P&gt;&lt;P&gt;&lt;IMG class="image-5 jive-image" src="https://community.esri.com/legacyfs/online/497232_pastedImage_5.png" /&gt;&lt;/P&gt;&lt;P&gt;Does it seem like there's a different problem? When I search for this error I see a lot of people discussing other packages interfering with each other. I'm sharing my package list in case any conflicts pop out?&lt;/P&gt;&lt;P&gt;&lt;IMG class="image-6 jive-image" src="https://community.esri.com/legacyfs/online/497262_pastedImage_6.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG class="image-2 jive-image" src="https://community.esri.com/legacyfs/online/497229_pastedImage_2.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG class="image-3 jive-image" src="https://community.esri.com/legacyfs/online/497230_pastedImage_3.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG class="jive-image image-4" src="https://community.esri.com/legacyfs/online/497231_pastedImage_4.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 19 Jun 2020 16:23:15 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/fiona-not-working-from-arcpro/m-p/542016#M23827</guid>
      <dc:creator>WendyDorman</dc:creator>
      <dc:date>2020-06-19T16:23:15Z</dc:date>
    </item>
    <item>
      <title>Re: Fiona not working from ArcPro</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/fiona-not-working-from-arcpro/m-p/542017#M23828</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;you have arcgis 1.7.1&amp;nbsp;&lt;/P&gt;&lt;P&gt;the current version is 1.8.1&lt;/P&gt;&lt;P&gt;could be the problem... I don't know the version history&lt;/P&gt;&lt;P&gt;You might have to go fishing on their GitHub site for Issues around fiona, if they are there&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="link-titled" href="https://github.com/Esri/arcgis-python-api" title="https://github.com/Esri/arcgis-python-api"&gt;GitHub - Esri/arcgis-python-api: Documentation and samples for ArcGIS API for Python&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 19 Jun 2020 16:26:02 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/fiona-not-working-from-arcpro/m-p/542017#M23828</guid>
      <dc:creator>DanPatterson</dc:creator>
      <dc:date>2020-06-19T16:26:02Z</dc:date>
    </item>
    <item>
      <title>Re: Fiona not working from ArcPro</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/fiona-not-working-from-arcpro/m-p/542018#M23829</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sorry! Your last solution worked with the new downloads! I just needed to downgrade Fiona to 1.8.4 again. Thank you for your help!!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 19 Jun 2020 16:41:22 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/fiona-not-working-from-arcpro/m-p/542018#M23829</guid>
      <dc:creator>WendyDorman</dc:creator>
      <dc:date>2020-06-19T16:41:22Z</dc:date>
    </item>
    <item>
      <title>Re: Fiona not working from ArcPro</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/fiona-not-working-from-arcpro/m-p/542019#M23830</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Glad you got it to work Wendy&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 19 Jun 2020 16:43:35 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/fiona-not-working-from-arcpro/m-p/542019#M23830</guid>
      <dc:creator>DanPatterson</dc:creator>
      <dc:date>2020-06-19T16:43:35Z</dc:date>
    </item>
  </channel>
</rss>

