<?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: Problems with ArcGIS Pro package installer / conda in Python Questions</title>
    <link>https://community.esri.com/t5/python-questions/problems-with-arcgis-pro-package-installer-conda/m-p/1045221#M60722</link>
    <description>&lt;P&gt;Hi Dan, thanks for the response. I should have been clearer - the command I used to try the installation was simply "conda install spyder", without the version number - I didn't actually invoke pip from the command line.&amp;nbsp; Including the version in the install command doesn't change the outcome. And actually, that was only the first error of a very long string (I copied the first several errors at the bottom of this msg - they're all similar).&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The missing files actually are missing from the cloned environment, but they're there in the default environment.&amp;nbsp; Copying them over by hand results in the same errors though, so not sure what to do next.&amp;nbsp; Maybe I'll just use Jupyter for everything instead.&amp;nbsp; I do like Spyder a lot but not sure it's worth the headaches each time I upgrade Pro.&lt;/P&gt;&lt;P&gt;CondaVerificationError: The package for pip located at C:\Users\ringoc\AppData\Local\ESRI\conda\pkgs\pip-21.0.1-py37haa95532_0&lt;BR /&gt;appears to be corrupted. The path 'Lib/site-packages/pip-21.0.1-py3.7.egg-info/PKG-INFO'&lt;BR /&gt;specified in the package manifest cannot be found.&lt;/P&gt;&lt;P&gt;CondaVerificationError: The package for pip located at C:\Users\ringoc\AppData\Local\ESRI\conda\pkgs\pip-21.0.1-py37haa95532_0&lt;BR /&gt;appears to be corrupted. The path 'Lib/site-packages/pip-21.0.1-py3.7.egg-info/SOURCES.txt'&lt;BR /&gt;specified in the package manifest cannot be found.&lt;/P&gt;&lt;P&gt;CondaVerificationError: The package for pip located at C:\Users\ringoc\AppData\Local\ESRI\conda\pkgs\pip-21.0.1-py37haa95532_0&lt;BR /&gt;appears to be corrupted. The path 'Lib/site-packages/pip-21.0.1-py3.7.egg-info/dependency_links.txt'&lt;BR /&gt;specified in the package manifest cannot be found.&lt;/P&gt;&lt;P&gt;CondaVerificationError: The package for pip located at C:\Users\ringoc\AppData\Local\ESRI\conda\pkgs\pip-21.0.1-py37haa95532_0&lt;BR /&gt;appears to be corrupted. The path 'Lib/site-packages/pip-21.0.1-py3.7.egg-info/entry_points.txt'&lt;BR /&gt;specified in the package manifest cannot be found.&lt;/P&gt;&lt;P&gt;CondaVerificationError: The package for pip located at C:\Users\ringoc\AppData\Local\ESRI\conda\pkgs\pip-21.0.1-py37haa95532_0&lt;BR /&gt;appears to be corrupted. The path 'Lib/site-packages/pip-21.0.1-py3.7.egg-info/not-zip-safe'&lt;BR /&gt;specified in the package manifest cannot be found.&lt;/P&gt;&lt;P&gt;CondaVerificationError: The package for pip located at C:\Users\ringoc\AppData\Local\ESRI\conda\pkgs\pip-21.0.1-py37haa95532_0&lt;BR /&gt;appears to be corrupted. The path 'Lib/site-packages/pip-21.0.1-py3.7.egg-info/top_level.txt'&lt;BR /&gt;specified in the package manifest cannot be found.&lt;/P&gt;&lt;P&gt;CondaVerificationError: The package for pip located at C:\Users\ringoc\AppData\Local\ESRI\conda\pkgs\pip-21.0.1-py37haa95532_0&lt;BR /&gt;appears to be corrupted. The path 'Lib/site-packages/pip/__pycache__/__init__.cpython-37.pyc'&lt;BR /&gt;specified in the package manifest cannot be found.&lt;/P&gt;&lt;P&gt;...&lt;/P&gt;&lt;P&gt;etc.&lt;/P&gt;</description>
    <pubDate>Thu, 08 Apr 2021 19:38:38 GMT</pubDate>
    <dc:creator>ChrisRingo</dc:creator>
    <dc:date>2021-04-08T19:38:38Z</dc:date>
    <item>
      <title>Problems with ArcGIS Pro package installer / conda</title>
      <link>https://community.esri.com/t5/python-questions/problems-with-arcgis-pro-package-installer-conda/m-p/1044928#M60713</link>
      <description>&lt;P&gt;Hello all,&lt;/P&gt;&lt;P&gt;Some time after upgrading to Arc Pro 2.7 (now on 2.7.2) I lost the ability to install anything via the python package manager. In particular I've been trying to re-install Spyder ('cause of course it didn't install with the Arc Pro update).&amp;nbsp; After cloning the default environment as usual and trying to install spyder using "Add Packages", it just goes away for a short bit and nothing gets installed.&amp;nbsp; So I went to the command line (using "proenv.bat), and tried installing it from there, but get the following error:&lt;/P&gt;&lt;P&gt;"CondaVerificationError: The package for pip located at C:\Users\ringoc\AppData\Local\ESRI\conda\pkgs\pip-21.0.1-py37haa95532_0&lt;BR /&gt;appears to be corrupted. The path 'Lib/site-packages/pip-21.0.1-py3.7.egg-info/PKG-INFO'&lt;BR /&gt;specified in the package manifest cannot be found."&lt;/P&gt;&lt;P&gt;I've uninstalled/reinstalled Arc Pro a couple of times, deleting the old cloned-environment folder each time, but have gotten the same result.&lt;/P&gt;&lt;P&gt;Any ideas anyone?&lt;/P&gt;&lt;P&gt;Thanks for any input!&lt;/P&gt;</description>
      <pubDate>Thu, 08 Apr 2021 01:41:01 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/problems-with-arcgis-pro-package-installer-conda/m-p/1044928#M60713</guid>
      <dc:creator>ChrisRingo</dc:creator>
      <dc:date>2021-04-08T01:41:01Z</dc:date>
    </item>
    <item>
      <title>Re: Problems with ArcGIS Pro package installer / conda</title>
      <link>https://community.esri.com/t5/python-questions/problems-with-arcgis-pro-package-installer-conda/m-p/1044930#M60714</link>
      <description>&lt;P&gt;don't use pip to install spyder.&amp;nbsp; also, there are some technical difficulties with spyder, so ...&lt;/P&gt;&lt;P&gt;&amp;gt;&amp;gt;&amp;gt; conda install spyder=4.2.5 --no-pin --dry-run&lt;/P&gt;&lt;P&gt;Now, examine what is going to happen...&amp;nbsp; If you are installing into a clone, you can drop --no-pin&lt;/P&gt;&lt;P&gt;when you know what might happen, drop the --dry-run&lt;/P&gt;</description>
      <pubDate>Thu, 08 Apr 2021 02:05:35 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/problems-with-arcgis-pro-package-installer-conda/m-p/1044930#M60714</guid>
      <dc:creator>DanPatterson</dc:creator>
      <dc:date>2021-04-08T02:05:35Z</dc:date>
    </item>
    <item>
      <title>Re: Problems with ArcGIS Pro package installer / conda</title>
      <link>https://community.esri.com/t5/python-questions/problems-with-arcgis-pro-package-installer-conda/m-p/1045221#M60722</link>
      <description>&lt;P&gt;Hi Dan, thanks for the response. I should have been clearer - the command I used to try the installation was simply "conda install spyder", without the version number - I didn't actually invoke pip from the command line.&amp;nbsp; Including the version in the install command doesn't change the outcome. And actually, that was only the first error of a very long string (I copied the first several errors at the bottom of this msg - they're all similar).&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The missing files actually are missing from the cloned environment, but they're there in the default environment.&amp;nbsp; Copying them over by hand results in the same errors though, so not sure what to do next.&amp;nbsp; Maybe I'll just use Jupyter for everything instead.&amp;nbsp; I do like Spyder a lot but not sure it's worth the headaches each time I upgrade Pro.&lt;/P&gt;&lt;P&gt;CondaVerificationError: The package for pip located at C:\Users\ringoc\AppData\Local\ESRI\conda\pkgs\pip-21.0.1-py37haa95532_0&lt;BR /&gt;appears to be corrupted. The path 'Lib/site-packages/pip-21.0.1-py3.7.egg-info/PKG-INFO'&lt;BR /&gt;specified in the package manifest cannot be found.&lt;/P&gt;&lt;P&gt;CondaVerificationError: The package for pip located at C:\Users\ringoc\AppData\Local\ESRI\conda\pkgs\pip-21.0.1-py37haa95532_0&lt;BR /&gt;appears to be corrupted. The path 'Lib/site-packages/pip-21.0.1-py3.7.egg-info/SOURCES.txt'&lt;BR /&gt;specified in the package manifest cannot be found.&lt;/P&gt;&lt;P&gt;CondaVerificationError: The package for pip located at C:\Users\ringoc\AppData\Local\ESRI\conda\pkgs\pip-21.0.1-py37haa95532_0&lt;BR /&gt;appears to be corrupted. The path 'Lib/site-packages/pip-21.0.1-py3.7.egg-info/dependency_links.txt'&lt;BR /&gt;specified in the package manifest cannot be found.&lt;/P&gt;&lt;P&gt;CondaVerificationError: The package for pip located at C:\Users\ringoc\AppData\Local\ESRI\conda\pkgs\pip-21.0.1-py37haa95532_0&lt;BR /&gt;appears to be corrupted. The path 'Lib/site-packages/pip-21.0.1-py3.7.egg-info/entry_points.txt'&lt;BR /&gt;specified in the package manifest cannot be found.&lt;/P&gt;&lt;P&gt;CondaVerificationError: The package for pip located at C:\Users\ringoc\AppData\Local\ESRI\conda\pkgs\pip-21.0.1-py37haa95532_0&lt;BR /&gt;appears to be corrupted. The path 'Lib/site-packages/pip-21.0.1-py3.7.egg-info/not-zip-safe'&lt;BR /&gt;specified in the package manifest cannot be found.&lt;/P&gt;&lt;P&gt;CondaVerificationError: The package for pip located at C:\Users\ringoc\AppData\Local\ESRI\conda\pkgs\pip-21.0.1-py37haa95532_0&lt;BR /&gt;appears to be corrupted. The path 'Lib/site-packages/pip-21.0.1-py3.7.egg-info/top_level.txt'&lt;BR /&gt;specified in the package manifest cannot be found.&lt;/P&gt;&lt;P&gt;CondaVerificationError: The package for pip located at C:\Users\ringoc\AppData\Local\ESRI\conda\pkgs\pip-21.0.1-py37haa95532_0&lt;BR /&gt;appears to be corrupted. The path 'Lib/site-packages/pip/__pycache__/__init__.cpython-37.pyc'&lt;BR /&gt;specified in the package manifest cannot be found.&lt;/P&gt;&lt;P&gt;...&lt;/P&gt;&lt;P&gt;etc.&lt;/P&gt;</description>
      <pubDate>Thu, 08 Apr 2021 19:38:38 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/problems-with-arcgis-pro-package-installer-conda/m-p/1045221#M60722</guid>
      <dc:creator>ChrisRingo</dc:creator>
      <dc:date>2021-04-08T19:38:38Z</dc:date>
    </item>
    <item>
      <title>Re: Problems with ArcGIS Pro package installer / conda</title>
      <link>https://community.esri.com/t5/python-questions/problems-with-arcgis-pro-package-installer-conda/m-p/1045264#M60724</link>
      <description>&lt;P&gt;&lt;SPAN&gt;conda install spyder=4.2.5&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;There are some issues with spyder 5.0 for the next little while until they get it figured out, just install the last stable version&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;PS.... I install everything in the main/base environment if that is an option for you,&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;will install dependencies,&amp;nbsp; pip isn't one of them&lt;/SPAN&gt;&lt;/P&gt;&lt;LI-CODE lang="python"&gt;# Mandatory:
atomicwrites &amp;gt;=1.2.0            :  1.4.0 (OK)
chardet &amp;gt;=2.0.0                 :  4.0.0 (OK)
cloudpickle &amp;gt;=0.5.0             :  1.6.0 (OK)
diff_match_patch &amp;gt;=20181111     :  20200713 (OK)
intervaltree &amp;gt;=3.0.2            :  3.1.0 (OK)
IPython &amp;gt;=7.6.0                 :  7.21.0 (OK)
jedi =0.17.2                    :  0.17.2 (OK)
jsonschema &amp;gt;=3.2.0              :  3.2.0 (OK)
keyring &amp;gt;=17.0.0                :  21.4.0 (OK)
nbconvert &amp;gt;=4.0                 :  5.6.1 (OK)
numpydoc &amp;gt;=0.6.0                :  1.1.0 (OK)
paramiko &amp;gt;=2.4.0                :  2.7.2 (OK)
parso =0.7.0                    :  0.7.0 (OK)
pexpect &amp;gt;=4.4.0                 :  4.8.0 (OK)
pickleshare &amp;gt;=0.4               :  0.7.5 (OK)
psutil &amp;gt;=5.3                    :  5.8.0 (OK)
pygments &amp;gt;=2.0                  :  2.7.0 (OK)
pylint &amp;gt;=1.0                    :  2.7.4 (OK)
pyls &amp;gt;=0.36.2;&amp;lt;1.0.0            :  0.36.2 (OK)
pyls_black &amp;gt;=0.4.6              :  0.4.6 (OK)
pyls_spyder &amp;gt;=0.3.2             :  0.3.2 (OK)
qdarkstyle &amp;gt;=2.8;&amp;lt;3.0           :  2.8.1 (OK)
qtawesome &amp;gt;=0.5.7               :  1.0.2 (OK)
qtconsole &amp;gt;=5.0.3               :  5.0.3 (OK)
qtpy &amp;gt;=1.5.0                    :  1.9.0 (OK)
rtree &amp;gt;=0.8.3                   :  0.9.4 (OK)
setuptools &amp;gt;=39.0.0             :  50.3.0.post20201006 (OK)
sphinx &amp;gt;=0.6.6                  :  3.5.3 (OK)
spyder_kernels &amp;gt;=1.10.2;&amp;lt;1.11.0 :  1.10.2 (OK)
textdistance &amp;gt;=4.2.0            :  4.2.1 (OK)
three_merge &amp;gt;=0.1.1             :  0.1.1 (OK)
watchdog &amp;gt;=0.10.3;&amp;lt;2.0.0        :  1.0.2 (OK)
zmq &amp;gt;=17                        :  19.0.2 (OK)

# Optional:
cython &amp;gt;=0.21                   :  None (NOK)
matplotlib &amp;gt;=2.0.0              :  3.3.1 (OK)
numpy &amp;gt;=1.7                     :  1.19.1 (OK)
pandas &amp;gt;=1.1.1                  :  1.1.1 (OK)
scipy &amp;gt;=0.17.0                  :  1.5.2 (OK)
sympy &amp;gt;=0.7.3                   :  1.5.1 (OK)&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 08 Apr 2021 21:47:44 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/problems-with-arcgis-pro-package-installer-conda/m-p/1045264#M60724</guid>
      <dc:creator>DanPatterson</dc:creator>
      <dc:date>2021-04-08T21:47:44Z</dc:date>
    </item>
    <item>
      <title>Re: Problems with ArcGIS Pro package installer / conda</title>
      <link>https://community.esri.com/t5/python-questions/problems-with-arcgis-pro-package-installer-conda/m-p/1162785#M64320</link>
      <description>&lt;P&gt;The issues I have been running into are similar. For me the second I try to install Seaborn into a clone, Jupyter locks up something fierce. This is an issue for 2.9 for me.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 09 Apr 2022 00:24:03 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/problems-with-arcgis-pro-package-installer-conda/m-p/1162785#M64320</guid>
      <dc:creator>DavidWasserman</dc:creator>
      <dc:date>2022-04-09T00:24:03Z</dc:date>
    </item>
  </channel>
</rss>

