<?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 Can't clone Python env due to missing package in ArcGIS Pro Questions</title>
    <link>https://community.esri.com/t5/arcgis-pro-questions/can-t-clone-python-env-due-to-missing-package/m-p/144016#M6256</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi -&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm unable to clone the default arcgispro-py3 env in ArcGISPro 2.4.2.&amp;nbsp; No matter what I try it give me an error message that openpyxl 2.6.1 doesn't exist.&amp;nbsp; This makes little sense to me.&amp;nbsp; Is there anything I can do short of completely reinstalling ArcGIS Pro?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Ryan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 06 Dec 2019 15:48:13 GMT</pubDate>
    <dc:creator>RyanDavis1</dc:creator>
    <dc:date>2019-12-06T15:48:13Z</dc:date>
    <item>
      <title>Can't clone Python env due to missing package</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/can-t-clone-python-env-due-to-missing-package/m-p/144016#M6256</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi -&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm unable to clone the default arcgispro-py3 env in ArcGISPro 2.4.2.&amp;nbsp; No matter what I try it give me an error message that openpyxl 2.6.1 doesn't exist.&amp;nbsp; This makes little sense to me.&amp;nbsp; Is there anything I can do short of completely reinstalling ArcGIS Pro?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Ryan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Dec 2019 15:48:13 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/can-t-clone-python-env-due-to-missing-package/m-p/144016#M6256</guid>
      <dc:creator>RyanDavis1</dc:creator>
      <dc:date>2019-12-06T15:48:13Z</dc:date>
    </item>
    <item>
      <title>Re: Can't clone Python env due to missing package</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/can-t-clone-python-env-due-to-missing-package/m-p/144017#M6257</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try&amp;nbsp;this. It will tell you if you have&amp;nbsp;&lt;SPAN style="background-color: #ffffff;"&gt;openpyxl&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;installed. Do this at the Windows command line:&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background-color: #ffffff;"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;PRE class="language-none line-numbers"&gt;&lt;CODE&gt;conda list&lt;SPAN class="line-numbers-rows"&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;SPAN style="background-color: #ffffff;"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background-color: #ffffff;"&gt;&lt;SPAN&gt;This lists all the packages that are installed. If you don't see&amp;nbsp;openpyxl, then try:&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background-color: #ffffff;"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;PRE class="language-none line-numbers"&gt;&lt;CODE&gt;conda install openpyxl&lt;SPAN class="line-numbers-rows"&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You might have to accept some other dependencies that need to be installed along with the package.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Dec 2019 23:26:43 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/can-t-clone-python-env-due-to-missing-package/m-p/144017#M6257</guid>
      <dc:creator>Arne_Gelfert</dc:creator>
      <dc:date>2019-12-10T23:26:43Z</dc:date>
    </item>
    <item>
      <title>Re: Can't clone Python env due to missing package</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/can-t-clone-python-env-due-to-missing-package/m-p/144018#M6258</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;PRE class="language-python line-numbers"&gt;&lt;CODE&gt;conda install &lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;whatever&lt;SPAN class="punctuation token"&gt;)&lt;/SPAN&gt; &lt;SPAN class="operator token"&gt;-&lt;/SPAN&gt;&lt;SPAN class="operator token"&gt;-&lt;/SPAN&gt;dry&lt;SPAN class="operator token"&gt;-&lt;/SPAN&gt;run&lt;SPAN class="line-numbers-rows"&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;Always do a dry-run and examine whatever might be upgraded and/or pinned.&lt;/P&gt;&lt;P&gt;Should things go bad, you can rollback by&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE class="language-python line-numbers"&gt;&lt;CODE&gt;conda install &lt;SPAN class="operator token"&gt;-&lt;/SPAN&gt;&lt;SPAN class="operator token"&gt;-&lt;/SPAN&gt;revision &lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;some number &lt;SPAN class="operator token"&gt;and&lt;/SPAN&gt; no brackets&lt;SPAN class="punctuation token"&gt;)&lt;/SPAN&gt;‍&lt;SPAN class="line-numbers-rows"&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;where the revision number was when life was good&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 Dec 2019 03:49:26 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/can-t-clone-python-env-due-to-missing-package/m-p/144018#M6258</guid>
      <dc:creator>DanPatterson_Retired</dc:creator>
      <dc:date>2019-12-11T03:49:26Z</dc:date>
    </item>
    <item>
      <title>Re: Can't clone Python env due to missing package</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/can-t-clone-python-env-due-to-missing-package/m-p/144019#M6259</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I probably should have made it clearer in my post, but openpyxl 2.6.1 is already installed.&amp;nbsp; I'm trying to clone the default environment that comes with ArcGIS Pro.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 Dec 2019 14:56:13 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/can-t-clone-python-env-due-to-missing-package/m-p/144019#M6259</guid>
      <dc:creator>RyanDavis1</dc:creator>
      <dc:date>2019-12-11T14:56:13Z</dc:date>
    </item>
    <item>
      <title>Re: Can't clone Python env due to missing package</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/can-t-clone-python-env-due-to-missing-package/m-p/144020#M6260</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Do a package check using conda (not the package manager&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="" class="jive-emoji image-1 jive-image j-img-original" src="https://community.esri.com/legacyfs/online/475945_package_check.png" /&gt;&lt;/P&gt;&lt;P&gt;Try importing it in your script IDE, if it exists&lt;/P&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;&lt;CODE&gt;&lt;SPAN class="keyword token"&gt;import&lt;/SPAN&gt; openpyxl

