<?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: How to run python with the ArcGIS Pro 1.4 from outside in Python Questions</title>
    <link>https://community.esri.com/t5/python-questions/how-to-run-python-with-the-arcgis-pro-1-4-from/m-p/492997#M38668</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I do have Pro 1.4.1 installed.&amp;nbsp; Not sure why mine isn't working as expected.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;edit: I went back to the Pro "Python Package Manager" and "Update PAckages" and noticed it now had an update (wasn't showing yesterday afternoon).&amp;nbsp; Installing that and trying again.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;edit 2:&amp;nbsp; I think getting that update that was the ticket for me to get the standalone Junyper Notebook to work.&amp;nbsp; The shortcut with the the (arcgispro-py3) still is not working, but the other shortcut from the separate Anaconda install is opening.&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Guess I can cancel the tech support call.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 14 Mar 2017 20:37:00 GMT</pubDate>
    <dc:creator>RebeccaStrauch__GISP</dc:creator>
    <dc:date>2017-03-14T20:37:00Z</dc:date>
    <item>
      <title>How to run python with the ArcGIS Pro 1.4 from outside</title>
      <link>https://community.esri.com/t5/python-questions/how-to-run-python-with-the-arcgis-pro-1-4-from/m-p/492989#M38660</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;With ArcGIS Desktop, version 10.4 for example, I installed the Anaconda Python and was able to run all the arcpy scripts from outside of the ArcGIS session (for example with Spyder, or Jupyter Notebook) with the following Desktop10.4.pth file created in site-package with following three lines of code&lt;/P&gt;&lt;P&gt;C:\Program Files (x86)\ArcGIS\Desktop10.4\arcpy&lt;BR /&gt;C:\Program Files (x86)\ArcGIS\Desktop10.4\bin&lt;BR /&gt;C:\Program Files (x86)\ArcGIS\Desktop10.4\ArcToolbox\Scripts&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want to replicate the same behaviour with the new ArcGIS Pro 1.4, but there seems no help on how to do this.&amp;nbsp;I want to know how to do this with the Anaconda Python that is installed by default with ArcGIS Pro 1.4. Do I need to install a separate copy of Anaconda Python?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 13 Mar 2017 23:00:50 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/how-to-run-python-with-the-arcgis-pro-1-4-from/m-p/492989#M38660</guid>
      <dc:creator>BidhyanandaYadav</dc:creator>
      <dc:date>2017-03-13T23:00:50Z</dc:date>
    </item>
    <item>
      <title>Re: How to run python with the ArcGIS Pro 1.4 from outside</title>
      <link>https://community.esri.com/t5/python-questions/how-to-run-python-with-the-arcgis-pro-1-4-from/m-p/492990#M38661</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;A quick run of sys.path yields for mine running python 3.5&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;'C:\\ArcPro\\Resources\\ArcToolbox\\Scripts',&lt;/P&gt;&lt;P&gt;&amp;nbsp;'C:\\ArcPro\\Resources\\ArcPy',&lt;/P&gt;&lt;P&gt;&amp;nbsp;'C:\\ArcPro\\bin\\Python\\envs\\arcgispro-py3',&lt;/P&gt;&lt;P&gt;&amp;nbsp;'C:\\ArcPro\\bin',&lt;/P&gt;&lt;P&gt;plus personal ones and others that were from imports&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;you can set up icons on the desktop to run&lt;/P&gt;&lt;P&gt;C:\ArcPro\bin\Python\Scripts\proenv.bat&amp;nbsp;&amp;nbsp; then type spyder&amp;nbsp;&amp;nbsp;&amp;nbsp; I usually right-click and get to 'run as administrator' to get it to go.&lt;/P&gt;&lt;P&gt;or set up a desktop shortcut to run spyder directly (again sometimes run as administrator is needed)&lt;/P&gt;&lt;P&gt;C:\ArcPro\bin\Python\envs\arcgispro-py3\Scripts\spyder.exe&lt;/P&gt;&lt;P&gt;Then I link spyder to PRO from the project window like so.&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="339939" alt="" class="image-1 jive-image" src="https://community.esri.com/legacyfs/online/339939_python_spyder_pro104.png" style="width: 376px; height: 145px;" /&gt;&lt;/P&gt;&lt;P&gt;I keep a separate Anaconda distribution to run python 3.6+ with the scipy stack but no access to arcpy so I can work outside that environment&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a &lt;A _jive_internal="true" href="https://community.esri.com/blogs/dan_patterson/2016/07/17/anaconda-spyder-and-arcgis-pro"&gt;couple of blog links , here is one&lt;/A&gt; if you are interested python and siblings with and without an arcmap environment&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 13 Mar 2017 23:27:53 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/how-to-run-python-with-the-arcgis-pro-1-4-from/m-p/492990#M38661</guid>
      <dc:creator>DanPatterson_Retired</dc:creator>
      <dc:date>2017-03-13T23:27:53Z</dc:date>
    </item>
    <item>
      <title>Re: How to run python with the ArcGIS Pro 1.4 from outside</title>
      <link>https://community.esri.com/t5/python-questions/how-to-run-python-with-the-arcgis-pro-1-4-from/m-p/492991#M38662</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank Dan. So based on your response, there is no way to replicate the old ArcGIS Desktop 10.4 arcpy behavior with the new ArcGIS Pro 1.4. With older setup, I just installed Anaconda Python with all its goodies and updates and just inserted a path to arcpy, and everything worked like charm. Even updating the newer version of Numpy, Matplotlib created no issues.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Even though the Pro document says, its comes pre-installed with conda, it seems pretty restrictive. I haven't been able to figure out how to run Ipython/Jupyter notebook.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 Mar 2017 05:46:36 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/how-to-run-python-with-the-arcgis-pro-1-4-from/m-p/492991#M38662</guid>
      <dc:creator>BidhyanandaYadav</dc:creator>
      <dc:date>2017-03-14T05:46:36Z</dc:date>
    </item>
    <item>
      <title>Re: How to run python with the ArcGIS Pro 1.4 from outside</title>
      <link>https://community.esri.com/t5/python-questions/how-to-run-python-with-the-arcgis-pro-1-4-from/m-p/492992#M38663</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;No.. the conda distribution for Pro has all that stuff and more including the ability to install other packages easily.&amp;nbsp; Check out my blog links.&amp;nbsp; When you install pro, you get the&amp;nbsp;a nice &amp;nbsp;conda distribution with the ability to run everything... here is &lt;/P&gt;&lt;P&gt;an image of the packages when you go to the Project window&lt;/P&gt;&lt;P&gt;&lt;IMG alt="" class="image-1 jive-image j-img-original" src="https://community.esri.com/legacyfs/online/340211_pro_104_packages.png" style="width: 620px; height: 365px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 Mar 2017 11:01:22 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/how-to-run-python-with-the-arcgis-pro-1-4-from/m-p/492992#M38663</guid>
      <dc:creator>DanPatterson_Retired</dc:creator>
      <dc:date>2017-03-14T11:01:22Z</dc:date>
    </item>
    <item>
      <title>Re: How to run python with the ArcGIS Pro 1.4 from outside</title>
      <link>https://community.esri.com/t5/python-questions/how-to-run-python-with-the-arcgis-pro-1-4-from/m-p/492993#M38664</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm just starting to install and test this myself, but at the Dev Summit it looked as if it could still be run outside of Pro.&amp;nbsp; I think that is how they did most of the demos.&lt;/P&gt;&lt;P&gt;Check out &lt;A class="link-titled" href="https://developers.arcgis.com/python/guide/install-and-set-up/" title="https://developers.arcgis.com/python/guide/install-and-set-up/"&gt;Install and set up | ArcGIS for Developers&lt;/A&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; You may need to log in to access.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So far (before I left work yesterday), I just added the package as Dan mentions.&amp;nbsp; I'm not sure if you IT will allow me to use it as a standalone, but I am also looking into that.&amp;nbsp; I know the "try it in the sandbox" seemed to be blocked on our network.&amp;nbsp; Just in case you see issues with that too.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 Mar 2017 15:24:15 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/how-to-run-python-with-the-arcgis-pro-1-4-from/m-p/492993#M38664</guid>
      <dc:creator>RebeccaStrauch__GISP</dc:creator>
      <dc:date>2017-03-14T15:24:15Z</dc:date>
    </item>
    <item>
      <title>Re: How to run python with the ArcGIS Pro 1.4 from outside</title>
      <link>https://community.esri.com/t5/python-questions/how-to-run-python-with-the-arcgis-pro-1-4-from/m-p/492994#M38665</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&amp;nbsp;&lt;A href="https://community.esri.com/people/Dan_Patterson"&gt;Dan_Patterson&lt;/A&gt;&amp;nbsp;I checked your blog on Anaconda, Spyer and ArcGIS PRO. I was able to follow some parts but not everything. I think things has changed in the new PRO 1.4 since this blog.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So anyway thats my confusion, since new ArcGIS PRO 1.4 already comes with conda/anaconda, along with the ability to add more packages, I want to make this one work for all my workflow without having to install additional copy of Anaconda Python on my system. With the requirement of 32-bit Python 2.7 for ArcGIS Desktop, its already a mess.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Specifically, I am unable to launch Jupyter notebook. Previously, with I was able to run this smoothly, now this does not work. Actually I think I have not been able to set this up. Before I try on my own and break something I was hoping that if someone has done this, I can follow your advice.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 Mar 2017 15:26:40 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/how-to-run-python-with-the-arcgis-pro-1-4-from/m-p/492994#M38665</guid>
      <dc:creator>BidhyanandaYadav</dc:creator>
      <dc:date>2017-03-14T15:26:40Z</dc:date>
    </item>
    <item>
      <title>Re: How to run python with the ArcGIS Pro 1.4 from outside</title>
      <link>https://community.esri.com/t5/python-questions/how-to-run-python-with-the-arcgis-pro-1-4-from/m-p/492995#M38666</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;A href="https://community.esri.com/migrated-users/183997"&gt;Bidhyananda Yadav&lt;/A&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; I'm also having issues getting it to run the way I thought it would.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Yesterday, I followed the instruction to add the arcgis API using the Python tab in ArcGIS Pro (as Dan describes and &lt;A class="link-titled" href="https://developers.arcgis.com/python/guide/install-and-set-up/" title="https://developers.arcgis.com/python/guide/install-and-set-up/"&gt;Install and set up | ArcGIS for Developers&lt;/A&gt;&amp;nbsp;).&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then I was trying to run the shortcut created for "Jupyter Notepad (arcgisPro-Py3)" that was created in my "C:\Users\&amp;lt;username&amp;gt;\AppData\Roaming\Microsoft\Windows\Start Menu\Programs\Anaconda3 (64-bit)"&amp;nbsp; (and was located in the Start Menu for Anaconda) but it was just opening and closing right away.&amp;nbsp; It looks as if the Target for the shortcut has an error or is truncated.&amp;nbsp; The Target for the shortcut on my machine, after the path to the python.exe, ends with "C:&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; that is, a double quote at the start, but not a closing double quote.&amp;nbsp;&amp;nbsp; I'm not sure what the full Target argument is supposed to be, as I let ArcPro 1.4 add is to the default location.&amp;nbsp; I'm not sure if that is a bug or not.&amp;nbsp; (??)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So I opened the Python command prompt in Pro and tried to&amp;nbsp;&amp;nbsp; "conda install -c esri arcgis" and a few others, and keep getting "&lt;SPAN style="color: #ff0000;"&gt;parsing error&amp;nbsp; SyntaxError:invalid syntaqx (&amp;lt;string&amp;gt;, line 1)&lt;/SPAN&gt;".&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then I tried following the install instructions found &lt;A class="link-titled" href="https://notebooks.esri.com/user/KvSCOmtK1RFr/notebooks/guide/01%20Getting%20Started/Install%20and%20set%20up.ipynb" title="https://notebooks.esri.com/user/KvSCOmtK1RFr/notebooks/guide/01%20Getting%20Started/Install%20and%20set%20up.ipynb"&gt;Jupyter Notebook&lt;/A&gt;&amp;nbsp; for the API, and installed Anaconda from the .exe as instructed.&amp;nbsp; I'm keeping the "Register Anacaonda as my default Python 3.6" checked, however, since I do most of my development in 2.7 and Wing IDE, I may need to change things back (??).&lt;/P&gt;&lt;P&gt;&lt;IMG class="image-1 jive-image" src="https://community.esri.com/legacyfs/online/340431_pastedImage_1150.png" style="width: 296px; height: 234px;" /&gt;&lt;/P&gt;&lt;P&gt;That also does not seems to be working for me, and it doesn't look like Anaconda is showing in my path (may need to reboot after closing this comment).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm going to call in a tech support ticket and will let you know if I find out anything.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 Mar 2017 19:46:35 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/how-to-run-python-with-the-arcgis-pro-1-4-from/m-p/492995#M38666</guid>
      <dc:creator>RebeccaStrauch__GISP</dc:creator>
      <dc:date>2017-03-14T19:46:35Z</dc:date>
    </item>
    <item>
      <title>Re: How to run python with the ArcGIS Pro 1.4 from outside</title>
      <link>https://community.esri.com/t5/python-questions/how-to-run-python-with-the-arcgis-pro-1-4-from/m-p/492996#M38667</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The top of the link was for 1.4.1, the rest as indicated was for legacy installations.&lt;/P&gt;&lt;P&gt;Just install 1.4.1, use their conda distribution, go to my above link images, set yourself up, install your other packages, create desktop shortcuts and you are ready to go.&amp;nbsp;&lt;/P&gt;&lt;P&gt;I keep two distributions... one for non-arc* stuff using python 3.6 as the base, then I let Arc* do its thing and install its own conda distribution.... notice the separation.&amp;nbsp; I also set up spyder to use as my IDE for both arcmap and PRO.&amp;nbsp; I also set up a Jupyter QT consol and Pythonwin to run in both as well as Pycharm Edu to kick around on those occasions that I want to prepare lecture materials.&amp;nbsp; The only thing that I don't use anymore is Pyscripter since development seems to be terminated (open the zip... the dates are two years old) and I read that it doesn't play nice anymore with the conda distribution from arc*.&amp;nbsp; There is no limits to what you can do.&amp;nbsp; In the pure Anaconda/python3.6 distribution, I am also using Matplotlib 2.0 which will give you a heads up on what you can do should esri update their package list with future releases.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="" class="j-img-floatstart image-1 jive-image" src="https://community.esri.com/legacyfs/online/340468_anaconda_navigator.png" style="width: 558px; height: 439px; float: left;" /&gt;&lt;IMG alt="" class="j-img-floatstart image-2 jive-image" src="https://community.esri.com/legacyfs/online/340472_anaconda_navigator2.png" style="height: 480px; float: left;" width="234" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 Mar 2017 20:13:58 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/how-to-run-python-with-the-arcgis-pro-1-4-from/m-p/492996#M38667</guid>
      <dc:creator>DanPatterson_Retired</dc:creator>
      <dc:date>2017-03-14T20:13:58Z</dc:date>
    </item>
    <item>
      <title>Re: How to run python with the ArcGIS Pro 1.4 from outside</title>
      <link>https://community.esri.com/t5/python-questions/how-to-run-python-with-the-arcgis-pro-1-4-from/m-p/492997#M38668</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I do have Pro 1.4.1 installed.&amp;nbsp; Not sure why mine isn't working as expected.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;edit: I went back to the Pro "Python Package Manager" and "Update PAckages" and noticed it now had an update (wasn't showing yesterday afternoon).&amp;nbsp; Installing that and trying again.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;edit 2:&amp;nbsp; I think getting that update that was the ticket for me to get the standalone Junyper Notebook to work.&amp;nbsp; The shortcut with the the (arcgispro-py3) still is not working, but the other shortcut from the separate Anaconda install is opening.&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Guess I can cancel the tech support call.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 Mar 2017 20:37:00 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/how-to-run-python-with-the-arcgis-pro-1-4-from/m-p/492997#M38668</guid>
      <dc:creator>RebeccaStrauch__GISP</dc:creator>
      <dc:date>2017-03-14T20:37:00Z</dc:date>
    </item>
    <item>
      <title>Re: How to run python with the ArcGIS Pro 1.4 from outside</title>
      <link>https://community.esri.com/t5/python-questions/how-to-run-python-with-the-arcgis-pro-1-4-from/m-p/492998#M38669</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hmmm I am using windows 10, on a local install, not connected to a network at all, but check out your licensing arrangements.&amp;nbsp; I just find that keeping it untoggled off line easiest and make sure that your licensing portal is specified if it applies to you.&amp;nbsp; Then you can go to your configure licensing options should all else fail.&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;IMG alt="" class="image-1 jive-image" src="https://community.esri.com/legacyfs/online/340499_licensing_pro.png" style="width: 527px; height: 587px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 Mar 2017 20:51:49 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/how-to-run-python-with-the-arcgis-pro-1-4-from/m-p/492998#M38669</guid>
      <dc:creator>DanPatterson_Retired</dc:creator>
      <dc:date>2017-03-14T20:51:49Z</dc:date>
    </item>
    <item>
      <title>Re: How to run python with the ArcGIS Pro 1.4 from outside</title>
      <link>https://community.esri.com/t5/python-questions/how-to-run-python-with-the-arcgis-pro-1-4-from/m-p/492999#M38670</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Rebecca,&lt;BR /&gt;&lt;BR /&gt;The issue with the shortcut not working is a bug, and I see that a bug has been filed with its description. You can still run the notebook from the environment prompt, but that is annoying that the shortcut isn't working directly.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When you said that you opened up a "Python command prompt", do you mean the Python window that's included within Pro? The error you're getting makes it look like you're at a Python interepreter prompt, which would cause that issue. To install the ArcGIS API for Python, instead you'll want to run the shortcut in the Pro group called "Python command prompt", then run the command you included.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You shouldn't need to install another Anaconda, it'll probably make things more complicated than necessary -- you can also use the Python backstage from Pro (Project &amp;gt; Python) to install the API without having to use any command line tools at all.&lt;BR /&gt;&lt;BR /&gt;Cheers,&lt;/P&gt;&lt;P&gt;Shaun&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Mar 2017 00:31:46 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/how-to-run-python-with-the-arcgis-pro-1-4-from/m-p/492999#M38670</guid>
      <dc:creator>ShaunWalbridge</dc:creator>
      <dc:date>2017-03-15T00:31:46Z</dc:date>
    </item>
    <item>
      <title>Re: How to run python with the ArcGIS Pro 1.4 from outside</title>
      <link>https://community.esri.com/t5/python-questions/how-to-run-python-with-the-arcgis-pro-1-4-from/m-p/493000#M38671</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Bidhyananda,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The issue of the notebook shortcut not working has been added as a bug, BUG-000103143. You should still be able to access the notebooks from the command line, just not from the shortcut directly.&lt;BR /&gt;&lt;BR /&gt;Cheers,&lt;BR /&gt;Shaun&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Mar 2017 04:44:26 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/how-to-run-python-with-the-arcgis-pro-1-4-from/m-p/493000#M38671</guid>
      <dc:creator>ShaunWalbridge</dc:creator>
      <dc:date>2017-03-15T04:44:26Z</dc:date>
    </item>
    <item>
      <title>Re: How to run python with the ArcGIS Pro 1.4 from outside</title>
      <link>https://community.esri.com/t5/python-questions/how-to-run-python-with-the-arcgis-pro-1-4-from/m-p/493001#M38672</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;A href="https://community.esri.com/migrated-users/31672"&gt;Shaun Walbridge&lt;/A&gt;&amp;nbsp;Thanks for the info on BUG-000103143.&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Because I figured out that something was wrong with the shortcut, that was why I installed the Anaconda process.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.esri.com/migrated-users/183997"&gt;Bidhyananda Yadav&lt;/A&gt;&amp;nbsp;The step I was messing up in BOTH the Anaconda and the Pro install was trying to run &lt;CODE&gt;the&lt;/CODE&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;BLOCKQUOTE class="jive_macro_quote jive-quote jive_text_macro"&gt;&lt;CODE class=""&gt;conda install -&lt;SPAN class=""&gt;c&lt;/SPAN&gt; esri arcgis &lt;/CODE&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;&lt;SPAN style="font-family: arial,helvetica,sans-serif;"&gt;&lt;CODE&gt;from the wrong location. (I has used the "Python Package Install" In Pro, and it appeared to work, but needed this step). I kept trying to run the command within the "jupyter notebook" or as Shaun pointed out, from the Pro Python interpreter prompt, which I was incorrectly calling the Pro Python command prompt.&amp;nbsp; Once I ran it from the correct locations, the notebook worked as expected.&lt;/CODE&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: arial,helvetica,sans-serif;"&gt;&lt;CODE&gt;&lt;/CODE&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;CODE&gt;In short, for others that see this...&lt;/CODE&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;CODE&gt;If installing using Pro (and not anaconda), (I think you stil need to install the arcgis python api package from within Pro first):&lt;BR /&gt;&lt;/CODE&gt;&lt;UL&gt;&lt;LI&gt;&lt;CODE&gt;open Start-&amp;gt;All Programs-&amp;gt;ArcGIS-&amp;gt;ArcGIS Pro-&amp;gt;Python Command Prompt&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; (&lt;/CODE&gt;&lt;UL&gt;&lt;LI&gt;&lt;CODE&gt;you may want to open "As Administrator", although I didn't need to&lt;BR /&gt;&lt;/CODE&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;/LI&gt;&lt;LI&gt;&lt;CODE&gt;run the install command above&amp;nbsp; (should only need to do once). &lt;/CODE&gt;&lt;/LI&gt;&lt;LI&gt;&lt;CODE&gt;once the install finishes, in the same window, test if it worked by typing "jupyter notebook" at the prompt and give it time to open in a browser.&amp;nbsp;&lt;/CODE&gt;&lt;/LI&gt;&lt;LI&gt;&lt;CODE&gt; To further test, in the Jupyter Notebook that opens, type the line below and run (there is a button in the toolbar) to make sure you do not get an error.&lt;BR /&gt;&lt;/CODE&gt;&lt;BLOCKQUOTE class="jive_macro_quote jive-quote jive_text_macro"&gt;&lt;CODE&gt;from arcgis.gis import GIS&lt;/CODE&gt;&lt;/BLOCKQUOTE&gt;&lt;/LI&gt;&lt;LI&gt;&lt;CODE class=""&gt;&lt;SPAN class=""&gt;If all that works, it is good to go and I suggest trying some of the samples.&lt;/SPAN&gt; &lt;/CODE&gt;&lt;/LI&gt;&lt;LI&gt;&lt;CODE class=""&gt;&lt;SPAN class=""&gt;Because it seems to open in the folder that you start the session, you may want to change that location with&amp;nbsp;&amp;nbsp; "cd \&amp;lt;path&amp;gt;" before starting the notebook, and eventually work with a copy of the shortcut for the Python Command Prompt to make it easier.&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/LI&gt;&lt;LI&gt;&lt;CODE class=""&gt;&lt;SPAN class=""&gt;To close, it seems you just have to close the tab in the browser, and then the command prompt (if anyone sees a smoother process, I'm interested)&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;/LI&gt;&lt;LI&gt;&lt;CODE class=""&gt;&lt;SPAN class=""&gt;For the Andaconda, external install, I follwed the instructions to download and install Anaconda, and like the above, I was using the wrong command prompt.&amp;nbsp; Instructions are the same as above, except the command prompt for me is:&lt;/SPAN&gt;&lt;/CODE&gt;&lt;UL&gt;&lt;LI&gt;&lt;CODE class=""&gt;&lt;SPAN class=""&gt;&lt;CODE&gt;Start-&amp;gt;All Programs-&amp;gt;Anaconda3 (64-bit)-&amp;gt;Anaconda Prompt&lt;/CODE&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;CODE class=""&gt;&lt;SPAN class=""&gt;&lt;CODE&gt;Sample, using the Anaconda Prompt (Other prompt is similar)...I had already installed&lt;/CODE&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/P&gt;&lt;P&gt;&lt;CODE class=""&gt;&lt;SPAN class=""&gt;&lt;CODE&gt;&lt;IMG __jive_id="341012" class="image-1 jive-image" src="https://community.esri.com/legacyfs/online/341012_pastedImage_12.png" style="width: 526px; height: 256px;" /&gt;&lt;/CODE&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/P&gt;&lt;P&gt;&lt;CODE class=""&gt;&lt;SPAN class=""&gt;&lt;CODE&gt;&lt;/CODE&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/P&gt;&lt;P&gt;I think if I have used the correct "ArcGIS Pro -&amp;gt; Python Command Prompt" (not the Python Interpreter within Pro) to do the "conda install -c esri arcgis" and to open the Jupyter Notebook, I think all would have worked fine without installing the Anaconda version.&amp;nbsp; It does run the notebook in the browser, i.e. external to Pro, so if I was to start over (which I will on another machine), I would start with just that process to see if it all works.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hopefully this works for you too.&amp;nbsp; I see lots of potential in the Python API.&amp;nbsp;&lt;/P&gt;&lt;P&gt;BTW - I think the&amp;nbsp; &lt;A class="link-titled" href="https://developers.arcgis.com/python/guide/install-and-set-up/" title="https://developers.arcgis.com/python/guide/install-and-set-up/"&gt;Install and set up | ArcGIS for Developers&lt;/A&gt; needs to be a little more specific re: the&amp;nbsp; proper "Command prompt" ....with the paths and/or a pic, like I have above.&amp;nbsp; That would have saved me a lot of time (and was quickly pointed out by tech support this morning!)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;EDIT: additional note.&amp;nbsp; When I used the Pro -&amp;gt;Python -&amp;gt; Add Packages and install the "arcgis" for the first time, it still installed the 0.3 beta version (3/14/2017).&amp;nbsp; I didn't notice that it was in the "Update Packages" list for a couple hours.&amp;nbsp; You should make sure to update it there tot he 1.0.1 (or above) version if yours loads the beta.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Mar 2017 17:34:18 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/how-to-run-python-with-the-arcgis-pro-1-4-from/m-p/493001#M38672</guid>
      <dc:creator>RebeccaStrauch__GISP</dc:creator>
      <dc:date>2017-03-15T17:34:18Z</dc:date>
    </item>
    <item>
      <title>Re: How to run python with the ArcGIS Pro 1.4 from outside</title>
      <link>https://community.esri.com/t5/python-questions/how-to-run-python-with-the-arcgis-pro-1-4-from/m-p/493002#M38673</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Rebecca,&lt;BR /&gt;&lt;BR /&gt;Thanks for the details on your approach. Note that we also have an open bug on the unintuitive lack of "automatic refresh" issue you mentioned. We initially wanted to ensure that no remote request was made unless explicitly requeste by the user, but overall I think this is more likely to cause problems as you mentioned.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 19 Mar 2017 05:18:08 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/how-to-run-python-with-the-arcgis-pro-1-4-from/m-p/493002#M38673</guid>
      <dc:creator>ShaunWalbridge</dc:creator>
      <dc:date>2017-03-19T05:18:08Z</dc:date>
    </item>
    <item>
      <title>Re: How to run python with the ArcGIS Pro 1.4 from outside</title>
      <link>https://community.esri.com/t5/python-questions/how-to-run-python-with-the-arcgis-pro-1-4-from/m-p/493003#M38674</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you&amp;nbsp;&lt;A href="https://community.esri.com/migrated-users/2691"&gt;Rebecca Strauch, GISP&lt;/A&gt;&lt;A href="https://community.esri.com/migrated-users/31672"&gt;Shaun Walbridge&lt;/A&gt;&amp;nbsp;&lt;A href="https://community.esri.com/migrated-users/3116"&gt;Dan Patterson&lt;/A&gt;. I also spent some time figure out the&amp;nbsp;issues based on your comments/suggestions. Here's what I did.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I&amp;nbsp;was able to run Python 3.5 from the default ArcGIS pro installation of Python. While Jupyter notebook and other packages can be directly installed from inside the ArcGIS pro Python panel, installing arcgis python package&amp;nbsp;also helped setup the Jupyter notebook (even though arcgis python and arcpy are separate products). I would definitely recommend arcgis python.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But these are the issues I faced in my work. ArcGIS Pro python is quite restrictive, and I could not install other open source libraries such as GDAL, Geopandas etc. Since, my workflow depend on ArcPy, along with many other open source libraries I am unable to commit fully to ArcGIS Pro Python for all my work.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So I also have Anaconda Python 2.7 for ArcMap 10.5. Definitely, not the solution I was looking for because now I constantly have to switch between the two installations of Python, and this is definitely as hassle (contrary to the spirit of Python).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I would have liked the&amp;nbsp;workflow similar to ArcGIS Desktop which allows you to install you own Python (Anaconda for example) and continue working with ArcPy by just including it in path.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 20 Mar 2017 19:47:07 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/how-to-run-python-with-the-arcgis-pro-1-4-from/m-p/493003#M38674</guid>
      <dc:creator>BidhyanandaYadav</dc:creator>
      <dc:date>2017-03-20T19:47:07Z</dc:date>
    </item>
    <item>
      <title>Re: How to run python with the ArcGIS Pro 1.4 from outside</title>
      <link>https://community.esri.com/t5/python-questions/how-to-run-python-with-the-arcgis-pro-1-4-from/m-p/493004#M38675</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hmmmm usually a 'pip' install is offered by a package to allow you to install anything you need.&amp;nbsp; Some packages don't work well in virtualized environments and/or don't respond well to permanent or temporary additions to the python or system path.&amp;nbsp; The two packages you cite have alternatives. They may not meet your familiarity level so that is also a workflow concern.&amp;nbsp; Good luck&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PS geos and gdal are available in the anaconda distribution meaning they can be installed in arcpro's version, they just aren't in the package list... which hasn't stopped anyone&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 20 Mar 2017 20:52:49 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/how-to-run-python-with-the-arcgis-pro-1-4-from/m-p/493004#M38675</guid>
      <dc:creator>DanPatterson_Retired</dc:creator>
      <dc:date>2017-03-20T20:52:49Z</dc:date>
    </item>
    <item>
      <title>Re: How to run python with the ArcGIS Pro 1.4 from outside</title>
      <link>https://community.esri.com/t5/python-questions/how-to-run-python-with-the-arcgis-pro-1-4-from/m-p/493005#M38676</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yeah pip should work, even conda install works.&amp;nbsp;The Python that comes with ArcGIS Pro is not flexible enough to allow user the choice to install other open source packages. Especially, the ones related to open source GIS libraries. My whole interest in starting this question was to find out if anyone has been successful in&amp;nbsp;using&amp;nbsp;the ArcGIS Pro Python for all their workflow.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My intent is to have the latest version of 64-bit Python to accomplish all my work, including the ArcPy functionalities.&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 20 Mar 2017 22:46:22 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/how-to-run-python-with-the-arcgis-pro-1-4-from/m-p/493005#M38676</guid>
      <dc:creator>BidhyanandaYadav</dc:creator>
      <dc:date>2017-03-20T22:46:22Z</dc:date>
    </item>
    <item>
      <title>Re: How to run python with the ArcGIS Pro 1.4 from outside</title>
      <link>https://community.esri.com/t5/python-questions/how-to-run-python-with-the-arcgis-pro-1-4-from/m-p/493006#M38677</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The version of python 3.5.1... is the same python 3.5.1 that everyone uses, there is no difference in python... let us make that absolutely clear... All esri did was produce a 'conda' package of the modules for that particular version of python so that they could ensure that everything would play nice.&amp;nbsp; For example, the numpy version could have been upgraded, but some packages don't support a higher version, so it wasn't installed.&amp;nbsp; You will find this the same with the pure Continuum Anaconda distribution, of which I have several covering all the versions that I may have to work with.&amp;nbsp; The only difference is... if you want to use 'arcpy' , then esri sets the rules because they have to maintain their whole conda package.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As for workflow, I can choose to do whatever I want with any version of python within its own conda distribution (ie continuum's 3.4, 3.5 and 3.6 distributions), then when I need something done in ArcPRO or even ArcMap, I just bring the data into esri's distribution of packages.&amp;nbsp; I have never had a problem, in fact, I could quite comfortably use theirs solely, since packages such as gdal and the other open source packages that try to circumvent arc*anything aren't needed in my workflow, since I have access to arcpy.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you could provide a specific case where you can't do something in 'python' that would be an issue.&amp;nbsp; If you are talking about something that you can't do in your workflow because of your chosen packages, then perhaps suggestions can be made as to alternatives within the existing esri conda distribution or other options within a continuum distribution or how to conda or pip install what you need.&amp;nbsp; For example, gdal is quite old school only relying on numpy 1.0, and the whole raster-array-raster translation is readily handled.&amp;nbsp; The only stumbling block may be in geodatabase support, but since you have arc* then that shouldn't be an issue.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The whole point of my missives, is that you can do anything you want within the confines of the PRO distribution... anything that isn't there, simple solutions exist and having the 'newest' continuum anaconda distribution provides the opportunity to plan ahead and/or exploit capabilities when they appear.&lt;/P&gt;&lt;P&gt;Give it a try, just keep your installations clean and separate and well managed.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Mar 2017 00:29:41 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/how-to-run-python-with-the-arcgis-pro-1-4-from/m-p/493006#M38677</guid>
      <dc:creator>DanPatterson_Retired</dc:creator>
      <dc:date>2017-03-21T00:29:41Z</dc:date>
    </item>
    <item>
      <title>Re: How to run python with the ArcGIS Pro 1.4 from outside</title>
      <link>https://community.esri.com/t5/python-questions/how-to-run-python-with-the-arcgis-pro-1-4-from/m-p/493007#M38678</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Bidhyananda,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm able to install a wide variety of packages within the Pro environment, including many other geospatial ones. Can you name any particular packages that aren't working for you?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you have an existing external conda that you'd prefer to use, you can still use a .pth based cross-linking to achieve the same effect as before. As Dan mentioned in an earlier post on this thread, you just need to point it at the relevant locations within the Pro install to pick up (a) the ArcGIS Pro bin directory and (b) the locations of the ArcPy install. In a future release, we will make this simpler, but the same approach you've been using for ArcMap 10.x will work with Pro as well if you'd prefer not to use the Conda environment included with Pro.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Mar 2017 20:09:47 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/how-to-run-python-with-the-arcgis-pro-1-4-from/m-p/493007#M38678</guid>
      <dc:creator>ShaunWalbridge</dc:creator>
      <dc:date>2017-03-21T20:09:47Z</dc:date>
    </item>
    <item>
      <title>Re: How to run python with the ArcGIS Pro 1.4 from outside</title>
      <link>https://community.esri.com/t5/python-questions/how-to-run-python-with-the-arcgis-pro-1-4-from/m-p/493008#M38679</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm afraid I need some additional help getting this to work, as well. Like I've done for a few years now, I added a .pth file to my Miniconda distribution folder. The contents of that file are:&lt;/P&gt;&lt;BLOCKQUOTE class="jive_macro_quote jive-quote jive_text_macro"&gt;&lt;P&gt;C:\Program Files\ArcGIS\Pro\bin&lt;BR /&gt;C:\Program Files\ArcGIS\Pro\Resources\ArcPy&lt;BR /&gt;C:\Program Files\ArcGIS\Pro\Resources\ArcToolBox\Scripts&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When I try to import arcpy, however, an error is thrown:&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; arcpy
