<?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 add the Arcpy module to the Spyder ? #python3.7 in Python Questions</title>
    <link>https://community.esri.com/t5/python-questions/how-to-add-the-arcpy-module-to-the-spyder-python3/m-p/594757#M46573</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you Dan, I want to ask about ArcMap desktop for 10.3-10.7 versions, can I use spyder for this also? if yes, how?&lt;/P&gt;&lt;P&gt;(ArcGIS pro, I tried and it is working, but most of the codes that I found is for python 2.7)&lt;/P&gt;&lt;P&gt;great thanks for your valuable information&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 12 Nov 2019 06:40:33 GMT</pubDate>
    <dc:creator>OrkhanAbdullayev</dc:creator>
    <dc:date>2019-11-12T06:40:33Z</dc:date>
    <item>
      <title>How to add the Arcpy module to the Spyder ? #python3.7</title>
      <link>https://community.esri.com/t5/python-questions/how-to-add-the-arcpy-module-to-the-spyder-python3/m-p/594755#M46571</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello.&lt;/P&gt;&lt;P&gt;I have an issue with the arcpy module to run standalone scripts.&lt;/P&gt;&lt;P&gt;I have installed the latest version of ArcGIS Pro and ArcMap desktop.&lt;/P&gt;&lt;P&gt;Also, installed the latest version of Spyder (Anaconda)(64-bit,python3.7).&lt;/P&gt;&lt;P&gt;I have tested "import arcpy" and it says &lt;STRONG&gt;***ModuleNotFoundError: No module named 'arcpy' ***&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Had some search on the internet how to add the arcpy module to the spyder but could not fix it. (by browsing the path of python folder)&lt;/P&gt;&lt;P&gt;please, can you help me to figure out how it works?&lt;/P&gt;&lt;P&gt;note: as I know if I have ArcGIS pro I can use Python 3.7, not 2.7 (attached, how my python folder looks like)&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.esri.com/t5/tag/python-package/tg-p"&gt;#python-package&lt;/A&gt;‌ &lt;A href="https://community.esri.com/t5/tag/arcpy scripting/tg-p"&gt;#arcpy scripting&lt;/A&gt;‌ &lt;A href="https://community.esri.com/t5/tag/spyder/tg-p"&gt;#spyder&lt;/A&gt;‌ &lt;A href="https://community.esri.com/t5/tag/arcpy scripting/tg-p"&gt;#arcpy scripting&lt;/A&gt;‌&lt;IMG alt="" class="jive-emoji image-1 jive-image j-img-original" src="https://community.esri.com/legacyfs/online/472852_Capture.JPG" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 Nov 2019 07:28:33 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/how-to-add-the-arcpy-module-to-the-spyder-python3/m-p/594755#M46571</guid>
      <dc:creator>OrkhanAbdullayev</dc:creator>
      <dc:date>2019-11-08T07:28:33Z</dc:date>
    </item>
    <item>
      <title>Re: How to add the Arcpy module to the Spyder ? #python3.7</title>
      <link>https://community.esri.com/t5/python-questions/how-to-add-the-arcpy-module-to-the-spyder-python3/m-p/594756#M46572</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You should have used the conda distribution that comes with ArcGIS Pro which is 'pinned' to python 3.6.&amp;nbsp; You probably tried to download anaconda for python 3.7 from the anaconda site which isn't going to be the same as the distribution that came with Pro.&amp;nbsp; A number of packages won't work with that distribution... arcpy is one.&lt;/P&gt;&lt;P&gt;The solution is to completely remove all vestiges of what you have done and install spyder in a clone or in the default esri distribution if you have full administrator rights.&amp;nbsp; Skip python 3.7 for now (I have looked into this BTW)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.esri.com/blogs/dan_patterson/2018/12/28/clone"&gt;/blogs/dan_patterson/2018/12/28/clone&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.esri.com/blogs/dan_patterson/2018/12/13/spyder"&gt;/blogs/dan_patterson/2018/12/13/spyder&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 Nov 2019 10:54:54 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/how-to-add-the-arcpy-module-to-the-spyder-python3/m-p/594756#M46572</guid>
      <dc:creator>DanPatterson_Retired</dc:creator>
      <dc:date>2019-11-08T10:54:54Z</dc:date>
    </item>
    <item>
      <title>Re: How to add the Arcpy module to the Spyder ? #python3.7</title>
      <link>https://community.esri.com/t5/python-questions/how-to-add-the-arcpy-module-to-the-spyder-python3/m-p/594757#M46573</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you Dan, I want to ask about ArcMap desktop for 10.3-10.7 versions, can I use spyder for this also? if yes, how?&lt;/P&gt;&lt;P&gt;(ArcGIS pro, I tried and it is working, but most of the codes that I found is for python 2.7)&lt;/P&gt;&lt;P&gt;great thanks for your valuable information&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Nov 2019 06:40:33 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/how-to-add-the-arcpy-module-to-the-spyder-python3/m-p/594757#M46573</guid>
      <dc:creator>OrkhanAbdullayev</dc:creator>
      <dc:date>2019-11-12T06:40:33Z</dc:date>
    </item>
    <item>
      <title>Re: How to add the Arcpy module to the Spyder ? #python3.7</title>
      <link>https://community.esri.com/t5/python-questions/how-to-add-the-arcpy-module-to-the-spyder-python3/m-p/594758#M46574</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I don't use arcmap anymore, but when I did, I used python 3.&amp;nbsp; For the most part, you just need to be careful that 'print' is now different but it can be handled with … from __future__ import print_statement, division&lt;/P&gt;&lt;P&gt;and a few others&lt;/P&gt;&lt;P&gt;&lt;A class="link-titled" href="https://stackoverflow.com/questions/7075082/what-is-future-in-python-used-for-and-how-when-to-use-it-and-how-it-works/7075121" title="https://stackoverflow.com/questions/7075082/what-is-future-in-python-used-for-and-how-when-to-use-it-and-how-it-works/7075121"&gt;What is __future__ in Python used for and how/when to use it, and how it works - Stack Overflow&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;There a few differences in arcpy between arcmap and ArcGIS pro, but they can be readily caught using the code snippets in the 10.x and Pro help files.&lt;/P&gt;&lt;P&gt;It would be a pain to set up another installation... however, you can set up spyder to run different pythons... refer to their website, I just never tried it&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Nov 2019 07:16:24 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/how-to-add-the-arcpy-module-to-the-spyder-python3/m-p/594758#M46574</guid>
      <dc:creator>DanPatterson_Retired</dc:creator>
      <dc:date>2019-11-12T07:16:24Z</dc:date>
    </item>
    <item>
      <title>Re: How to add the Arcpy module to the Spyder ? #python3.7</title>
      <link>https://community.esri.com/t5/python-questions/how-to-add-the-arcpy-module-to-the-spyder-python3/m-p/594759#M46575</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I know I have come late to the conversation, but I very recently had to install spyder so I decided to create a mini-blog with a step-by-step guide to help future users, it is &lt;A _jive_internal="true" href="https://community.esri.com/people/Hornbydd/blog/2019/11/13/installing-spyder-ide-for-arcpro"&gt;here&lt;/A&gt;.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 Nov 2019 12:37:55 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/how-to-add-the-arcpy-module-to-the-spyder-python3/m-p/594759#M46575</guid>
      <dc:creator>DuncanHornby</dc:creator>
      <dc:date>2019-11-13T12:37:55Z</dc:date>
    </item>
    <item>
      <title>Re: How to add the Arcpy module to the Spyder ? #python3.7</title>
      <link>https://community.esri.com/t5/python-questions/how-to-add-the-arcpy-module-to-the-spyder-python3/m-p/594760#M46576</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I had followed the mentioned guide by you and it works well. Thank you.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 22 Nov 2019 07:13:12 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/how-to-add-the-arcpy-module-to-the-spyder-python3/m-p/594760#M46576</guid>
      <dc:creator>OrkhanAbdullayev</dc:creator>
      <dc:date>2019-11-22T07:13:12Z</dc:date>
    </item>
  </channel>
</rss>

