<?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: Arcpro 2.6.2 arcpy without conda  in Python Questions</title>
    <link>https://community.esri.com/t5/python-questions/arcpro-2-6-2-arcpy-without-conda/m-p/40203#M3213</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What python IDE do you use?&lt;/P&gt;&lt;P&gt;I have had no problem using arcpy from within Spyder, Pythonwin, Jupyter console, Jupyter Notebook, Jupyterlab, Spyder notebooks, Notepad++ plus a few others whose names escape me at the moment.&lt;/P&gt;&lt;P&gt;All that means is that to use arcpy, you have to use a python version supported by arcpy and that you can set up a python environment/IDE to use it.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 05 Oct 2020 19:26:43 GMT</pubDate>
    <dc:creator>DanPatterson</dc:creator>
    <dc:date>2020-10-05T19:26:43Z</dc:date>
    <item>
      <title>Arcpro 2.6.2 arcpy without conda</title>
      <link>https://community.esri.com/t5/python-questions/arcpro-2-6-2-arcpy-without-conda/m-p/40202#M3212</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Is there any capability to run arcpro arcpy without working in a conda environment? In ArcGIS 10.7 it is as quick as creating a .pth file with the required paths to arcpy, bin and the toolbox scripts though recreating this file for pro returns the error:&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;arcpy must be run from inside the Conda environment, which ArcGIS&lt;BR /&gt;uses to manage the installation of Python.&lt;BR /&gt;You can access this environment by launching Python from the links inside the&lt;BR /&gt;"ArcGIS &amp;gt; ArcGIS Pro" Start Menu Group:&lt;BR /&gt; "Python Interactive Terminal" starts a Python session.&lt;BR /&gt; "Python Command Prompt" opens a Command Prompt window initialized with Conda.&lt;/P&gt;&lt;P&gt;Or by running the proenv.bat file in the terminal:&lt;BR /&gt; C:\&amp;gt; C:\Program Files\ArcGIS\Pro\bin\python\scripts\proenv.bat&lt;/P&gt;&lt;P&gt;File "C:\Program Files\ArcGIS\Pro\Resources\ArcPy\arcpy\__init__.py", line 70, in &amp;lt;module&amp;gt; raise ImportError("arcpy needs to run within an active ArcGIS Conda environment") ImportError: arcpy needs to run within an active ArcGIS Conda environment&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;All I have managed to find on this topic was the question&amp;nbsp;&lt;A _jive_internal="true" href="https://community.esri.com/thread/208211-arcgis-pro-21-importing-arcpy-from-outside"&gt;here&lt;/A&gt;&amp;nbsp;from two years prior saying that a feature to use external conda installs did not make it with Arcpro 2.1&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 05 Oct 2020 18:56:03 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/arcpro-2-6-2-arcpy-without-conda/m-p/40202#M3212</guid>
      <dc:creator>JasonBeaver</dc:creator>
      <dc:date>2020-10-05T18:56:03Z</dc:date>
    </item>
    <item>
      <title>Re: Arcpro 2.6.2 arcpy without conda</title>
      <link>https://community.esri.com/t5/python-questions/arcpro-2-6-2-arcpy-without-conda/m-p/40203#M3213</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What python IDE do you use?&lt;/P&gt;&lt;P&gt;I have had no problem using arcpy from within Spyder, Pythonwin, Jupyter console, Jupyter Notebook, Jupyterlab, Spyder notebooks, Notepad++ plus a few others whose names escape me at the moment.&lt;/P&gt;&lt;P&gt;All that means is that to use arcpy, you have to use a python version supported by arcpy and that you can set up a python environment/IDE to use it.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 05 Oct 2020 19:26:43 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/arcpro-2-6-2-arcpy-without-conda/m-p/40203#M3213</guid>
      <dc:creator>DanPatterson</dc:creator>
      <dc:date>2020-10-05T19:26:43Z</dc:date>
    </item>
    <item>
      <title>Re: Arcpro 2.6.2 arcpy without conda</title>
      <link>https://community.esri.com/t5/python-questions/arcpro-2-6-2-arcpy-without-conda/m-p/40204#M3214</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am working within Notepad++ with Python 3.8.6&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 05 Oct 2020 20:15:10 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/arcpro-2-6-2-arcpy-without-conda/m-p/40204#M3214</guid>
      <dc:creator>JasonBeaver</dc:creator>
      <dc:date>2020-10-05T20:15:10Z</dc:date>
    </item>
    <item>
      <title>Re: Arcpro 2.6.2 arcpy without conda</title>
      <link>https://community.esri.com/t5/python-questions/arcpro-2-6-2-arcpy-without-conda/m-p/40205#M3215</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;arcpy isn't going to work with 3.8.*, it is tied to python 3.6. (currently 3.6.12 security release) for the time being&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.esri.com/thread/257737"&gt;Timeline for python upgrade?&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sadly it is a couple of releases behind so do your non-arcpy stuff separately from your arcpy work.&amp;nbsp; Multiple versions of python cause "issues" which for many are finding hard to iron out.&amp;nbsp; Use the version of python that ships with Pro and use the conda that comes with it.&amp;nbsp; The original parallel processing... side-by-side machines&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 05 Oct 2020 21:08:13 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/arcpro-2-6-2-arcpy-without-conda/m-p/40205#M3215</guid>
      <dc:creator>DanPatterson</dc:creator>
      <dc:date>2020-10-05T21:08:13Z</dc:date>
    </item>
  </channel>
</rss>

