<?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: Problem starting ArcGIS Python API ArcGIS Pro 2.1.2 in ArcGIS API for Python Questions</title>
    <link>https://community.esri.com/t5/arcgis-api-for-python-questions/problem-starting-arcgis-python-api-arcgis-pro-2-1/m-p/802189#M2097</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It might be some kind of proxy server problem, which is blocking Anaconda. Since on my mobile phone I can get to the download page.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Anyone can confirm-me that ANACONDA has to be installed separately?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 24 Apr 2018 16:41:38 GMT</pubDate>
    <dc:creator>Bart-JanSchoenmakers</dc:creator>
    <dc:date>2018-04-24T16:41:38Z</dc:date>
    <item>
      <title>Problem starting ArcGIS Python API ArcGIS Pro 2.1.2</title>
      <link>https://community.esri.com/t5/arcgis-api-for-python-questions/problem-starting-arcgis-python-api-arcgis-pro-2-1/m-p/802185#M2093</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm starting to try to understand how Python works with ArcGIS Pro, which is completely different then in AG10x. My objective is to convert several of my AG 10x script to AG Pro.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I've been reading the basic concepts on &lt;A href="https://developers.arcgis.com/python/guide/install-and-set-up/#Using-the-API"&gt;https://developers.arcgis.com/python/guide/install-and-set-up/#Using-the-API&lt;/A&gt;, &lt;A href="http://pro.arcgis.com/en/pro-app/arcpy/get-started/"&gt;http://pro.arcgis.com/en/pro-app/arcpy/get-started/&lt;/A&gt; and some blog posts on this forum.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It seemed to me that the first thing to do is start to execute some of the example-code on jupyter.&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;However when trying the basic code:&lt;/P&gt;&lt;P style="margin: 0cm 0cm .0001pt 35.4pt;"&gt;from arcgis.gis import GIS&lt;/P&gt;&lt;P style="margin: 0cm 0cm .0001pt 35.4pt;"&gt;my_gis = GIS()&lt;/P&gt;&lt;P style="margin: 0cm 0cm .0001pt 35.4pt;"&gt;my_gis.map()&lt;/P&gt;&lt;P&gt;I get a socket error (“&lt;EM&gt;'A request to send or receive data was disallowed because the socket is not connected and (when sending on a datagram socket using a sendto call) no address was supplied', None, 10057, None),)&lt;/EM&gt;”)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm behind a proxy, but have the "http_proxy" variable defined.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It seems to me that my AG Pro installation isn’t correct. Right now I have AG Pro 2.1.2, I always followed the standard upgrade steps (started with 1.2).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;One of the other questions I have is about anaconda. I understood conda is installed with AG Pro. Is Anaconda also installed when installing AG Pro? The link on the help gets you to a non-responsive website (&lt;A href="https://www.anaconda.com/download/#windows"&gt;https://www.anaconda.com/download/#windows&lt;/A&gt;)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope someone can give me some hints how to start working with python in AG Pro and to get a clean working installation.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Apr 2018 14:01:13 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-python-questions/problem-starting-arcgis-python-api-arcgis-pro-2-1/m-p/802185#M2093</guid>
      <dc:creator>Bart-JanSchoenmakers</dc:creator>
      <dc:date>2018-04-24T14:01:13Z</dc:date>
    </item>
    <item>
      <title>Re: Problem starting ArcGIS Python API ArcGIS Pro 2.1.2</title>
      <link>https://community.esri.com/t5/arcgis-api-for-python-questions/problem-starting-arcgis-python-api-arcgis-pro-2-1/m-p/802186#M2094</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;you don't start python from your arcmap locale...&lt;/P&gt;&lt;P&gt;Some links other than those in the help files&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A _jive_internal="true" href="https://community.esri.com/blogs/dan_patterson/2017/07/01/arcgis-pro-2-creating-desktop-shortcuts"&gt;https://community.esri.com/blogs/dan_patterson/2017/07/01/arcgis-pro-2-creating-desktop-shortcuts&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A _jive_internal="true" href="https://community.esri.com/blogs/dan_patterson/2017/07/09/arcgis-pro-2-jupyter-notebook-setup-basics"&gt;https://community.esri.com/blogs/dan_patterson/2017/07/09/arcgis-pro-2-jupyter-notebook-setup-basics&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A _jive_internal="true" href="https://community.esri.com/blogs/dan_patterson/2016/07/17/anaconda-spyder-and-arcgis-pro"&gt;https://community.esri.com/blogs/dan_patterson/2016/07/17/anaconda-spyder-and-arcgis-pro&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;otherwise check the help files for installation and other information&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Apr 2018 15:16:43 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-python-questions/problem-starting-arcgis-python-api-arcgis-pro-2-1/m-p/802186#M2094</guid>
      <dc:creator>DanPatterson_Retired</dc:creator>
      <dc:date>2018-04-24T15:16:43Z</dc:date>
    </item>
    <item>
      <title>Re: Problem starting ArcGIS Python API ArcGIS Pro 2.1.2</title>
      <link>https://community.esri.com/t5/arcgis-api-for-python-questions/problem-starting-arcgis-python-api-arcgis-pro-2-1/m-p/802187#M2095</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Bart-Jan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I always verify that I'm using the latest version of conda when I run into issues.&amp;nbsp; I recommend doing this by running the command 'conda upgrade -c esri arcgis' in the Python command prompt.&amp;nbsp; See the following link:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="link-titled" href="https://developers.arcgis.com/python/guide/install-and-set-up/#Step:-2-Install-the-arcgis-package" title="https://developers.arcgis.com/python/guide/install-and-set-up/#Step:-2-Install-the-arcgis-package"&gt;Install and set up | ArcGIS for Developers&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Apr 2018 15:21:49 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-python-questions/problem-starting-arcgis-python-api-arcgis-pro-2-1/m-p/802187#M2095</guid>
      <dc:creator>JakeSkinner</dc:creator>
      <dc:date>2018-04-24T15:21:49Z</dc:date>
    </item>
    <item>
      <title>Re: Problem starting ArcGIS Python API ArcGIS Pro 2.1.2</title>
      <link>https://community.esri.com/t5/arcgis-api-for-python-questions/problem-starting-arcgis-python-api-arcgis-pro-2-1/m-p/802188#M2096</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I read all your blog posts.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;They are really helpful understanding this new configuration (it seems that I've been working in the stone age with python 2.7).&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Apr 2018 16:38:45 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-python-questions/problem-starting-arcgis-python-api-arcgis-pro-2-1/m-p/802188#M2096</guid>
      <dc:creator>Bart-JanSchoenmakers</dc:creator>
      <dc:date>2018-04-24T16:38:45Z</dc:date>
    </item>
    <item>
      <title>Re: Problem starting ArcGIS Python API ArcGIS Pro 2.1.2</title>
      <link>https://community.esri.com/t5/arcgis-api-for-python-questions/problem-starting-arcgis-python-api-arcgis-pro-2-1/m-p/802189#M2097</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It might be some kind of proxy server problem, which is blocking Anaconda. Since on my mobile phone I can get to the download page.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Anyone can confirm-me that ANACONDA has to be installed separately?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Apr 2018 16:41:38 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-python-questions/problem-starting-arcgis-python-api-arcgis-pro-2-1/m-p/802189#M2097</guid>
      <dc:creator>Bart-JanSchoenmakers</dc:creator>
      <dc:date>2018-04-24T16:41:38Z</dc:date>
    </item>
  </channel>
</rss>

