<?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: Clobber Error when cloning ArcPy Environment in Python Questions</title>
    <link>https://community.esri.com/t5/python-questions/clobber-error-when-cloning-arcpy-environment/m-p/1483552#M70706</link>
    <description>&lt;P&gt;did you use pip previously to install packages?&amp;nbsp; (conda won't touch them)&lt;/P&gt;&lt;P&gt;If you have old environments around, I would get rid of those first using conda and pip if appropriate, before you start cloning again&lt;/P&gt;</description>
    <pubDate>Mon, 03 Jun 2024 20:07:22 GMT</pubDate>
    <dc:creator>DanPatterson</dc:creator>
    <dc:date>2024-06-03T20:07:22Z</dc:date>
    <item>
      <title>Clobber Error when cloning ArcPy Environment</title>
      <link>https://community.esri.com/t5/python-questions/clobber-error-when-cloning-arcpy-environment/m-p/1483539#M70705</link>
      <description>&lt;P&gt;CondaVerificationError: The package for python located at C:\Users\xyz\AppData\Local\ESRI\conda\pkgs\python-3.7.11-1&lt;BR /&gt;appears to be corrupted. The path 'Lib/idlelib/__pycache__/zoomheight.cpython-37.pyc'&lt;BR /&gt;specified in the package manifest cannot be found.&lt;/P&gt;
&lt;P&gt;CondaVerificationError: The package for python located at C:\Users\xyzx\AppData\Local\ESRI\conda\pkgs\python-3.7.11-1&lt;BR /&gt;appears to be corrupted. The path 'Lib/idlelib/idle_test/__pycache__/test_zoomheight.cpython-37.pyc'&lt;BR /&gt;specified in the package manifest cannot be found.&lt;/P&gt;
&lt;P&gt;CondaVerificationError: The package for python located at C:\Users\xyzx\AppData\Local\ESRI\conda\pkgs\python-3.7.11-1&lt;BR /&gt;appears to be corrupted. The path 'Lib/idlelib/idle_test/test_zoomheight.py'&lt;BR /&gt;specified in the package manifest cannot be found.&lt;/P&gt;
&lt;P&gt;CondaVerificationError: The package for python located at C:\Users\xyzx\AppData\Local\ESRI\conda\pkgs\python-3.7.11-1&lt;BR /&gt;appears to be corrupted. The path 'Lib/idlelib/zoomheight.py'&lt;BR /&gt;specified in the package manifest cannot be found.&lt;/P&gt;
&lt;P&gt;ClobberError: The package 'esri/win-64::arcpy-2.9-py37_arcgispro_32704' cannot be installed due to a&lt;BR /&gt;path collision for 'lib/site-packages/arcpy_wmx/__pycache__/__init__.cpython-37.pyc'.&lt;BR /&gt;This path already exists in the target prefix, and it won't be removed&lt;BR /&gt;by an uninstall action in this transaction. The path is one that conda&lt;BR /&gt;doesn't recognize. It may have been created by another package manager.&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;ClobberError: The package 'esri/win-64::arcpy-2.9-py37_arcgispro_32704' cannot be installed due to a&lt;BR /&gt;path collision for 'lib/site-packages/gapy/__pycache__/__init__.cpython-37.pyc'.&lt;BR /&gt;This path already exists in the target prefix, and it won't be removed&lt;BR /&gt;by an uninstall action in this transaction. The path is one that conda&lt;BR /&gt;doesn't recognize. It may have been created by another package manager.&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;ClobberError: This transaction has incompatible packages due to a shared path.&lt;BR /&gt;packages: defaults/win-64::notebook-5.7.10-py37_0, defaults/win-64::notebook-5.7.10-py37_0&lt;BR /&gt;path: 'menu/notebook.json'&lt;/P&gt;</description>
      <pubDate>Fri, 28 Jun 2024 16:50:30 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/clobber-error-when-cloning-arcpy-environment/m-p/1483539#M70705</guid>
      <dc:creator>MichaelPorter</dc:creator>
      <dc:date>2024-06-28T16:50:30Z</dc:date>
    </item>
    <item>
      <title>Re: Clobber Error when cloning ArcPy Environment</title>
      <link>https://community.esri.com/t5/python-questions/clobber-error-when-cloning-arcpy-environment/m-p/1483552#M70706</link>
      <description>&lt;P&gt;did you use pip previously to install packages?&amp;nbsp; (conda won't touch them)&lt;/P&gt;&lt;P&gt;If you have old environments around, I would get rid of those first using conda and pip if appropriate, before you start cloning again&lt;/P&gt;</description>
      <pubDate>Mon, 03 Jun 2024 20:07:22 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/clobber-error-when-cloning-arcpy-environment/m-p/1483552#M70706</guid>
      <dc:creator>DanPatterson</dc:creator>
      <dc:date>2024-06-03T20:07:22Z</dc:date>
    </item>
    <item>
      <title>Re: Clobber Error when cloning ArcPy Environment</title>
      <link>https://community.esri.com/t5/python-questions/clobber-error-when-cloning-arcpy-environment/m-p/1492111#M70816</link>
      <description>&lt;P&gt;Figured this one out.&lt;/P&gt;&lt;P&gt;Using the conda install that comes with arcpro at&amp;nbsp;C:\Program Files\ArcGIS\Pro\bin\Python\scripts&lt;/P&gt;&lt;P&gt;Issue is that it's my work computer and I don't have write privileges to program files. Installed miniconda under c:\users\[username]\local and then did the cloning from there. Worked like a charm.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks for your help&lt;/P&gt;</description>
      <pubDate>Thu, 13 Jun 2024 20:54:50 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/clobber-error-when-cloning-arcpy-environment/m-p/1492111#M70816</guid>
      <dc:creator>MichaelPorter</dc:creator>
      <dc:date>2024-06-13T20:54:50Z</dc:date>
    </item>
  </channel>
</rss>

