<?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.8 Python Environment not seeing package changes (In-app) in ArcGIS Pro Questions</title>
    <link>https://community.esri.com/t5/arcgis-pro-questions/arcgis-pro-2-8-python-environment-not-seeing/m-p/1061338#M41335</link>
    <description>&lt;P&gt;Oh yeah...for sure switching environments, etc.&amp;nbsp; I had the same thought a couple of times where I was wondering if I was just seeing things.&amp;nbsp; To further answer your questions...&lt;/P&gt;&lt;P&gt;I made 2 different attempts to get the info you requested and/or get Conda to respond like it normally would.&amp;nbsp; In both cases, it the command "conda list" were not recognized commands.&amp;nbsp; Now you and I both know that shouldn't be the case.&amp;nbsp; So I tested it against a VM that I built from the ground up last night to verify/validate.&lt;/P&gt;&lt;P&gt;So...against the work PC running Windows 10 Enterprise 19041.985, I checked the following:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Conda list | "'conda' is not recognized as an internal or external command, operable program or batch file"&lt;/LI&gt;&lt;LI&gt;python.exe -m pip list returns everything you would expect.&lt;/LI&gt;&lt;LI&gt;Visual Studio 2019 recognizes that the python version is a Conda environment.&lt;/LI&gt;&lt;LI&gt;ArcGIS Pro internal work correctly (ie. notebooks, command line, etc.)&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;Against the home PC running Windows 10 Pro for Workstations&amp;nbsp;19042.985, I got the same exact results.&amp;nbsp; Conda was not recognized, but everything else worked as expected.&amp;nbsp; For the sake of sanity, I attached a snapshot of both the ArcGIS Pro and Python windows side by side.&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Oh...last but not least, before I even posted about this, I did uninstall and reinstall the software from the ground up on both machines.&amp;nbsp; I even cleared out the appdata, etc to make sure there were no remnants and that I was starting on a fresh sheet of music.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Capture.PNG" style="width: 832px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/14089i97E27B65867DAA8A/image-size/large?v=v2&amp;amp;px=999" role="button" title="Capture.PNG" alt="Capture.PNG" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Tue, 25 May 2021 14:19:12 GMT</pubDate>
    <dc:creator>John_Spence</dc:creator>
    <dc:date>2021-05-25T14:19:12Z</dc:date>
    <item>
      <title>ArcGIS Pro 2.8 Python Environment not seeing package changes (In-app)</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/arcgis-pro-2-8-python-environment-not-seeing/m-p/1061185#M41317</link>
      <description>&lt;P&gt;Is anyone else seeing some odd behaviors with the custom python environments?&amp;nbsp; I did a full uninstall and started over from scratch just in case.&lt;/P&gt;&lt;P&gt;Issue:&lt;/P&gt;&lt;P&gt;When trying to install a package from within ArcGIS Pro into a custom environment, the package appears to not install.&amp;nbsp; If you do it via command (ie. python.exe -m pip install XXXXX), it works like a champ, but the software does not see the package as having been installed.&lt;/P&gt;&lt;P&gt;If using -m pip install on the command line, the package shows up, is accessible, etc.&amp;nbsp; Typical behaviors one would expected there.&lt;/P&gt;&lt;P&gt;Expected behavior:&lt;/P&gt;&lt;P&gt;Python packages install as they did for 2.7.3 and the interface reflects the change.&lt;/P&gt;</description>
      <pubDate>Mon, 24 May 2021 23:23:09 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/arcgis-pro-2-8-python-environment-not-seeing/m-p/1061185#M41317</guid>
      <dc:creator>John_Spence</dc:creator>
      <dc:date>2021-05-24T23:23:09Z</dc:date>
    </item>
    <item>
      <title>Re: ArcGIS Pro 2.8 Python Environment not seeing package changes (In-app)</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/arcgis-pro-2-8-python-environment-not-seeing/m-p/1061199#M41319</link>
      <description>&lt;P&gt;You are switching into the clone environment through Pro I assume (?)&lt;/P&gt;&lt;P&gt;What does "conda" show for that environment?&lt;/P&gt;&lt;P&gt;ie...&lt;/P&gt;&lt;P&gt;(arcgispro-py3) C:\YourInstallFolder\bin\Python\envs\arcgispro-py3&amp;gt;conda list&lt;BR /&gt;# packages in environment at C:\YourInstallFolder\bin\Python\envs\arcgispro-py3:&lt;BR /&gt;#&lt;BR /&gt;# Name Version Build Channel&lt;BR /&gt;alabaster 0.7.12 py37_0&lt;BR /&gt;appdirs 1.4.4 py_0&lt;BR /&gt;arcgis 1.8.5 py37_1783 esri&lt;BR /&gt;arcgispro 2.8 0 esri&lt;BR /&gt;arcpy 2.8 py37_arcgispro_29734 [arcgispro] esri&lt;/P&gt;&lt;P&gt;.... snip ....&lt;/P&gt;&lt;P&gt;and for the clone ....&lt;/P&gt;&lt;P&gt;(arcgispro-py3) C:\YourInstallFolder\bin\Python\envs\arcgispro-yourclone&amp;gt;conda list&lt;BR /&gt;# packages in environment at C:\YourInstallFolder\bin\Python\envs\arcgispro-yourclone:&lt;BR /&gt;#&lt;/P&gt;&lt;P&gt;&lt;A href="https://pro.arcgis.com/en/pro-app/latest/arcpy/get-started/what-is-conda.htm" target="_blank"&gt;Python Package Manager—ArcGIS Pro | Documentation&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 25 May 2021 00:57:25 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/arcgis-pro-2-8-python-environment-not-seeing/m-p/1061199#M41319</guid>
      <dc:creator>DanPatterson</dc:creator>
      <dc:date>2021-05-25T00:57:25Z</dc:date>
    </item>
    <item>
      <title>Re: ArcGIS Pro 2.8 Python Environment not seeing package changes (In-app)</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/arcgis-pro-2-8-python-environment-not-seeing/m-p/1061338#M41335</link>
      <description>&lt;P&gt;Oh yeah...for sure switching environments, etc.&amp;nbsp; I had the same thought a couple of times where I was wondering if I was just seeing things.&amp;nbsp; To further answer your questions...&lt;/P&gt;&lt;P&gt;I made 2 different attempts to get the info you requested and/or get Conda to respond like it normally would.&amp;nbsp; In both cases, it the command "conda list" were not recognized commands.&amp;nbsp; Now you and I both know that shouldn't be the case.&amp;nbsp; So I tested it against a VM that I built from the ground up last night to verify/validate.&lt;/P&gt;&lt;P&gt;So...against the work PC running Windows 10 Enterprise 19041.985, I checked the following:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Conda list | "'conda' is not recognized as an internal or external command, operable program or batch file"&lt;/LI&gt;&lt;LI&gt;python.exe -m pip list returns everything you would expect.&lt;/LI&gt;&lt;LI&gt;Visual Studio 2019 recognizes that the python version is a Conda environment.&lt;/LI&gt;&lt;LI&gt;ArcGIS Pro internal work correctly (ie. notebooks, command line, etc.)&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;Against the home PC running Windows 10 Pro for Workstations&amp;nbsp;19042.985, I got the same exact results.&amp;nbsp; Conda was not recognized, but everything else worked as expected.&amp;nbsp; For the sake of sanity, I attached a snapshot of both the ArcGIS Pro and Python windows side by side.&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Oh...last but not least, before I even posted about this, I did uninstall and reinstall the software from the ground up on both machines.&amp;nbsp; I even cleared out the appdata, etc to make sure there were no remnants and that I was starting on a fresh sheet of music.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Capture.PNG" style="width: 832px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/14089i97E27B65867DAA8A/image-size/large?v=v2&amp;amp;px=999" role="button" title="Capture.PNG" alt="Capture.PNG" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 25 May 2021 14:19:12 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/arcgis-pro-2-8-python-environment-not-seeing/m-p/1061338#M41335</guid>
      <dc:creator>John_Spence</dc:creator>
      <dc:date>2021-05-25T14:19:12Z</dc:date>
    </item>
    <item>
      <title>Re: ArcGIS Pro 2.8 Python Environment not seeing package changes (In-app)</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/arcgis-pro-2-8-python-environment-not-seeing/m-p/1061380#M41340</link>
      <description>&lt;P&gt;Conda is in a separate "scripts" directory so you have to make sure your PATH has that in it,&amp;nbsp; mine has "C:\Program Files\ArcGIS\Pro\bin\Python\Scripts"&lt;/P&gt;&lt;P&gt;Google "set windows 10 path" if you don't already know how to do that.&amp;nbsp;&lt;/P&gt;&lt;P&gt;If your "conda" command is not working then you are installing the package via pip into the wrong python environment.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;It's possible to use "pip install packagename" once you have the right conda environment activated but you usually can just use "conda install packagename" instead. Personally I only use pip when conda install fails because using two different package managers gets confusing.&lt;/P&gt;</description>
      <pubDate>Tue, 25 May 2021 15:30:25 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/arcgis-pro-2-8-python-environment-not-seeing/m-p/1061380#M41340</guid>
      <dc:creator>Brian_Wilson</dc:creator>
      <dc:date>2021-05-25T15:30:25Z</dc:date>
    </item>
    <item>
      <title>Re: ArcGIS Pro 2.8 Python Environment not seeing package changes (In-app)</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/arcgis-pro-2-8-python-environment-not-seeing/m-p/1061390#M41343</link>
      <description>&lt;P&gt;And the brain fog is lifted.....&lt;/P&gt;&lt;P&gt;Good call on shifting to the conda path.&amp;nbsp; I was able to resolve the issue I was running into.&lt;/P&gt;&lt;P&gt;I ended up uninstalling via pip the packages I installed and switched to installing them through the command line via Conda and it worked like a champ.&lt;/P&gt;&lt;P&gt;Frankly, everything was looking like a nail last night so using pip was the hammer that worked.&amp;nbsp; LOL.&lt;/P&gt;&lt;P&gt;Thanks a million to both you and&amp;nbsp;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/215600"&gt;@DanPatterson&lt;/a&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 25 May 2021 15:43:33 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/arcgis-pro-2-8-python-environment-not-seeing/m-p/1061390#M41343</guid>
      <dc:creator>John_Spence</dc:creator>
      <dc:date>2021-05-25T15:43:33Z</dc:date>
    </item>
    <item>
      <title>Re: ArcGIS Pro 2.8 Python Environment not seeing package changes (In-app)</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/arcgis-pro-2-8-python-environment-not-seeing/m-p/1061391#M41344</link>
      <description>&lt;P&gt;proenv.bat is the file that you want to run.&lt;/P&gt;&lt;P&gt;Create a desktop shortcut if you want&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Target :&amp;nbsp;C:\...YourInstallFolder...\bin\Python\Scripts\proenv.bat&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Start in :&amp;nbsp;&amp;nbsp;C:\...YourInstallFolder...\bin\Python\envs\arcgispro-py3&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;That will start you in the main ArcGIS Pro environment.... change environments from there... and do install from whatever environment you want.&lt;/P&gt;&lt;P&gt;I don't use the package manager and I don't use clones, I install everything I need in the base environment&amp;nbsp; (except for the&amp;nbsp;&lt;EM&gt;de rigueur&amp;nbsp;&lt;/EM&gt;packages like deep learning and its kin)&lt;/P&gt;</description>
      <pubDate>Tue, 25 May 2021 15:43:36 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/arcgis-pro-2-8-python-environment-not-seeing/m-p/1061391#M41344</guid>
      <dc:creator>DanPatterson</dc:creator>
      <dc:date>2021-05-25T15:43:36Z</dc:date>
    </item>
    <item>
      <title>Re: ArcGIS Pro 2.8 Python Environment not seeing package changes (In-app)</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/arcgis-pro-2-8-python-environment-not-seeing/m-p/1061396#M41346</link>
      <description>&lt;P&gt;Always good to know how other folks are doing things.&amp;nbsp; I have been using the cloned environment for a while while doing development work.&amp;nbsp; Cloned environments are a pain because each time you upgrade, you need to rebuild the cloned environment and then...poof...issues like what I posted pop up where things are not working exactly as they had been before.&amp;nbsp; I am going to give some serious evaluation to your method as I work on other projects down the line.&lt;/P&gt;&lt;P&gt;Always a learning process in this field.&amp;nbsp; Got to love it.&lt;/P&gt;</description>
      <pubDate>Tue, 25 May 2021 15:49:19 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/arcgis-pro-2-8-python-environment-not-seeing/m-p/1061396#M41346</guid>
      <dc:creator>John_Spence</dc:creator>
      <dc:date>2021-05-25T15:49:19Z</dc:date>
    </item>
    <item>
      <title>Re: ArcGIS Pro 2.8 Python Environment not seeing package changes (In-app)</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/arcgis-pro-2-8-python-environment-not-seeing/m-p/1061404#M41347</link>
      <description>&lt;P&gt;You can't install into the base unless you have admin rights on the machine, so cloning is a good work around for that.&lt;/P&gt;&lt;P&gt;I know it's yet another thing to remember when upgrading but you can save and reimport environments. See "conda list --help"&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;Save packages for future use:
    conda list --export &amp;gt; package-list.txt
