<?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: Broken Conda Base Environment in ArcGIS Pro Questions</title>
    <link>https://community.esri.com/t5/arcgis-pro-questions/broken-conda-base-environment/m-p/1054601#M40604</link>
    <description>&lt;P&gt;Well, you learned the same lesson I have: don't mix geopandas and Esri stuff. Even having geopandas and the ArcGIS Python API, much less arcpy, in the same env sometimes leads to weird issues that won't resolve easily. If you have to mix them, clone an env for that purpose, just in case it goes pear-shaped on you.&lt;/P&gt;&lt;P&gt;Your single-use license ought to be independent of the program itself, and you should be able to uninstall / reinstall without issue.&lt;/P&gt;</description>
    <pubDate>Wed, 05 May 2021 12:45:40 GMT</pubDate>
    <dc:creator>jcarlson</dc:creator>
    <dc:date>2021-05-05T12:45:40Z</dc:date>
    <item>
      <title>Broken Conda Base Environment</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/broken-conda-base-environment/m-p/1054590#M40603</link>
      <description>&lt;P&gt;I was recently trying to install shapely and geopandas onto my ArcGIS Pro base conda environment (which I now know is a bad idea), but in the process of installing/uninstalling packages, my Python version got upgraded to 3.7.10 and connections to several environments were broken. Now I can't open a project in Pro without an immediate crash, and I can't "conda install --revision 0" because that leads to a bunch of PackagesNotFoundErrors.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Ideally, I would like to get a clean new conda base environment, but failing that, I think my best bet would be to uninstall/reinstall Pro. However, I don't want to do that unless I can be sure I'll be able to do that with my single-use license.&lt;/P&gt;</description>
      <pubDate>Wed, 05 May 2021 12:15:24 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/broken-conda-base-environment/m-p/1054590#M40603</guid>
      <dc:creator>dlund203</dc:creator>
      <dc:date>2021-05-05T12:15:24Z</dc:date>
    </item>
    <item>
      <title>Re: Broken Conda Base Environment</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/broken-conda-base-environment/m-p/1054601#M40604</link>
      <description>&lt;P&gt;Well, you learned the same lesson I have: don't mix geopandas and Esri stuff. Even having geopandas and the ArcGIS Python API, much less arcpy, in the same env sometimes leads to weird issues that won't resolve easily. If you have to mix them, clone an env for that purpose, just in case it goes pear-shaped on you.&lt;/P&gt;&lt;P&gt;Your single-use license ought to be independent of the program itself, and you should be able to uninstall / reinstall without issue.&lt;/P&gt;</description>
      <pubDate>Wed, 05 May 2021 12:45:40 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/broken-conda-base-environment/m-p/1054601#M40604</guid>
      <dc:creator>jcarlson</dc:creator>
      <dc:date>2021-05-05T12:45:40Z</dc:date>
    </item>
    <item>
      <title>Re: Broken Conda Base Environment</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/broken-conda-base-environment/m-p/1054610#M40605</link>
      <description>&lt;P&gt;Uninstall Pro, then rename the remnants of the installation folder by adding _old to it.&amp;nbsp;&lt;/P&gt;&lt;P&gt;There will be remnants of the installation, so don't miss this step.&lt;/P&gt;&lt;P&gt;Similarly, rename the&lt;STRONG&gt; C:\Users\... You ... \AppData\Local\ESRI&amp;nbsp;&lt;/STRONG&gt;by adding &lt;STRONG&gt;_old&lt;/STRONG&gt; to it&lt;/P&gt;&lt;P&gt;Download the *.exe again if you didn't and get ready to install it.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Run the *.exe.&amp;nbsp; and it will produce a *.msi which does the actual installation... keep it if you have to reinstall&lt;/P&gt;&lt;P&gt;Since you are a single user, there is no reason to let it install Pro where it wants.&lt;/P&gt;&lt;P&gt;I use&amp;nbsp;&lt;STRONG&gt;C:\arc_pro&lt;/STRONG&gt; as my installation folder.&lt;/P&gt;&lt;P&gt;Install Pro as the sole user into that folder.&lt;/P&gt;&lt;P&gt;You can install packages into the base environment without issue or revert using&amp;nbsp;&lt;SPAN&gt;conda install --revision 0 if you keep record of what you installed using &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;conda install blah-blah --no-pin --dry-run&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;first.&amp;nbsp; Anything that wants to change what Pro has installed isn't a good idea, nor is it anything that wants to compete with arcpy.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;numpy, Spyder, matplotlib, scipy and any of the stack-related packages can be safely installed and/or upgraded within the base environment.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;If you plan to do the deep-learning stuff you need a cloned environment or better yet, a separate machine and a real reason why you need to use it.... stick to shallow-learning instead &lt;span class="lia-unicode-emoji" title=":winking_face:"&gt;😉&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Save your own environment.yml file when you are done.&amp;nbsp; &lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 05 May 2021 13:13:05 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/broken-conda-base-environment/m-p/1054610#M40605</guid>
      <dc:creator>DanPatterson</dc:creator>
      <dc:date>2021-05-05T13:13:05Z</dc:date>
    </item>
  </channel>
</rss>

