<?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: Missing Environments in Python Package Manager in Python Questions</title>
    <link>https://community.esri.com/t5/python-questions/missing-environments-in-python-package-manager/m-p/162097#M12425</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks everyone for the extra info. &amp;nbsp;It was due to Anaconda setting the PATH variable. &amp;nbsp;&lt;/P&gt;&lt;P&gt;I actually fixed it by installing the beta v2.0 of Pro and this corrected the PATH for me.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sun, 04 Jun 2017 09:18:17 GMT</pubDate>
    <dc:creator>SimonJackson</dc:creator>
    <dc:date>2017-06-04T09:18:17Z</dc:date>
    <item>
      <title>Missing Environments in Python Package Manager</title>
      <link>https://community.esri.com/t5/python-questions/missing-environments-in-python-package-manager/m-p/162094#M12422</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Running ArcGIS Pro 1.4 on a Windows 10 machine. &amp;nbsp;Also have Anaconda installed.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When I create a new project in ArcGIS Pro, I get the following under the Python Package Manager:&lt;/P&gt;&lt;P&gt;&lt;IMG alt="" class="image-1 jive-image j-img-original" src="https://community.esri.com/legacyfs/online/354996_1.png" style="width: 620px; height: 315px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What steps do I need to carry out to fix this up?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 01 Jun 2017 10:52:24 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/missing-environments-in-python-package-manager/m-p/162094#M12422</guid>
      <dc:creator>SimonJackson</dc:creator>
      <dc:date>2017-06-01T10:52:24Z</dc:date>
    </item>
    <item>
      <title>Re: Missing Environments in Python Package Manager</title>
      <link>https://community.esri.com/t5/python-questions/missing-environments-in-python-package-manager/m-p/162095#M12423</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You say, "when I create a new project," what about opening an existing one?&amp;nbsp; Same thing?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It may be something got crossed when installing one of the Python distributions.&amp;nbsp; To start, I would check the registry to see what the values are for the ArcGIS Pro Python environment and make sure they are either set correctly or the files exist on the local hard drives:&lt;/P&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;&lt;CODE&gt;C:\Users\bixb0012&amp;gt;reg query HKLM\Software\ESRI\ArcGISPro

HKEY_LOCAL_MACHINE\Software\ESRI\ArcGISPro
&amp;nbsp;&amp;nbsp;&amp;nbsp; InstallDir&amp;nbsp;&amp;nbsp;&amp;nbsp; REG_SZ&amp;nbsp;&amp;nbsp;&amp;nbsp; C:\Program Files\ArcGIS\Pro\
&amp;nbsp;&amp;nbsp;&amp;nbsp; ....
&amp;nbsp;&amp;nbsp;&amp;nbsp; PythonCondaEnv&amp;nbsp;&amp;nbsp;&amp;nbsp; REG_SZ&amp;nbsp;&amp;nbsp;&amp;nbsp; arcgispro-py3
&amp;nbsp;&amp;nbsp;&amp;nbsp; PythonCondaRoot&amp;nbsp;&amp;nbsp;&amp;nbsp; REG_SZ&amp;nbsp;&amp;nbsp;&amp;nbsp; C:\Program Files\ArcGIS\Pro\bin\Python
&amp;nbsp;&amp;nbsp;&amp;nbsp; ....&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;/SPAN&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 11 Dec 2021 08:30:58 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/missing-environments-in-python-package-manager/m-p/162095#M12423</guid>
      <dc:creator>JoshuaBixby</dc:creator>
      <dc:date>2021-12-11T08:30:58Z</dc:date>
    </item>
    <item>
      <title>Re: Missing Environments in Python Package Manager</title>
      <link>https://community.esri.com/t5/python-questions/missing-environments-in-python-package-manager/m-p/162096#M12424</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;There is a utility in the &lt;STRONG&gt;%ProInstall%/bin/Python/Scripts&amp;nbsp;&lt;/STRONG&gt;directory called '&lt;STRONG&gt;proswap.bat&lt;/STRONG&gt;' - you can use this batch file with an env name as an argument to automatically switch the necessary registry keys. Since there is no environment in the drop-down,&amp;nbsp;I'm wondering if the&amp;nbsp;&lt;STRONG&gt;%ProInstall%/bin/Python/envs/arcgispro-py3&amp;nbsp;&lt;/STRONG&gt;folder still exists? The UI should be able to read the package information from that folder without the registry being set.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You may also want to check the PATH variable to ensure the Anaconda install isn't stealing your conda commands - currently we require envs to be within the Pro folder structure, so if they are in the Anaconda envs directory they won't work with Pro. They can exist side by side you just need to be mindful of the PATH.&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 01 Jun 2017 19:51:40 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/missing-environments-in-python-package-manager/m-p/162096#M12424</guid>
      <dc:creator>ClintonDow1</dc:creator>
      <dc:date>2017-06-01T19:51:40Z</dc:date>
    </item>
    <item>
      <title>Re: Missing Environments in Python Package Manager</title>
      <link>https://community.esri.com/t5/python-questions/missing-environments-in-python-package-manager/m-p/162097#M12425</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks everyone for the extra info. &amp;nbsp;It was due to Anaconda setting the PATH variable. &amp;nbsp;&lt;/P&gt;&lt;P&gt;I actually fixed it by installing the beta v2.0 of Pro and this corrected the PATH for me.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 04 Jun 2017 09:18:17 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/missing-environments-in-python-package-manager/m-p/162097#M12425</guid>
      <dc:creator>SimonJackson</dc:creator>
      <dc:date>2017-06-04T09:18:17Z</dc:date>
    </item>
  </channel>
</rss>