Reinstall packages from an export file:
    conda create -n myenv --file package-list.txt&lt;/LI-CODE&gt;</description>
      <pubDate>Tue, 25 May 2021 16:04:13 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/arcgis-pro-2-8-python-environment-not-seeing/m-p/1061404#M41347</guid>
      <dc:creator>Brian_Wilson</dc:creator>
      <dc:date>2021-05-25T16:04:13Z</dc:date>
    </item>
    <item>
      <title>Re: ArcGIS Pro 2.8 Python Environment not seeing package changes (In-app)</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/arcgis-pro-2-8-python-environment-not-seeing/m-p/1064025#M41551</link>
      <description>&lt;P&gt;Hi All,&amp;nbsp;&lt;/P&gt;&lt;P&gt;That's what happened to me yesterday by upgrading to 2.8 without keeping a backup python environment with deep learning packages. I installed DL package from the *.msi installer previously, but there is no 2.8 version of the installer out yet.&amp;nbsp; Once I created and activated a new environment, I installed DL package by executing the following command:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="python"&gt;conda install -c esri deep-learning-essentials&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;This installed all, but gave me some errors at the end:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;Preparing transaction: done
Verifying transaction: -
SafetyError: The package for fastai located at C:\Users\G0003563\AppData\Local\ESRI\conda\pkgs\fastai-1.0.60-py37_0
appears to be corrupted. The path 'Lib/site-packages/fastai/basic_train.py'
has an incorrect size.
  reported size: 31850 bytes
  actual size: 31851 bytes