Traceback &lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;most recent call last&lt;SPAN class="punctuation token"&gt;)&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;:&lt;/SPAN&gt;
&amp;nbsp; Python Shell&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt; prompt &lt;SPAN class="number token"&gt;1&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt; line &lt;SPAN class="number token"&gt;1&lt;/SPAN&gt;
&amp;nbsp; File &lt;SPAN class="string token"&gt;"C:\Program Files\ArcGIS\Pro\Resources\ArcPy\arcpy\__init__.py"&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt; line &lt;SPAN class="number token"&gt;66&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt; &lt;SPAN class="keyword token"&gt;in&lt;/SPAN&gt; &lt;SPAN class="operator token"&gt;&amp;lt;&lt;/SPAN&gt;module&lt;SPAN class="operator token"&gt;&amp;gt;&lt;/SPAN&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN class="keyword token"&gt;from&lt;/SPAN&gt; arcpy&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;geoprocessing &lt;SPAN class="keyword token"&gt;import&lt;/SPAN&gt; gp
&amp;nbsp; File &lt;SPAN class="string token"&gt;"C:\Program Files\ArcGIS\Pro\Resources\ArcPy\arcpy\geoprocessing\__init__.py"&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt; line &lt;SPAN class="number token"&gt;14&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt; &lt;SPAN class="keyword token"&gt;in&lt;/SPAN&gt; &lt;SPAN class="operator token"&gt;&amp;lt;&lt;/SPAN&gt;module&lt;SPAN class="operator token"&gt;&amp;gt;&lt;/SPAN&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN class="keyword token"&gt;from&lt;/SPAN&gt; &lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;_base &lt;SPAN class="keyword token"&gt;import&lt;/SPAN&gt; &lt;SPAN class="operator token"&gt;*&lt;/SPAN&gt;
&amp;nbsp; File &lt;SPAN class="string token"&gt;"C:\Program Files\ArcGIS\Pro\Resources\ArcPy\arcpy\geoprocessing\_base.py"&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt; line &lt;SPAN class="number token"&gt;14&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt; &lt;SPAN class="keyword token"&gt;in&lt;/SPAN&gt; &lt;SPAN class="operator token"&gt;&amp;lt;&lt;/SPAN&gt;module&lt;SPAN class="operator token"&gt;&amp;gt;&lt;/SPAN&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN class="keyword token"&gt;import&lt;/SPAN&gt; arcgisscripting
builtins&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;ModuleNotFoundError&lt;SPAN class="punctuation token"&gt;:&lt;/SPAN&gt; No module named &lt;SPAN class="string token"&gt;'arcgisscripting'&lt;/SPAN&gt;&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;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any assistance would be much appreciated.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 11 Dec 2021 21:41:47 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/how-to-run-python-with-the-arcgis-pro-1-4-from/m-p/493008#M38679</guid>
      <dc:creator>PhilMorefield</dc:creator>
      <dc:date>2021-12-11T21:41:47Z</dc:date>
    </item>
  </channel>
</rss>

