<?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: Using ArcPy in Anaconda Python 3.7 distribution in Python Questions</title>
    <link>https://community.esri.com/t5/python-questions/using-arcpy-in-anaconda-python-3-7-distribution/m-p/267781#M20625</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Arcpy is installed in a particular manner in a conda distribution managed by esri.&amp;nbsp; It requires that you use "their" python and if you plan to use arcpy, then install ArcGIS Pro (if you haven't already) and it will be available to you.&lt;/P&gt;&lt;P&gt;You won't be able to successfully/(easily) access arcpy from the "outside world".&lt;/P&gt;&lt;P&gt;Python 3.7 adds some nice features, some of which were back candidates to 3.6 but there are no major breaks on the python side that will cause you issues.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 20 Jul 2020 20:43:57 GMT</pubDate>
    <dc:creator>DanPatterson</dc:creator>
    <dc:date>2020-07-20T20:43:57Z</dc:date>
    <item>
      <title>Using ArcPy in Anaconda Python 3.7 distribution</title>
      <link>https://community.esri.com/t5/python-questions/using-arcpy-in-anaconda-python-3-7-distribution/m-p/267776#M20620</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm trying to create a comprehensive machine learning and GIS processing environment in Python 3.7. I'm using the Anaconda distribution. I have ArcGIS Pro 2.2 and ArcGIS Desktop 10.6.1 installed (I think). I've installed the ArcGIS API for Python, which mostly works, however, any process involving the displaying of a map or importing ArcPy fails. Is there a way to install or point ArcPy so that it can be used in my Anaconda environment?&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 17 Jul 2020 20:10:15 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/using-arcpy-in-anaconda-python-3-7-distribution/m-p/267776#M20620</guid>
      <dc:creator>robertflamenbaum</dc:creator>
      <dc:date>2020-07-17T20:10:15Z</dc:date>
    </item>
    <item>
      <title>Re: Using ArcPy in Anaconda Python 3.7 distribution</title>
      <link>https://community.esri.com/t5/python-questions/using-arcpy-in-anaconda-python-3-7-distribution/m-p/267777#M20621</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;what are the error messages?&lt;/P&gt;&lt;P&gt;arcpy need python 3.6 currently and it won't be changing very soon&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 17 Jul 2020 20:36:36 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/using-arcpy-in-anaconda-python-3-7-distribution/m-p/267777#M20621</guid>
      <dc:creator>DanPatterson</dc:creator>
      <dc:date>2020-07-17T20:36:36Z</dc:date>
    </item>
    <item>
      <title>Re: Using ArcPy in Anaconda Python 3.7 distribution</title>
      <link>https://community.esri.com/t5/python-questions/using-arcpy-in-anaconda-python-3-7-distribution/m-p/267778#M20622</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Why can't your "comprehensive machine learning and GIS processing environment" be in Python 3.6?&amp;nbsp; What packages/modules require 3.7?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 17 Jul 2020 22:37:29 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/using-arcpy-in-anaconda-python-3-7-distribution/m-p/267778#M20622</guid>
      <dc:creator>JoshuaBixby</dc:creator>
      <dc:date>2020-07-17T22:37:29Z</dc:date>
    </item>
    <item>
      <title>Re: Using ArcPy in Anaconda Python 3.7 distribution</title>
      <link>https://community.esri.com/t5/python-questions/using-arcpy-in-anaconda-python-3-7-distribution/m-p/267779#M20623</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Dan,&lt;/P&gt;&lt;P&gt;The arcpy error message is "No module named Arcpy".&lt;/P&gt;&lt;P&gt;If reverting to Python 3.6 will solve the issue, then I will revert to 3.6 and try again.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 20 Jul 2020 20:30:39 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/using-arcpy-in-anaconda-python-3-7-distribution/m-p/267779#M20623</guid>
      <dc:creator>robertflamenbaum</dc:creator>
      <dc:date>2020-07-20T20:30:39Z</dc:date>
    </item>
    <item>
      <title>Re: Using ArcPy in Anaconda Python 3.7 distribution</title>
      <link>https://community.esri.com/t5/python-questions/using-arcpy-in-anaconda-python-3-7-distribution/m-p/267780#M20624</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The main reason I am using Python 3.7 it is the standard release that my team is using. I'd rather stick with the group standard if possible, but if this is not a viable option, I will to revert to 3.6.&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 20 Jul 2020 20:37:18 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/using-arcpy-in-anaconda-python-3-7-distribution/m-p/267780#M20624</guid>
      <dc:creator>robertflamenbaum</dc:creator>
      <dc:date>2020-07-20T20:37:18Z</dc:date>
    </item>
    <item>
      <title>Re: Using ArcPy in Anaconda Python 3.7 distribution</title>
      <link>https://community.esri.com/t5/python-questions/using-arcpy-in-anaconda-python-3-7-distribution/m-p/267781#M20625</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Arcpy is installed in a particular manner in a conda distribution managed by esri.&amp;nbsp; It requires that you use "their" python and if you plan to use arcpy, then install ArcGIS Pro (if you haven't already) and it will be available to you.&lt;/P&gt;&lt;P&gt;You won't be able to successfully/(easily) access arcpy from the "outside world".&lt;/P&gt;&lt;P&gt;Python 3.7 adds some nice features, some of which were back candidates to 3.6 but there are no major breaks on the python side that will cause you issues.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 20 Jul 2020 20:43:57 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/using-arcpy-in-anaconda-python-3-7-distribution/m-p/267781#M20625</guid>
      <dc:creator>DanPatterson</dc:creator>
      <dc:date>2020-07-20T20:43:57Z</dc:date>
    </item>
  </channel>
</rss>

