<?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: Unable to upgrade cloned environment at 3.2 in Python Questions</title>
    <link>https://community.esri.com/t5/python-questions/unable-to-upgrade-cloned-environment-at-3-2/m-p/1360393#M69406</link>
    <description>&lt;P&gt;Adding another one....&lt;/P&gt;&lt;P&gt;So I nuked the old environment and created a new one. All is well. However, now in VS code I can't get it to recognize the new environment.&amp;nbsp;&lt;/P&gt;&lt;P data-unlink="true"&gt;I've been attempting to follow the steps outlined by you (Brian) &lt;A href="https://community.esri.com/t5/python-questions/trying-to-configure-arcgis-pro-arcpy-vs-code-but/m-p/1220814#M65823" target="_self"&gt;here&lt;/A&gt; but I can't get I can't get the command prompt to recognize conda.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="SFM_TravisBott_0-1702486662228.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/88900iC9163793EF7397A5/image-size/medium?v=v2&amp;amp;px=400" role="button" title="SFM_TravisBott_0-1702486662228.png" alt="SFM_TravisBott_0-1702486662228.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Wed, 13 Dec 2023 16:57:47 GMT</pubDate>
    <dc:creator>SFM_TravisBott</dc:creator>
    <dc:date>2023-12-13T16:57:47Z</dc:date>
    <item>
      <title>Unable to upgrade cloned environment at 3.2</title>
      <link>https://community.esri.com/t5/python-questions/unable-to-upgrade-cloned-environment-at-3-2/m-p/1359879#M69394</link>
      <description>&lt;P&gt;I upgraded to 3.2 in order to access the upgrade arcgis module. However I can't seem to upgrade my previous environment. Is it necessary to create a new clone?&lt;/P&gt;&lt;LI-CODE lang="c"&gt;&amp;gt; "C:\Program Files\ArcGIS\Pro\bin\Python\Scripts\conda-proup.exe" --prefix "C:\Users\tbott\AppData\Local\ESRI\conda\envs\arcgispro-py3-clone" --force  --backup "C:\Users\tbott\AppData\Local\ESRI\conda\envs\arcgispro-py3-clone.tar.bz2"


Collecting packages...
Upgrading environment at 'C:\\Users\\tbott\\AppData\\Local\\ESRI\\conda\\envs\\arcgispro-py3-clone' with backup at C:\Users\tbott\AppData\Local\ESRI\conda\envs\arcgispro-py3-clone.tar.bz2
Detected packages added to environment:
  conda: tabulate geopandas
Traceback (most recent call last):
  File "conda_proup\core.py", line 580, in backup
  File "conda_pack\core.py", line 561, in pack
  File "conda_pack\core.py", line 396, in pack
  File "conda_pack\core.py", line 1095, in add
PermissionError: [Errno 13] Permission denied: 'C:\\Users\\tbott\\AppData\\Local\\ESRI\\conda\\envs\\arcgispro-py3-clone\\Scripts/normalizer.exe'
The above exception was the direct cause of the following exception:
Traceback (most recent call last):
  File "conda_proup\cli.py", line 64, in main
  File "conda_proup\core.py", line 1082, in upgrade
  File "conda_proup\core.py", line 997, in upgrade
  File "conda_proup\core.py", line 583, in backup