dir&lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;openpyxl&lt;SPAN class="punctuation token"&gt;)&lt;/SPAN&gt;
 
&lt;SPAN class="punctuation token"&gt;[&lt;/SPAN&gt;&lt;SPAN class="string token"&gt;'DEFUSEDXML'&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt;
 &lt;SPAN class="string token"&gt;'LXML'&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt;
 &lt;SPAN class="string token"&gt;'NUMPY'&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt;
 &lt;SPAN class="string token"&gt;'PANDAS'&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt;
 &lt;SPAN class="string token"&gt;'Workbook'&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt;
 &lt;SPAN class="string token"&gt;'__author__'&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt;
&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt; snip&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;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;Note that the path you are using must be the one that you installed arcgis Pro in.&amp;nbsp; If conda doesn't reflect this path then you will have to switch environments.&amp;nbsp; (I am using Pro 2.5 beta 2, so the openpyxl might be different)&lt;/P&gt;&lt;P&gt;If you need a different version of openpyxl, you will have to install it, but it may be 'pinned' to a version higher than what you want&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 11 Dec 2021 07:53:53 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/can-t-clone-python-env-due-to-missing-package/m-p/144020#M6260</guid>
      <dc:creator>DanPatterson_Retired</dc:creator>
      <dc:date>2021-12-11T07:53:53Z</dc:date>
    </item>
    <item>
      <title>Re: Can't clone Python env due to missing package</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/can-t-clone-python-env-due-to-missing-package/m-p/144021#M6261</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Well, I was about to send over some screenshots showing that I was in fact in the right environment to clone, but on this attempt the cloning mysteriously worked.&amp;nbsp; No idea why, but I'm happy it finally stuck.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But, now I get a message saying the clone is required and can't be removed:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="ArcGIS Pro says my clone can" t="" be="" removed.="" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regardless, I don't plan on removing it and am just happy it finally works.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your help,&amp;nbsp;&lt;A href="https://community.esri.com/migrated-users/3116"&gt;Dan Patterson&lt;/A&gt;&amp;nbsp;and &lt;A href="https://community.esri.com/migrated-users/339735"&gt;Arne Gelfert&lt;/A&gt;.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 Dec 2019 17:31:22 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/can-t-clone-python-env-due-to-missing-package/m-p/144021#M6261</guid>
      <dc:creator>RyanDavis1</dc:creator>
      <dc:date>2019-12-11T17:31:22Z</dc:date>
    </item>
    <item>
      <title>Re: Can't clone Python env due to missing package</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/can-t-clone-python-env-due-to-missing-package/m-p/144022#M6262</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You have to activate the other environment before you can delete a clone.&amp;nbsp; It appears you are on the environment you are trying to delete&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 Dec 2019 18:25:53 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/can-t-clone-python-env-due-to-missing-package/m-p/144022#M6262</guid>
      <dc:creator>DanPatterson_Retired</dc:creator>
      <dc:date>2019-12-11T18:25:53Z</dc:date>
    </item>
    <item>
      <title>Re: Can't clone Python env due to missing package</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/can-t-clone-python-env-due-to-missing-package/m-p/144023#M6263</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ah, that makes sense.&amp;nbsp; Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 Dec 2019 18:37:18 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/can-t-clone-python-env-due-to-missing-package/m-p/144023#M6263</guid>
      <dc:creator>RyanDavis1</dc:creator>
      <dc:date>2019-12-11T18:37:18Z</dc:date>
    </item>
  </channel>
</rss>