ClobberError: This transaction has incompatible packages due to a shared path.
  packages: esri/win-64::torch-cluster-1.5.4-py37_1, esri/win-64::torch-scatter-2.0.4-py37_2, esri/win-64::torch-spline-conv-1.2.0-py37_1, esri/win-64::torch-sparse-0.6.1-py37_1
  path: 'lib/site-packages/test/__init__.py'

ClobberError: This transaction has incompatible packages due to a shared path.
  packages: esri/win-64::torch-cluster-1.5.4-py37_1, esri/win-64::torch-scatter-2.0.4-py37_2, esri/win-64::torch-spline-conv-1.2.0-py37_1, esri/win-64::torch-sparse-0.6.1-py37_1
  path: 'lib/site-packages/test/__pycache__/__init__.cpython-37.pyc'

ClobberError: This transaction has incompatible packages due to a shared path.
  packages: esri/win-64::torch-cluster-1.5.4-py37_1, esri/win-64::torch-scatter-2.0.4-py37_2, esri/win-64::torch-spline-conv-1.2.0-py37_1, esri/win-64::torch-sparse-0.6.1-py37_1
  path: 'lib/site-packages/test/__pycache__/utils.cpython-37.pyc'

ClobberError: This transaction has incompatible packages due to a shared path.
  packages: esri/win-64::torch-cluster-1.5.4-py37_1, esri/win-64::torch-scatter-2.0.4-py37_2, esri/win-64::torch-spline-conv-1.2.0-py37_1, esri/win-64::torch-sparse-0.6.1-py37_1
  path: 'lib/site-packages/test/utils.py'

done
Executing transaction: done&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;It looks like I can still use this environment and execute DL functions such as model.lr_find() and model.fit()&lt;/P&gt;&lt;P&gt;This could be just a warning, but I am not sure this is OK to ignore.&lt;/P&gt;&lt;P&gt;The link for the deep-learning-essentials is here:&lt;/P&gt;&lt;P&gt;&lt;A href="https://anaconda.org/esri/deep-learning-essentials" target="_blank"&gt;https://anaconda.org/esri/deep-learning-essentials&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 02 Jun 2021 12:48:42 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/arcgis-pro-2-8-python-environment-not-seeing/m-p/1064025#M41551</guid>
      <dc:creator>Shingo-Ikeda</dc:creator>
      <dc:date>2021-06-02T12:48:42Z</dc:date>
    </item>
  </channel>
</rss>