Exception: Unable to backup original environment, stopping upgrade.
Backing up environment to C:\Users\tbott\AppData\Local\ESRI\conda\envs\arcgispro-py3-clone.tar.bz2
Collecting packages...
Packing environment at 'C:\\Users\\tbott\\AppData\\Local\\ESRI\\conda\\envs\\arcgispro-py3-clone' to 'C:\\Users\\tbott\\AppData\\Local\\ESRI\\conda\\envs\\arcgispro-py3-clone.tar.bz2&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm getting a 'Permission denied.' I don't have admin rights on my machine but this should be an issue. I was able to clone the environment previously and manipulate packages as necessary.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Attempting to do so at the command line doesn't seem to like the syntax of the &lt;A href="https://pro.arcgis.com/en/pro-app/latest/arcpy/get-started/upgrade-an-environment.htm" target="_self"&gt;provided code&lt;/A&gt;.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 12 Dec 2023 19:48:26 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/unable-to-upgrade-cloned-environment-at-3-2/m-p/1359879#M69394</guid>
      <dc:creator>SFM_TravisBott</dc:creator>
      <dc:date>2023-12-12T19:48:26Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to upgrade cloned environment at 3.2</title>
      <link>https://community.esri.com/t5/python-questions/unable-to-upgrade-cloned-environment-at-3-2/m-p/1360086#M69400</link>
      <description>&lt;P&gt;Well, it's saying it cannot write this file, so starting there,&lt;/P&gt;&lt;LI-CODE lang="c"&gt;C:\\Users\\tbott\\AppData\\Local\\ESRI\\conda\\envs\\arcgispro-py3-clone.tar.bz2&lt;/LI-CODE&gt;&lt;P&gt;The first thing I would do is make sure there is not already a file there by that name and if there is, delete it. If you can't delete it, try to rename it. Make sure you can write into that folder too (e.g. create a doc and delete it)&lt;/P&gt;&lt;P&gt;The proup tool does a tar backup of an existing env, gets a list of packages installed in it, nukes the existing env and then builds a new one with the same name and adds your packages into it.&lt;/P&gt;&lt;P&gt;I am not comfortable letting Esri's closed source tool nuke environments that I built. It's slow, and I can't see what it's doing (except when it makes a mistake and crashes.) (Too bad they took away the open source version.) (Is there a "prodown" tool to run if the proup tool leaves you with no working env??)&lt;/P&gt;&lt;P&gt;My thought is you can very easily build a new clean environment, test it, and if it works, and you need space, then nuke the old one once you are sure the new one works and you don't need the old one any more.&lt;/P&gt;&lt;LI-CODE lang="c"&gt;conda create -c esri -c forge -n pro32 python=3.9 arcpy arcgis
conda activate pro32

Add more tools, for example

