<?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: Arcgispro_py3_clone cant install spyder without breaking something in arcgisscripting in ArcGIS Pro Questions</title>
    <link>https://community.esri.com/t5/arcgis-pro-questions/arcgispro-py3-clone-cant-install-spyder-without/m-p/1228557#M61878</link>
    <description>&lt;P&gt;&lt;SPAN&gt;Well, I partly resolved the issue by making sure that everything installed into the clone was installed using the cmd prompt and 'conda install - c esri'... apparently the arcpy does not like unofficial conda channels. Some of the libraries that I needed was only available through the conda-forge channel, but it somehow worked out if I, after installation, ran 'conda update conda'. I do not know if this will help you with your issue&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Thu, 03 Nov 2022 22:18:50 GMT</pubDate>
    <dc:creator>larstroldborg</dc:creator>
    <dc:date>2022-11-03T22:18:50Z</dc:date>
    <item>
      <title>Arcgispro_py3_clone cant install spyder without breaking something in arcgisscripting</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/arcgispro-py3-clone-cant-install-spyder-without/m-p/1216485#M60335</link>
      <description>&lt;P&gt;I've installed arcgispro 3.0 and succesfully cloned my python environment to the proposed arcgispro_py3_clone name. I've tested python in this environment at it works fine until I install spyder.&lt;/P&gt;&lt;P&gt;Once Spyder (5.1.5) is installed (through conda install spyder), I cannot import arcpy anymore - instead I get the error message:&amp;nbsp;&lt;/P&gt;&lt;P&gt;Traceback (most recent call last):&lt;BR /&gt;File "&amp;lt;stdin&amp;gt;", line 1, in &amp;lt;module&amp;gt;&lt;BR /&gt;File "C:\Program Files\ArcGIS\Pro\Resources\ArcPy\arcpy\__init__.py", line 77, in &amp;lt;module&amp;gt;&lt;BR /&gt;from arcpy.geoprocessing import gp&lt;BR /&gt;File "C:\Program Files\ArcGIS\Pro\Resources\ArcPy\arcpy\geoprocessing\__init__.py", line 14, in &amp;lt;module&amp;gt;&lt;BR /&gt;from ._base import *&lt;BR /&gt;File "C:\Program Files\ArcGIS\Pro\Resources\ArcPy\arcpy\geoprocessing\_base.py", line 14, in &amp;lt;module&amp;gt;&lt;BR /&gt;import arcgisscripting&lt;BR /&gt;File "c:\Python3\arcgispro-py3-clone\lib\site-packages\arcgisscripting\__init__.py", line 131, in &amp;lt;module&amp;gt;&lt;BR /&gt;from ._arcgisscripting import *&lt;BR /&gt;ImportError: DLL load failed while importing _arcgisscripting...&lt;/P&gt;&lt;P&gt;Does anyone have a solution?&lt;/P&gt;</description>
      <pubDate>Tue, 27 Sep 2022 13:28:28 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/arcgispro-py3-clone-cant-install-spyder-without/m-p/1216485#M60335</guid>
      <dc:creator>larstroldborg</dc:creator>
      <dc:date>2022-09-27T13:28:28Z</dc:date>
    </item>
    <item>
      <title>Re: Arcgispro_py3_clone cant install spyder without breaking something in arcgisscripting</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/arcgispro-py3-clone-cant-install-spyder-without/m-p/1228496#M61877</link>
      <description>&lt;P&gt;Did you find a solution yet? If not, this is what I did based on posts in the "Python Questions" community, which worked well for me:&lt;/P&gt;&lt;P&gt;1) Clone your environment&lt;/P&gt;&lt;P&gt;2) Install "spyder_kernels" using Pro's Package Manager. If you try to install spyder from here, it will fail.&lt;/P&gt;&lt;P&gt;3) Open a DOS window and change to the Scripts folder in the folder of your cloned environment, and type "pip install spyder"&lt;/P&gt;&lt;P&gt;That worked for me, and at least some others as well.&lt;/P&gt;&lt;P&gt;One thing I will say about this though, is that I think installing Spyder breaks your ability to use Jupyter Notebooks within Arc Pro 3.0. At least, this is the only change I made to my cloned environment, and now I get a kernel error when creating or using a notebook within Pro, but notebooks work fine in the default environment.&amp;nbsp; In terms of installed packages, the only apparent difference between the two environments is the spyder_kernels package...&lt;/P&gt;</description>
      <pubDate>Thu, 03 Nov 2022 20:13:27 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/arcgispro-py3-clone-cant-install-spyder-without/m-p/1228496#M61877</guid>
      <dc:creator>ChrisRingo</dc:creator>
      <dc:date>2022-11-03T20:13:27Z</dc:date>
    </item>
    <item>
      <title>Re: Arcgispro_py3_clone cant install spyder without breaking something in arcgisscripting</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/arcgispro-py3-clone-cant-install-spyder-without/m-p/1228557#M61878</link>
      <description>&lt;P&gt;&lt;SPAN&gt;Well, I partly resolved the issue by making sure that everything installed into the clone was installed using the cmd prompt and 'conda install - c esri'... apparently the arcpy does not like unofficial conda channels. Some of the libraries that I needed was only available through the conda-forge channel, but it somehow worked out if I, after installation, ran 'conda update conda'. I do not know if this will help you with your issue&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 03 Nov 2022 22:18:50 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/arcgispro-py3-clone-cant-install-spyder-without/m-p/1228557#M61878</guid>
      <dc:creator>larstroldborg</dc:creator>
      <dc:date>2022-11-03T22:18:50Z</dc:date>
    </item>
  </channel>
</rss>

