<?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: ArcGIS Pro 2.2.0 and Python Package Manager in ArcGIS Pro Questions</title>
    <link>https://community.esri.com/t5/arcgis-pro-questions/arcgis-pro-2-2-0-and-python-package-manager/m-p/339466#M14957</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Tim. &lt;BR /&gt;&lt;BR /&gt;Since I'm in the same boat with AppData locked down for my users, and we've all been bloodied bashing our heads against the wall on this for way too long, and I've wasted too much of my own time and agencies money on something that should be so simple and a default in the software, and because I spent my entire weekend last weekend running through test environments to get things to work, let me shed&amp;nbsp;some light on&amp;nbsp;some unofficial workaround options.&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN style="text-decoration: underline;"&gt;3&amp;nbsp; easy options you have&lt;/SPAN&gt;.&lt;BR /&gt;&lt;BR /&gt;&lt;STRONG&gt;Option 1) Add Spyder to the default&amp;nbsp;arcgispro-py3&amp;nbsp;environment&lt;/STRONG&gt; via command prompt (&lt;SPAN style="text-decoration: underline;"&gt;I'd not recommend taking this route unless you are certain that you don't need to clone the default environment for anything else or if you want all your clones to have the same software installed as default (ie spyder)).&lt;/SPAN&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Open Python Command Prompt as Administrator (may require you edit the the actual shortcut, or create a shortcut of your own).&amp;nbsp; Dan has so graciously created a shortcut tutorial for us here:&amp;nbsp;&lt;A href="https://community.esri.com/blogs/dan_patterson/2017/07/01/arcgis-pro-2-creating-desktop-shortcuts"&gt;/blogs/dan_patterson/2017/07/01/arcgis-pro-2-creating-desktop-shortcuts&lt;/A&gt;&amp;nbsp;&lt;/LI&gt;&lt;LI&gt;Once you are up on administrative command prompt install spyder using :&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;conda&amp;nbsp;install spyder&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Option 2) Clone the default&amp;nbsp;arcgispro-py3 environment to a new environment under the the original path and add Spyder to it&amp;nbsp;&lt;/STRONG&gt;using an administrative command prompt (&lt;SPAN style="text-decoration: underline;"&gt;safest option&lt;/SPAN&gt;).&amp;nbsp;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Open Python Command Prompt as administrator same as above.&lt;/LI&gt;&lt;LI&gt;Once you are up on administrative command prompt clone the default environment to the same root path (Pro only recognizes the Local User Directory and the Python Root path) using code similar to the following:&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;conda create --name "C:\Program Files\ArcGIS\Pro\bin\Python\envs\myEnvName --clone arcgispro-py3&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Activate the new environment:&amp;nbsp;&lt;UL&gt;&lt;LI&gt;activate "C:\Program Files\ArcGIS\Pro\bin\Python\envs\myEnvName"&lt;/LI&gt;&lt;/UL&gt;&lt;/LI&gt;&lt;LI&gt;Swap Project Environments in Pro:&lt;UL&gt;&lt;LI&gt;proswap myEnvName&lt;/LI&gt;&lt;/UL&gt;&lt;/LI&gt;&lt;LI&gt;Install spyder&lt;UL&gt;&lt;LI&gt;conda install spyder&lt;/LI&gt;&lt;/UL&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Option 3&lt;/STRONG&gt; (&lt;SPAN style="text-decoration: underline;"&gt;which I went with in the end and am very happy to be using&lt;/SPAN&gt;)) is much trickier but much more elegant and ideal solution for the data scientist,&lt;STRONG&gt; install Anaconda Navigator and go from there&lt;/STRONG&gt;:&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="text-decoration: underline;"&gt;Only attempt this if you are comfortable working with Anaconda&amp;nbsp;outside of ArcGIS Pro as successfully accomplishing this (IE not screwing things up) requires understanding Anacondas installation structure and ArcGIS Pro Installs.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Open Python Command Prompt as administrator same as above.&lt;/LI&gt;&lt;LI&gt;Activate the root environment:&lt;UL&gt;&lt;LI&gt;activate root&lt;/LI&gt;&lt;/UL&gt;&lt;/LI&gt;&lt;LI&gt;Install Anaconda Navigator to root. &lt;SPAN style="text-decoration: underline;"&gt;NOTE THIS WILL SCREW UP YOUR ARCGIS PRO INSTALLATION, SO YOU MUST BE READY TO FIX IT USING A REPAIR OPERATION.&amp;nbsp; If you do this and you break your system that's on you. Test your workflow before moving into production.&lt;/SPAN&gt;&lt;UL&gt;&lt;LI&gt;conda install anaconda-navigator&lt;/LI&gt;&lt;LI&gt;Exit the Python Command Prompt and Open Windows Control Panel.&lt;/LI&gt;&lt;/UL&gt;&lt;/LI&gt;&lt;LI&gt;In Windows Control Panel, Add-Remove Programs &amp;gt; ArcGIS Pro &amp;gt; Repair missing components or corrupt registry settings.&lt;UL&gt;&lt;LI&gt;You need to do this step because installing Anaconda Navigator changes the name of "root" env to "base" env and Pro won't work until that's repaired.&lt;/LI&gt;&lt;/UL&gt;&lt;/LI&gt;&lt;LI&gt;Open Python Command Prompt as administrator same as above.&lt;UL&gt;&lt;LI&gt;activate root&lt;/LI&gt;&lt;/UL&gt;&lt;/LI&gt;&lt;LI&gt;Open Anaconda Navigator from Command Prompt&lt;BR /&gt;&lt;UL&gt;&lt;LI&gt;anaconda-navigator&lt;/LI&gt;&lt;/UL&gt;&lt;/LI&gt;&lt;LI&gt;Once Anaconda Navigator opens go to Environments &amp;gt;&amp;nbsp;arcgispro-py3 &amp;gt; Clone to the environment name of your choice.&lt;UL&gt;&lt;LI&gt;The new environment is fully accessible to Python Package Manager and ArcGIS Pro.&lt;/LI&gt;&lt;/UL&gt;&lt;/LI&gt;&lt;LI&gt;Select your new environment in Navigator and add applications, update packages, or add new features to it.&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Note 1 -&amp;nbsp; if you require Jupyter Lab functionality best to update the ArcGIS Python package to 1.5.0 (can be done in Navigator or at the commandline using "&lt;SPAN style="font-size: 11.0pt; color: #333333; background: #EEEFF0;"&gt;conda install -c esri arcgis")&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 11.0pt; color: #333333; background: #EEEFF0;"&gt;Note 2 - ArcGIS Pro Python Manager locks down changes to every environment under the root install directory, updating and adding packages to all environments you create using these methods requires administrative privileges and must either be done through the command line or Anaconda Navigator.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 11.0pt; color: #333333; background: #EEEFF0;"&gt;&lt;IMG __jive_id="421800" alt="Anaconda Navigator with ArcGIS Pro integration" class="image-1 jive-image j-img-original" src="/legacyfs/online/421800_Anaconda Navigator Integration with ArcGIS Pro.PNG" /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 13 Sep 2018 03:29:42 GMT</pubDate>
    <dc:creator>ErikLash1</dc:creator>
    <dc:date>2018-09-13T03:29:42Z</dc:date>
    <item>
      <title>ArcGIS Pro 2.2.0 and Python Package Manager</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/arcgis-pro-2-2-0-and-python-package-manager/m-p/339376#M14867</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I updated to Pro 2.2.0 today and noticed the &lt;A href="http://pro.arcgis.com/en/pro-app/get-started/whats-new-in-arcgis-pro.htm"&gt;default python environment is now read-only&lt;/A&gt;.&amp;nbsp; The previously downloaded packages I had were wiped out with the new update.&amp;nbsp; I need to get the package, &lt;EM&gt;spyder&lt;/EM&gt;, back into my environment.&amp;nbsp; So, I cloned the arcgispro-py3 environment in order to make the install.&amp;nbsp; &lt;IMG alt="" class="image-1 jive-image" height="401" src="https://community.esri.com/legacyfs/online/412459_Before.PNG" width="650" /&gt;&lt;/P&gt;&lt;P&gt;Notice that the window says, "Restart ArcGIS Pro for your environment changes to take effect."&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So, I clicked 'Exit'.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;After the program restarted, I no longer have a cloned environment to select.&lt;/P&gt;&lt;P&gt;&lt;IMG alt="" class="image-2 jive-image" height="418" src="https://community.esri.com/legacyfs/online/412484_After.PNG" width="644" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can someone please help?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Jun 2018 18:00:14 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/arcgis-pro-2-2-0-and-python-package-manager/m-p/339376#M14867</guid>
      <dc:creator>MitchHolley1</dc:creator>
      <dc:date>2018-06-27T18:00:14Z</dc:date>
    </item>
    <item>
      <title>Re: ArcGIS Pro 2.2.0 and Python Package Manager</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/arcgis-pro-2-2-0-and-python-package-manager/m-p/339377#M14868</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;My Spyder and everything else I had installed was in the update and is functioning.&lt;/P&gt;&lt;P&gt;And yes, the new environment is locked for some reason&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.esri.com/migrated-users/45316"&gt;Kory Kramer&lt;/A&gt;‌&amp;nbsp; can you flag someone to find out why … and cloning is failing miserably based on the number of related posts.&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Jun 2018 18:11:13 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/arcgis-pro-2-2-0-and-python-package-manager/m-p/339377#M14868</guid>
      <dc:creator>DanPatterson_Retired</dc:creator>
      <dc:date>2018-06-27T18:11:13Z</dc:date>
    </item>
    <item>
      <title>Re: ArcGIS Pro 2.2.0 and Python Package Manager</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/arcgis-pro-2-2-0-and-python-package-manager/m-p/339378#M14869</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes, this is critical! Spyder is essential. Maybe it should be added to the default install?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &lt;A href="https://community.esri.com/migrated-users/159379"&gt;Mitch Holley&lt;/A&gt;‌ for starting this thread.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Jun 2018 18:17:54 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/arcgis-pro-2-2-0-and-python-package-manager/m-p/339378#M14869</guid>
      <dc:creator>James_Whitacre</dc:creator>
      <dc:date>2018-06-27T18:17:54Z</dc:date>
    </item>
    <item>
      <title>Re: ArcGIS Pro 2.2.0 and Python Package Manager</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/arcgis-pro-2-2-0-and-python-package-manager/m-p/339379#M14870</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;A href="https://community.esri.com/migrated-users/45316"&gt;Kory Kramer&lt;/A&gt;‌ I have a case opened with support on this. I am able to duplicate the behavior.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Jun 2018 18:40:55 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/arcgis-pro-2-2-0-and-python-package-manager/m-p/339379#M14870</guid>
      <dc:creator>George_Thompson</dc:creator>
      <dc:date>2018-06-27T18:40:55Z</dc:date>
    </item>
    <item>
      <title>Re: ArcGIS Pro 2.2.0 and Python Package Manager</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/arcgis-pro-2-2-0-and-python-package-manager/m-p/339380#M14871</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Bizarre... maybe nothing of mine got 'toasted' was because I was on Beta 2.2.&amp;nbsp; Nothing got removed when I moved from 2.1 to beta 2.2 and everything is in it's place now... except for the fact that the package manager is locked.&lt;/P&gt;&lt;P&gt;I have been using Spyder etc without incident since moving from beta 2.2 to the upgrade 2.2 yesterday&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Jun 2018 18:44:41 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/arcgis-pro-2-2-0-and-python-package-manager/m-p/339380#M14871</guid>
      <dc:creator>DanPatterson_Retired</dc:creator>
      <dc:date>2018-06-27T18:44:41Z</dc:date>
    </item>
    <item>
      <title>Re: ArcGIS Pro 2.2.0 and Python Package Manager</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/arcgis-pro-2-2-0-and-python-package-manager/m-p/339381#M14872</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Seems something is fundamentally wrong with the Conda environment. Did a clean install of Pro and experience the reported behavior from inside Pro, and even a simple create fails from cmd.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Error message" class="image-1 jive-image j-img-original" src="https://community.esri.com/legacyfs/online/412551_snip_20180627233917.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Jun 2018 21:24:35 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/arcgis-pro-2-2-0-and-python-package-manager/m-p/339381#M14872</guid>
      <dc:creator>HåkonDreyer</dc:creator>
      <dc:date>2018-06-27T21:24:35Z</dc:date>
    </item>
    <item>
      <title>Re: ArcGIS Pro 2.2.0 and Python Package Manager</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/arcgis-pro-2-2-0-and-python-package-manager/m-p/339382#M14873</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have the same issue, any suggestions or workarounds would be appreciated.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I can clone the base pro environment or create a new one, and even though they're listed using &lt;SPAN style="font-family: 'courier new', courier, monospace;"&gt;conda env list&lt;/SPAN&gt;, Pro refuses to recognise them.&amp;nbsp; The resulting folder structures look normal, and there isn't a competing Python install or program overriding the path.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Jun 2018 02:51:14 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/arcgis-pro-2-2-0-and-python-package-manager/m-p/339382#M14873</guid>
      <dc:creator>Richard_Stokes</dc:creator>
      <dc:date>2018-06-28T02:51:14Z</dc:date>
    </item>
    <item>
      <title>Re: ArcGIS Pro 2.2.0 and Python Package Manager</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/arcgis-pro-2-2-0-and-python-package-manager/m-p/339383#M14874</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;@Hakon Dreyer,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please note that I already discovered one bug related to path names in the interface of the package manager of Pro 2.2, that may or may not be the root cause of this issue. I posted that with screenshots in this thread:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A _jive_internal="true" href="https://community.esri.com/thread/217056-error-with-toolboxes-in-arcgis-pro-22#comment-781502"&gt;https://community.esri.com/thread/217056-error-with-toolboxes-in-arcgis-pro-22#comment-781502&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Notice how Pro omits the "_" underscore in the path of the "backup" of the Conda environment that Pro 2.2 creates upon install. I could definitely see a wrangled path causing more issues...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Jun 2018 08:09:05 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/arcgis-pro-2-2-0-and-python-package-manager/m-p/339383#M14874</guid>
      <dc:creator>MarcoBoeringa</dc:creator>
      <dc:date>2018-06-28T08:09:05Z</dc:date>
    </item>
    <item>
      <title>Re: ArcGIS Pro 2.2.0 and Python Package Manager</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/arcgis-pro-2-2-0-and-python-package-manager/m-p/339384#M14875</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Same issues occur in my update to ArcGIS Pro 2.2. Wipes out my previously installed packages and dependencies and leaves me with no possibility to clone the existing environment&amp;nbsp;folder. After the update ArcGIS Pro keeps throwing away the path to the cloned environment. This tutorial is then of no use:&amp;nbsp;&lt;A class="link-titled" href="http://pro.arcgis.com/en/pro-app/arcpy/get-started/what-is-conda.htm" title="http://pro.arcgis.com/en/pro-app/arcpy/get-started/what-is-conda.htm"&gt;The Python Package Manager—ArcPy Get Started | ArcGIS Desktop&lt;/A&gt;&amp;nbsp;.&amp;nbsp; It's nice to see that ESRI tries to improve their ArcGIS Pro software, just a shame that they mostly don't manage the updates very well and that there seems to be a high risk of updating their software. It's so enormously time-consuming:-(&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Jun 2018 10:11:01 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/arcgis-pro-2-2-0-and-python-package-manager/m-p/339384#M14875</guid>
      <dc:creator>Andreas_ElmelundHass</dc:creator>
      <dc:date>2018-06-28T10:11:01Z</dc:date>
    </item>
    <item>
      <title>Re: ArcGIS Pro 2.2.0 and Python Package Manager</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/arcgis-pro-2-2-0-and-python-package-manager/m-p/339385#M14876</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I suggest we wait on a comment/resolution/workaround from &lt;A href="https://community.esri.com/migrated-users/2621"&gt;George Thompson&lt;/A&gt;‌ and &lt;A href="https://community.esri.com/migrated-users/45316"&gt;Kory Kramer&lt;/A&gt;‌&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Jun 2018 12:59:13 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/arcgis-pro-2-2-0-and-python-package-manager/m-p/339385#M14876</guid>
      <dc:creator>MitchHolley1</dc:creator>
      <dc:date>2018-06-28T12:59:13Z</dc:date>
    </item>
    <item>
      <title>Re: ArcGIS Pro 2.2.0 and Python Package Manager</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/arcgis-pro-2-2-0-and-python-package-manager/m-p/339386#M14877</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I think some people at ESRI are working overtime right now... hope to see a fix in a&amp;nbsp;2.2.1 release soon.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Jun 2018 13:51:04 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/arcgis-pro-2-2-0-and-python-package-manager/m-p/339386#M14877</guid>
      <dc:creator>MarcoBoeringa</dc:creator>
      <dc:date>2018-06-28T13:51:04Z</dc:date>
    </item>
    <item>
      <title>Re: ArcGIS Pro 2.2.0 and Python Package Manager</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/arcgis-pro-2-2-0-and-python-package-manager/m-p/339387#M14878</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I noticed that when a new env was created, not all the files from the default arcgispro-py3 env were copied over. Therefore I experimented with copying the default env folder directly.&amp;nbsp;I think I found a workaround for getting ArcGIS Pro to recognize the env:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;Copy and paste the default, read-only 'arcgispro-py3' env in 'C:\Program Files\ArcGIS\Pro\bin\Python\envs' to 'C:\Users\[username]\AppData\Local\ESRI\conda\envs'&lt;/LI&gt;&lt;LI&gt;Rename the folder to be unique (e.g. 'arcgispro-py3-username')&lt;/LI&gt;&lt;LI&gt;&lt;SPAN style="text-decoration: line-through;"&gt;Right-click on the folder, click Properties, and uncheck Read-only (not sure if this is necessary, but I did it and it worked...it may still work if this step is skipped)&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;Open ArcGIS Pro, then Package Manager, and activate the env (Note that a new 'proenv.txt' file is added to the env folder. I am not sure what this does, but it lists the folder of the newly create env.)&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;However, I cannot seem to install the Spyder package (I haven't tried other packages), it seems stuck and won't finish the install. I am wondering if the issue I raised a few weeks ago could be causing issues:&amp;nbsp;&lt;A href="https://community.esri.com/thread/214425"&gt;Why is Spyder 3.2.8 not working with ArcGIS API for Python 1.4.1?&lt;/A&gt;&amp;nbsp;Note that the default env includes ArcGIS API for Python 1.4.1.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any feedback or adjustments on this workaround is appreciated. Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Jun 2018 14:10:15 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/arcgis-pro-2-2-0-and-python-package-manager/m-p/339387#M14878</guid>
      <dc:creator>James_Whitacre</dc:creator>
      <dc:date>2018-06-28T14:10:15Z</dc:date>
    </item>
    <item>
      <title>Re: ArcGIS Pro 2.2.0 and Python Package Manager</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/arcgis-pro-2-2-0-and-python-package-manager/m-p/339388#M14879</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I just got a response from technical support and they are aware of the issue.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My recommendation if for anyone encountering this issue to contact Esri Technical Support and get attached to the defect(s) that apply.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://support.esri.com/en/bugs/nimbus/QlVHLTAwMDExMjE5Mg=="&gt;BUG-000112192 - Unable to activate a new Project Environment using the Python Package Manager&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://support.esri.com/en/bugs/nimbus/QlVHLTAwMDExMTczMg=="&gt;BUG-000111732 - Failed to activate a newly created Python environment in ArcGIS Pro&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Jun 2018 17:13:55 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/arcgis-pro-2-2-0-and-python-package-manager/m-p/339388#M14879</guid>
      <dc:creator>George_Thompson</dc:creator>
      <dc:date>2018-06-28T17:13:55Z</dc:date>
    </item>
    <item>
      <title>Re: ArcGIS Pro 2.2.0 and Python Package Manager</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/arcgis-pro-2-2-0-and-python-package-manager/m-p/339389#M14880</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi James,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for posting this. I can confirm your workaround seems to work. Once I manually copied and renamed the default 'arcgispro-py3' environment to my user profile, I could indeed install new packages and make the change of the environment stick in Pro, instead of being thrown back to the default environment.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So I can now finally get to work.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I did not remove the 'read-only' property of the folder by the way, just copied and attempted to install a new package in the copied environment. You are correct about the 'proenv.txt' being generated as well, I saw that too. I haven't tried to install the Spyder package by the way, I just need pyodbc for now.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Jun 2018 17:40:24 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/arcgis-pro-2-2-0-and-python-package-manager/m-p/339389#M14880</guid>
      <dc:creator>MarcoBoeringa</dc:creator>
      <dc:date>2018-06-28T17:40:24Z</dc:date>
    </item>
    <item>
      <title>Re: ArcGIS Pro 2.2.0 and Python Package Manager</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/arcgis-pro-2-2-0-and-python-package-manager/m-p/339390#M14881</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Marco. I edited my response by crossing out the read-only step.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 Jun 2018 13:26:29 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/arcgis-pro-2-2-0-and-python-package-manager/m-p/339390#M14881</guid>
      <dc:creator>James_Whitacre</dc:creator>
      <dc:date>2018-06-29T13:26:29Z</dc:date>
    </item>
    <item>
      <title>Re: ArcGIS Pro 2.2.0 and Python Package Manager</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/arcgis-pro-2-2-0-and-python-package-manager/m-p/339391#M14882</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Following your suggestion I'm attached.&amp;nbsp; Seems like a show stopper to me; hope the get it fixed pronto!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.esri.com/migrated-users/2621"&gt;George Thompson&lt;/A&gt;‌&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 Jun 2018 14:00:06 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/arcgis-pro-2-2-0-and-python-package-manager/m-p/339391#M14882</guid>
      <dc:creator>JoeBorgione</dc:creator>
      <dc:date>2018-06-29T14:00:06Z</dc:date>
    </item>
    <item>
      <title>Re: ArcGIS Pro 2.2.0 and Python Package Manager</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/arcgis-pro-2-2-0-and-python-package-manager/m-p/339392#M14883</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Maybe if we can get this upvoted, we can have package management AND documentation access to associated packages as the same time.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.esri.com/ideas/14817" target="_blank"&gt;https://community.esri.com/ideas/14817&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;A small patch thanks to Anon (for now) enables this instead of using conda and/or the package manager and/or in conjunction with it&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 Jun 2021 08:30:12 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/arcgis-pro-2-2-0-and-python-package-manager/m-p/339392#M14883</guid>
      <dc:creator>DanPatterson_Retired</dc:creator>
      <dc:date>2021-06-22T08:30:12Z</dc:date>
    </item>
    <item>
      <title>Re: ArcGIS Pro 2.2.0 and Python Package Manager</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/arcgis-pro-2-2-0-and-python-package-manager/m-p/339393#M14884</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;S.W on Beta 2.2 suggested a fix to the conda_api.py script that enabled Anaconda Navigator to be installed and useable.&amp;nbsp; I implemented the fix and cloned the environment using it.&amp;nbsp; About to test... but it is there without any other dance steps.&lt;/P&gt;&lt;P&gt;&lt;IMG alt="" class="image-1 jive-image" height="490" src="https://community.esri.com/legacyfs/online/413042_cloned_environment.png" width="539" /&gt;&lt;/P&gt;&lt;P&gt;I am sure another solution for those that don't need Anaconda Navigator will be found.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Jul 2018 01:33:57 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/arcgis-pro-2-2-0-and-python-package-manager/m-p/339393#M14884</guid>
      <dc:creator>DanPatterson_Retired</dc:creator>
      <dc:date>2018-07-03T01:33:57Z</dc:date>
    </item>
    <item>
      <title>Re: ArcGIS Pro 2.2.0 and Python Package Manager</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/arcgis-pro-2-2-0-and-python-package-manager/m-p/339394#M14885</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Glad to see the beta program is identifying these issues with new functionality and addressing them before release.&amp;nbsp; Oh wait....&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Jul 2018 15:16:34 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/arcgis-pro-2-2-0-and-python-package-manager/m-p/339394#M14885</guid>
      <dc:creator>JoshuaBixby</dc:creator>
      <dc:date>2018-07-04T15:16:34Z</dc:date>
    </item>
    <item>
      <title>Re: ArcGIS Pro 2.2.0 and Python Package Manager</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/arcgis-pro-2-2-0-and-python-package-manager/m-p/339395#M14886</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;just had to install through conda instead of the package manager in Beta... In fact, you can still do it now, there are no roadblocks to conda install anything... but it would be best to have a 'clone' around&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Jul 2018 18:00:19 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/arcgis-pro-2-2-0-and-python-package-manager/m-p/339395#M14886</guid>
      <dc:creator>DanPatterson_Retired</dc:creator>
      <dc:date>2018-07-04T18:00:19Z</dc:date>
    </item>
  </channel>
</rss>