conda install geopandas&lt;/LI-CODE&gt;&lt;P&gt;Of course if there are other packages you installed yourself such as geopandas so you'd need to do that. I keep conda environments with each of the projects I use them with and document what packages I need to add.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 12 Dec 2023 23:07:19 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/unable-to-upgrade-cloned-environment-at-3-2/m-p/1360086#M69400</guid>
      <dc:creator>Brian_Wilson</dc:creator>
      <dc:date>2023-12-12T23:07:19Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to upgrade cloned environment at 3.2</title>
      <link>https://community.esri.com/t5/python-questions/unable-to-upgrade-cloned-environment-at-3-2/m-p/1360101#M69402</link>
      <description>&lt;P&gt;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/403473"&gt;@Brian_Wilson&lt;/a&gt;&amp;nbsp;Thanks for the reply.&amp;nbsp;&lt;/P&gt;&lt;P&gt;I did check to see if that file already exists (I promise I read my error message before posting this!). None existed. I can also write to this location (which is a concern, as I do not have full administrative rights on my machine).&amp;nbsp;&lt;/P&gt;&lt;P&gt;I created a new clone with the exact same name/location as the environment I can't update using the Pro tool, wondering if it would overwrite it. The cloning seemed to work fine and I can now interact with that environment using Pro's GUI. However, the crux package that I needed updated (arcgis, to 2.2) doesn't appear to be updated.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 13 Dec 2023 00:05:34 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/unable-to-upgrade-cloned-environment-at-3-2/m-p/1360101#M69402</guid>
      <dc:creator>SFM_TravisBott</dc:creator>
      <dc:date>2023-12-13T00:05:34Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to upgrade cloned environment at 3.2</title>
      <link>https://community.esri.com/t5/python-questions/unable-to-upgrade-cloned-environment-at-3-2/m-p/1360388#M69405</link>
      <description>&lt;P&gt;Ah interesting. I picked an old environment and tried "conda update arcgis" and it said&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="c"&gt;The following packages will be UPDATED:

  arcgis                                    2.1.0.2-py39_14 --&amp;gt; 2.1.0.3-py39_10
  ca-certificates                      2023.7.22-h56e8100_0 --&amp;gt; 2023.11.17-h56e8100_0
  certifi                            2023.7.22-pyhd8ed1ab_0 --&amp;gt; 2023.11.17-pyhd8ed1ab_0&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;That's disappointing.&amp;nbsp; Also the fact that it wants to downgrade the Python package. I tried this,&lt;/P&gt;&lt;P&gt;conda install&amp;nbsp; 'arcgis&amp;gt;=2.2'&lt;/P&gt;&lt;P&gt;it gave it its best shot but failed. I think what happens is that in a given environment, python is pinned. That means it can't be updated to a newer version. I tried the version that installed with my "create" command.&lt;/P&gt;&lt;P&gt;conda install python=3.9.18&lt;/P&gt;&lt;P&gt;This caused it to complain about openssl versions, so I thought maybe I can remove the errant package with "conda remove openssl", that triggered downgrades to things like arcpy 1.6, I pressed on in the interest of science, and there were too many other errors and incompatibilities. It could not go on.&lt;/P&gt;&lt;P&gt;Just build a fresh environment, it's easy!&lt;/P&gt;&lt;P&gt;I am learning why the tools that Esri provides have such a hard time doing what we want. They'd often be better off just writing docs for the standard conda tools than trying to hide the complexity inside blackboxes.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 13 Dec 2023 16:55:38 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/unable-to-upgrade-cloned-environment-at-3-2/m-p/1360388#M69405</guid>
      <dc:creator>Brian_Wilson</dc:creator>
      <dc:date>2023-12-13T16:55:38Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to upgrade cloned environment at 3.2</title>
      <link>https://community.esri.com/t5/python-questions/unable-to-upgrade-cloned-environment-at-3-2/m-p/1360393#M69406</link>
      <description>&lt;P&gt;Adding another one....&lt;/P&gt;&lt;P&gt;So I nuked the old environment and created a new one. All is well. However, now in VS code I can't get it to recognize the new environment.&amp;nbsp;&lt;/P&gt;&lt;P data-unlink="true"&gt;I've been attempting to follow the steps outlined by you (Brian) &lt;A href="https://community.esri.com/t5/python-questions/trying-to-configure-arcgis-pro-arcpy-vs-code-but/m-p/1220814#M65823" target="_self"&gt;here&lt;/A&gt; but I can't get I can't get the command prompt to recognize conda.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="SFM_TravisBott_0-1702486662228.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/88900iC9163793EF7397A5/image-size/medium?v=v2&amp;amp;px=400" role="button" title="SFM_TravisBott_0-1702486662228.png" alt="SFM_TravisBott_0-1702486662228.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 13 Dec 2023 16:57:47 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/unable-to-upgrade-cloned-environment-at-3-2/m-p/1360393#M69406</guid>
      <dc:creator>SFM_TravisBott</dc:creator>
      <dc:date>2023-12-13T16:57:47Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to upgrade cloned environment at 3.2</title>
      <link>https://community.esri.com/t5/python-questions/unable-to-upgrade-cloned-environment-at-3-2/m-p/1360409#M69407</link>
      <description>&lt;P&gt;Indeed. Something else screwy is going on and I lack the savvy to easily get at it.&amp;nbsp;&lt;/P&gt;&lt;P&gt;I created a new environment which has a near-identical path to the old one. When I go to select it as my new python interpreter in VS code I'm warned that it's 'identified as a Conda environment even though Conda not found.' But earlier in the initialization it finds its way to&amp;nbsp;&lt;/P&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;~\.conda\Scripts\conda.exe info --json&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;just fine.&amp;nbsp;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Wed, 13 Dec 2023 17:05:02 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/unable-to-upgrade-cloned-environment-at-3-2/m-p/1360409#M69407</guid>
      <dc:creator>SFM_TravisBott</dc:creator>
      <dc:date>2023-12-13T17:05:02Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to upgrade cloned environment at 3.2</title>
      <link>https://community.esri.com/t5/python-questions/unable-to-upgrade-cloned-environment-at-3-2/m-p/1361194#M69416</link>
      <description>&lt;P&gt;I've succeeded in breaking my setup while I look at this. &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt; Hmmm...&lt;/P&gt;</description>
      <pubDate>Thu, 14 Dec 2023 22:02:06 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/unable-to-upgrade-cloned-environment-at-3-2/m-p/1361194#M69416</guid>
      <dc:creator>Brian_Wilson</dc:creator>
      <dc:date>2023-12-14T22:02:06Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to upgrade cloned environment at 3.2</title>
      <link>https://community.esri.com/t5/python-questions/unable-to-upgrade-cloned-environment-at-3-2/m-p/1366016#M69531</link>
      <description>&lt;P&gt;I'm having the same issues. I cloned my environment and then proceeded to 'Update All' but it didn't work.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thus, I had to do the updates one by one. Yet, there are a few with a 'Lock' symbol (e.g., arcgis, matplotlib, notebook, etc.) that refuse to update.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="LockModule.PNG" style="width: 200px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/90436iCE4820A68F9336B0/image-size/small?v=v2&amp;amp;px=200" role="button" title="LockModule.PNG" alt="LockModule.PNG" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;For those of you running Python scripts (ArcPro 3.2.1) on Task Scheduler, don't forget to clone your new environment so that your tasks can run as desired.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Here are examples of the updates:&amp;nbsp;&lt;/P&gt;&lt;BLOCKQUOTE&gt;&lt;P&gt;- azure-core&lt;BR /&gt;The following packages will be downloaded:&lt;BR /&gt;package | build&lt;BR /&gt;---------------------------|-----------------&lt;BR /&gt;azure-core-1.29.5 | py39haa95532_0 197 KB&lt;BR /&gt;brotli-python-1.0.9 | py39hd77b12b_7 309 KB&lt;BR /&gt;cffi-1.16.0 | py39h2bbff1b_0 242 KB&lt;BR /&gt;cryptography-41.0.7 | py39h89fc84f_0 1.1 MB&lt;BR /&gt;typing-extensions-4.7.1 | py39haa95532_0 10 KB&lt;BR /&gt;typing_extensions-4.7.1 | py39haa95532_0 57 KB&lt;BR /&gt;urllib3-1.26.18 | py39haa95532_0 198 KB&lt;BR /&gt;------------------------------------------------------------&lt;BR /&gt;Total: 2.1 MB&lt;BR /&gt;The following NEW packages will be INSTALLED:&lt;BR /&gt;brotli-python pkgs/main/win-64::brotli-python-1.0.9-py39hd77b12b_7&lt;BR /&gt;The following packages will be UPDATED:&lt;BR /&gt;azure-core esri/noarch::azure-core-1.12.0-py_0 --&amp;gt; pkgs/main/win-64::azure-core-1.29.5-py39haa95532_0&lt;BR /&gt;cffi 1.15.1-py39h2bbff1b_3 --&amp;gt; 1.16.0-py39h2bbff1b_0&lt;BR /&gt;cryptography esri::cryptography-41.0.3-py39_2 --&amp;gt; pkgs/main::cryptography-41.0.7-py39h89fc84f_0&lt;BR /&gt;six esri::six-1.16.0-py_0 --&amp;gt; pkgs/main::six-1.16.0-pyhd3eb1b0_1&lt;BR /&gt;typing-extensions 4.3.0-py39haa95532_0 --&amp;gt; 4.7.1-py39haa95532_0&lt;BR /&gt;typing_extensions 4.3.0-py39haa95532_0 --&amp;gt; 4.7.1-py39haa95532_0&lt;BR /&gt;urllib3 1.26.16-py39haa95532_0 --&amp;gt; 1.26.18-py39haa95532_0&lt;BR /&gt;The following packages will be SUPERSEDED by a higher-priority channel:&lt;BR /&gt;win_inet_pton esri::win_inet_pton-1.1.0-py39_0 --&amp;gt; pkgs/main::win_inet_pton-1.1.0-py39haa95532_0&lt;BR /&gt;Downloading and Extracting Packages&lt;BR /&gt;urllib3-1.26.18 | 198 KB | | 0%&lt;BR /&gt;urllib3-1.26.18 | 198 KB | 8 | 8%&lt;BR /&gt;urllib3-1.26.18 | 198 KB | ########## | 100%&lt;BR /&gt;urllib3-1.26.18 | 198 KB | ########## | 100%&lt;BR /&gt;brotli-python-1.0.9 | 309 KB | | 0%&lt;BR /&gt;brotli-python-1.0.9 | 309 KB | ########## | 100%&lt;BR /&gt;brotli-python-1.0.9 | 309 KB | ########## | 100%&lt;BR /&gt;typing_extensions-4. | 57 KB | | 0%&lt;BR /&gt;typing_extensions-4. | 57 KB | ########## | 100%&lt;BR /&gt;typing-extensions-4. | 10 KB | | 0%&lt;BR /&gt;typing-extensions-4. | 10 KB | ########## | 100%&lt;BR /&gt;cffi-1.16.0 | 242 KB | | 0%&lt;BR /&gt;cffi-1.16.0 | 242 KB | ########## | 100%&lt;BR /&gt;cffi-1.16.0 | 242 KB | ########## | 100%&lt;BR /&gt;azure-core-1.29.5 | 197 KB | | 0%&lt;BR /&gt;azure-core-1.29.5 | 197 KB | 8 | 8%&lt;BR /&gt;azure-core-1.29.5 | 197 KB | ########## | 100%&lt;BR /&gt;azure-core-1.29.5 | 197 KB | ########## | 100%&lt;BR /&gt;cryptography-41.0.7 | 1.1 MB | | 0%&lt;BR /&gt;cryptography-41.0.7 | 1.1 MB | ########## | 100%&lt;BR /&gt;cryptography-41.0.7 | 1.1 MB | ########## | 100%&lt;BR /&gt;Preparing transaction: ...working... done&lt;BR /&gt;Verifying transaction: ...working... done&lt;BR /&gt;Executing transaction: ...working... done&lt;BR /&gt;Retrieving notices: ...working... done&lt;/P&gt;&lt;P&gt;****************************&lt;BR /&gt;- azure-storage-blob&lt;BR /&gt;The following packages will be downloaded:&lt;BR /&gt;package | build&lt;BR /&gt;---------------------------|-----------------&lt;BR /&gt;azure-storage-blob-12.19.0 | py39haa95532_0 406 KB&lt;BR /&gt;blinker-1.6.2 | py39haa95532_0 29 KB&lt;BR /&gt;isodate-0.6.1 | py39haa95532_0 50 KB&lt;BR /&gt;msrest-0.7.1 | py39haa95532_0 106 KB&lt;BR /&gt;oauthlib-3.2.2 | py39haa95532_0 209 KB&lt;BR /&gt;pyjwt-2.4.0 | py39haa95532_0 38 KB&lt;BR /&gt;------------------------------------------------------------&lt;BR /&gt;Total: 839 KB&lt;BR /&gt;The following packages will be UPDATED:&lt;BR /&gt;azure-storage-blob esri/noarch::azure-storage-blob-12.8.~ --&amp;gt; pkgs/main/win-64::azure-storage-blob-12.19.0-py39haa95532_0&lt;BR /&gt;blinker 1.4-py39haa95532_0 --&amp;gt; 1.6.2-py39haa95532_0&lt;BR /&gt;isodate esri/noarch::isodate-0.6.0-py_0 --&amp;gt; pkgs/main/win-64::isodate-0.6.1-py39haa95532_0&lt;BR /&gt;msrest esri/noarch::msrest-0.6.21-py_0 --&amp;gt; pkgs/main/win-64::msrest-0.7.1-py39haa95532_0&lt;BR /&gt;oauthlib esri::oauthlib-3.2.0-py39_0 --&amp;gt; pkgs/main::oauthlib-3.2.2-py39haa95532_0&lt;BR /&gt;The following packages will be SUPERSEDED by a higher-priority channel:&lt;BR /&gt;pyjwt esri/noarch::pyjwt-2.4.0-py_1 --&amp;gt; pkgs/main/win-64::pyjwt-2.4.0-py39haa95532_0&lt;BR /&gt;Downloading and Extracting Packages&lt;BR /&gt;msrest-0.7.1 | 106 KB | | 0%&lt;BR /&gt;msrest-0.7.1 | 106 KB | #5 | 15%&lt;BR /&gt;msrest-0.7.1 | 106 KB | ########## | 100%&lt;BR /&gt;msrest-0.7.1 | 106 KB | ########## | 100%&lt;BR /&gt;isodate-0.6.1 | 50 KB | | 0%&lt;BR /&gt;isodate-0.6.1 | 50 KB | ###1 | 32%&lt;BR /&gt;isodate-0.6.1 | 50 KB | ########## | 100%&lt;BR /&gt;oauthlib-3.2.2 | 209 KB | | 0%&lt;BR /&gt;oauthlib-3.2.2 | 209 KB | 7 | 8%&lt;BR /&gt;oauthlib-3.2.2 | 209 KB | ####5 | 46%&lt;BR /&gt;oauthlib-3.2.2 | 209 KB | ########## | 100%&lt;BR /&gt;oauthlib-3.2.2 | 209 KB | ########## | 100%&lt;BR /&gt;pyjwt-2.4.0 | 38 KB | | 0%&lt;BR /&gt;pyjwt-2.4.0 | 38 KB | ########## | 100%&lt;BR /&gt;azure-storage-blob-1 | 406 KB | | 0%&lt;BR /&gt;azure-storage-blob-1 | 406 KB | 3 | 4%&lt;BR /&gt;azure-storage-blob-1 | 406 KB | ###9 | 39%&lt;BR /&gt;azure-storage-blob-1 | 406 KB | ######3 | 63%&lt;BR /&gt;azure-storage-blob-1 | 406 KB | ########2 | 83%&lt;BR /&gt;azure-storage-blob-1 | 406 KB | ########## | 100%&lt;BR /&gt;azure-storage-blob-1 | 406 KB | ########## | 100%&lt;BR /&gt;blinker-1.6.2 | 29 KB | | 0%&lt;BR /&gt;blinker-1.6.2 | 29 KB | ########## | 100%&lt;BR /&gt;Preparing transaction: ...working... done&lt;BR /&gt;Verifying transaction: ...working... done&lt;BR /&gt;Executing transaction: ...working... done&lt;BR /&gt;Retrieving notices: ...working... done&lt;/P&gt;&lt;P&gt;****************************&lt;BR /&gt;- black&lt;BR /&gt;The following packages will be downloaded:&lt;BR /&gt;package | build&lt;BR /&gt;---------------------------|-----------------&lt;BR /&gt;backcall-0.2.0 | pyhd3eb1b0_0 13 KB&lt;BR /&gt;black-23.11.0 | py39haa95532_0 289 KB&lt;BR /&gt;click-8.1.7 | py39haa95532_0 164 KB&lt;BR /&gt;exceptiongroup-1.0.4 | py39haa95532_0 29 KB&lt;BR /&gt;ipython-8.15.0 | py39haa95532_0 1.1 MB&lt;BR /&gt;jedi-0.18.1 | py39haa95532_1 982 KB&lt;BR /&gt;mypy_extensions-1.0.0 | py39haa95532_0 12 KB&lt;BR /&gt;packaging-23.1 | py39haa95532_0 77 KB&lt;BR /&gt;pathspec-0.10.3 | py39haa95532_0 49 KB&lt;BR /&gt;platformdirs-3.10.0 | py39haa95532_0 35 KB&lt;BR /&gt;prompt-toolkit-3.0.36 | py39haa95532_0 565 KB&lt;BR /&gt;prompt_toolkit-3.0.36 | hd3eb1b0_0 5 KB&lt;BR /&gt;pygments-2.15.1 | py39haa95532_1 1.7 MB&lt;BR /&gt;regex-2023.10.3 | py39h2bbff1b_0 326 KB&lt;BR /&gt;stack_data-0.2.0 | pyhd3eb1b0_0 22 KB&lt;BR /&gt;traitlets-5.7.1 | py39haa95532_0 205 KB&lt;BR /&gt;------------------------------------------------------------&lt;BR /&gt;Total: 5.5 MB&lt;BR /&gt;The following NEW packages will be INSTALLED:&lt;BR /&gt;prompt-toolkit pkgs/main/win-64::prompt-toolkit-3.0.36-py39haa95532_0&lt;BR /&gt;The following packages will be UPDATED:&lt;BR /&gt;black esri::black-22.1.0-py39_3 --&amp;gt; pkgs/main::black-23.11.0-py39haa95532_0&lt;BR /&gt;click 8.0.4-py39haa95532_0 --&amp;gt; 8.1.7-py39haa95532_0&lt;BR /&gt;exceptiongroup esri/noarch::exceptiongroup-1.0.0rc9-~ --&amp;gt; pkgs/main/win-64::exceptiongroup-1.0.4-py39haa95532_0&lt;BR /&gt;ipython esri/noarch::ipython-7.34.0-pyhbfea03~ --&amp;gt; pkgs/main/win-64::ipython-8.15.0-py39haa95532_0&lt;BR /&gt;mypy_extensions 0.4.3-py39haa95532_1 --&amp;gt; 1.0.0-py39haa95532_0&lt;BR /&gt;packaging pkgs/main/noarch::packaging-21.3-pyhd~ --&amp;gt; pkgs/main/win-64::packaging-23.1-py39haa95532_0&lt;BR /&gt;pathspec esri/noarch::pathspec-0.9.0-py_0 --&amp;gt; pkgs/main/win-64::pathspec-0.10.3-py39haa95532_0&lt;BR /&gt;platformdirs 2.5.2-py39haa95532_0 --&amp;gt; 3.10.0-py39haa95532_0&lt;BR /&gt;prompt_toolkit esri::prompt_toolkit-3.0.5-py_0 --&amp;gt; pkgs/main::prompt_toolkit-3.0.36-hd3eb1b0_0&lt;BR /&gt;pygments esri/noarch::pygments-2.14.0-py_0 --&amp;gt; pkgs/main/win-64::pygments-2.15.1-py39haa95532_1&lt;BR /&gt;regex 2022.7.9-py39h2bbff1b_0 --&amp;gt; 2023.10.3-py39h2bbff1b_0&lt;BR /&gt;traitlets esri/noarch::traitlets-5.5.0-py_0 --&amp;gt; pkgs/main/win-64::traitlets-5.7.1-py39haa95532_0&lt;BR /&gt;The following packages will be SUPERSEDED by a higher-priority channel:&lt;BR /&gt;backcall esri --&amp;gt; pkgs/main&lt;BR /&gt;jedi esri/noarch::jedi-0.18.2-py_1 --&amp;gt; pkgs/main/win-64::jedi-0.18.1-py39haa95532_1&lt;BR /&gt;stack_data esri::stack_data-0.5.1-py_0 --&amp;gt; pkgs/main::stack_data-0.2.0-pyhd3eb1b0_0&lt;BR /&gt;Downloading and Extracting Packages&lt;BR /&gt;jedi-0.18.1 | 982 KB | | 0%&lt;BR /&gt;jedi-0.18.1 | 982 KB | 1 | 2%&lt;BR /&gt;jedi-0.18.1 | 982 KB | ########## | 100%&lt;BR /&gt;jedi-0.18.1 | 982 KB | ########## | 100%&lt;BR /&gt;packaging-23.1 | 77 KB | | 0%&lt;BR /&gt;packaging-23.1 | 77 KB | ########## | 100%&lt;BR /&gt;packaging-23.1 | 77 KB | ########## | 100%&lt;BR /&gt;pygments-2.15.1 | 1.7 MB | | 0%&lt;BR /&gt;pygments-2.15.1 | 1.7 MB | ########## | 100%&lt;BR /&gt;pygments-2.15.1 | 1.7 MB | ########## | 100%&lt;BR /&gt;pathspec-0.10.3 | 49 KB | | 0%&lt;BR /&gt;pathspec-0.10.3 | 49 KB | ########## | 100%&lt;BR /&gt;pathspec-0.10.3 | 49 KB | ########## | 100%&lt;BR /&gt;backcall-0.2.0 | 13 KB | | 0%&lt;BR /&gt;backcall-0.2.0 | 13 KB | ########## | 100%&lt;BR /&gt;backcall-0.2.0 | 13 KB | ########## | 100%&lt;BR /&gt;stack_data-0.2.0 | 22 KB | | 0%&lt;BR /&gt;stack_data-0.2.0 | 22 KB | ########## | 100%&lt;BR /&gt;ipython-8.15.0 | 1.1 MB | | 0%&lt;BR /&gt;ipython-8.15.0 | 1.1 MB | ########## | 100%&lt;BR /&gt;ipython-8.15.0 | 1.1 MB | ########## | 100%&lt;BR /&gt;platformdirs-3.10.0 | 35 KB | | 0%&lt;BR /&gt;platformdirs-3.10.0 | 35 KB | ########## | 100%&lt;BR /&gt;mypy_extensions-1.0. | 12 KB | | 0%&lt;BR /&gt;mypy_extensions-1.0. | 12 KB | ########## | 100%&lt;BR /&gt;mypy_extensions-1.0. | 12 KB | ########## | 100%&lt;BR /&gt;prompt-toolkit-3.0.3 | 565 KB | | 0%&lt;BR /&gt;prompt-toolkit-3.0.3 | 565 KB | ########## | 100%&lt;BR /&gt;prompt-toolkit-3.0.3 | 565 KB | ########## | 100%&lt;BR /&gt;click-8.1.7 | 164 KB | | 0%&lt;BR /&gt;click-8.1.7 | 164 KB | ########## | 100%&lt;BR /&gt;click-8.1.7 | 164 KB | ########## | 100%&lt;BR /&gt;regex-2023.10.3 | 326 KB | | 0%&lt;BR /&gt;regex-2023.10.3 | 326 KB | ########## | 100%&lt;BR /&gt;black-23.11.0 | 289 KB | | 0%&lt;BR /&gt;black-23.11.0 | 289 KB | ########## | 100%&lt;BR /&gt;black-23.11.0 | 289 KB | ########## | 100%&lt;BR /&gt;prompt_toolkit-3.0.3 | 5 KB | | 0%&lt;BR /&gt;prompt_toolkit-3.0.3 | 5 KB | ########## | 100%&lt;BR /&gt;traitlets-5.7.1 | 205 KB | | 0%&lt;BR /&gt;traitlets-5.7.1 | 205 KB | ########## | 100%&lt;BR /&gt;traitlets-5.7.1 | 205 KB | ########## | 100%&lt;BR /&gt;exceptiongroup-1.0.4 | 29 KB | | 0%&lt;BR /&gt;exceptiongroup-1.0.4 | 29 KB | ########## | 100%&lt;BR /&gt;Preparing transaction: ...working... done&lt;BR /&gt;Verifying transaction: ...working... done&lt;BR /&gt;Executing transaction: ...working... done&lt;BR /&gt;Retrieving notices: ...working... done&lt;/P&gt;&lt;/BLOCKQUOTE&gt;</description>
      <pubDate>Wed, 03 Jan 2024 21:14:40 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/unable-to-upgrade-cloned-environment-at-3-2/m-p/1366016#M69531</guid>
      <dc:creator>Jen_Zumbado-Hannibal</dc:creator>
      <dc:date>2024-01-03T21:14:40Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to upgrade cloned environment at 3.2</title>
      <link>https://community.esri.com/t5/python-questions/unable-to-upgrade-cloned-environment-at-3-2/m-p/1367682#M69574</link>
      <description>&lt;P&gt;I had to upgrade ArcGIS Pro and then create a new clone. It wouldn't let me upgrade the cloned environment afterwards. I stopped investigating as this fixed it and I could move on.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 09 Jan 2024 01:01:47 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/unable-to-upgrade-cloned-environment-at-3-2/m-p/1367682#M69574</guid>
      <dc:creator>SFM_TravisBott</dc:creator>
      <dc:date>2024-01-09T01:01:47Z</dc:date>
    </item>
  </channel>
</rss>

