<?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: Trying to install arcgis api in ArcGIS API for Python Questions</title>
    <link>https://community.esri.com/t5/arcgis-api-for-python-questions/trying-to-install-arcgis-api/m-p/783592#M1287</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you want python 3.6 then install a separate anaconda version from continuum...&lt;A href="https://docs.continuum.io/anaconda/pkg-docs.html"&gt; here is the link &lt;/A&gt;I installed everything in an Anaconda43 folder so I can do everything non-Arc*** related in a clean separate installation.&amp;nbsp; Of course this is only useful if you want to use the latest versions of numpy, scipy, matplot lib and install other things like 'r', r-studio, orange, fusion, glueviz etc.&amp;nbsp; BTW, you should start using Spyder as your python IDE it is pretty great (check my blog).&lt;/P&gt;&lt;P&gt;Clean and separate... disk space is cheap and I have had no conflicts between esri's install and a pure continuum install.&lt;/P&gt;&lt;P&gt;The Navigator will look different for the continuum version.. a tad newer, but I don't know if PRO 2.0 will be using it or not&lt;/P&gt;&lt;P&gt;&lt;IMG alt="" class="image-1 jive-image j-img-original" src="https://community.esri.com/legacyfs/online/354730_Anaconda_navigator_43.png" style="width: 620px; height: 385px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 31 May 2017 13:37:26 GMT</pubDate>
    <dc:creator>DanPatterson_Retired</dc:creator>
    <dc:date>2017-05-31T13:37:26Z</dc:date>
    <item>
      <title>Trying to install arcgis api</title>
      <link>https://community.esri.com/t5/arcgis-api-for-python-questions/trying-to-install-arcgis-api/m-p/783583#M1278</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Get an error trying to install the arcgis&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Traceback (most recent call last):&lt;BR /&gt;&amp;nbsp; File "C:\Users\phughes\AppData\Local\Continuum\Anaconda3\lib\site-packages\conda\exceptions.py", line 573, in conda_exception_handler&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; return_value = func(*args, **kwargs)&lt;BR /&gt;&amp;nbsp; File "C:\Users\phughes\AppData\Local\Continuum\Anaconda3\lib\site-packages\conda\cli\main.py", line 98, in _main&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; imported = importlib.import_module(module)&lt;BR /&gt;&amp;nbsp; File "C:\Users\phughes\AppData\Local\Continuum\Anaconda3\lib\importlib\__init__.py", line 126, in import_module&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; return _bootstrap._gcd_import(name[level:], package, level)&lt;BR /&gt;&amp;nbsp; File "&amp;lt;frozen importlib._bootstrap&amp;gt;", line 978, in _gcd_import&lt;BR /&gt;&amp;nbsp; File "&amp;lt;frozen importlib._bootstrap&amp;gt;", line 961, in _find_and_load&lt;BR /&gt;&amp;nbsp; File "&amp;lt;frozen importlib._bootstrap&amp;gt;", line 950, in _find_and_load_unlocked&lt;BR /&gt;&amp;nbsp; File "&amp;lt;frozen importlib._bootstrap&amp;gt;", line 655, in _load_unlocked&lt;BR /&gt;&amp;nbsp; File "&amp;lt;frozen importlib._bootstrap_external&amp;gt;", line 678, in exec_module&lt;BR /&gt;&amp;nbsp; File "&amp;lt;frozen importlib._bootstrap&amp;gt;", line 205, in _call_with_frames_removed&lt;BR /&gt;&amp;nbsp; File "C:\Users\phughes\AppData\Local\Continuum\Anaconda3\lib\site-packages\conda\cli\main_info.py", line 21, in &amp;lt;module&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; from ..config import rc_path, sys_rc_path, user_rc_path&lt;BR /&gt;&amp;nbsp; File "C:\Users\phughes\AppData\Local\Continuum\Anaconda3\lib\site-packages\conda\config.py", line 90, in &amp;lt;module&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; envs_dirs = context.envs_dirs&lt;BR /&gt;&amp;nbsp; File "C:\Users\phughes\AppData\Local\Continuum\Anaconda3\lib\site-packages\conda\base\context.py", line 274, in envs_dirs&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; join(self._user_data_dir, 'envs'),&lt;BR /&gt;&amp;nbsp; File "C:\Users\phughes\AppData\Local\Continuum\Anaconda3\lib\site-packages\conda\base\context.py", line 309, in _user_data_dir&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; return user_data_dir(APP_NAME, APP_NAME)&lt;BR /&gt;&amp;nbsp; File "C:\Users\phughes\AppData\Local\Continuum\Anaconda3\lib\site-packages\conda\_vendor\appdirs.py", line 67, in user_data_dir&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; path = os.path.join(_get_win_folder(const), appauthor, appname)&lt;BR /&gt;&amp;nbsp; File "C:\Users\phughes\AppData\Local\Continuum\Anaconda3\lib\site-packages\conda\_vendor\appdirs.py", line 284, in _get_win_folder_with_pywin32&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; from win32com.shell import shellcon, shell&lt;BR /&gt;ImportError: DLL load failed: %1 is not a valid Win32 application.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 31 May 2017 09:25:44 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-python-questions/trying-to-install-arcgis-api/m-p/783583#M1278</guid>
      <dc:creator>PhilipHughes</dc:creator>
      <dc:date>2017-05-31T09:25:44Z</dc:date>
    </item>
    <item>
      <title>Re: Trying to install arcgis api</title>
      <link>https://community.esri.com/t5/arcgis-api-for-python-questions/trying-to-install-arcgis-api/m-p/783584#M1279</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;That is the error, do you have details on &lt;A href="https://developers.arcgis.com/python/guide/install-and-set-up/"&gt;how you installed it?&amp;nbsp; or di&lt;/A&gt;d you use the&lt;A href="https://anaconda.org/Esri/arcgis/files"&gt; offline installer&lt;/A&gt;? And your conda location is pretty obscure&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 31 May 2017 09:30:16 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-python-questions/trying-to-install-arcgis-api/m-p/783584#M1279</guid>
      <dc:creator>DanPatterson_Retired</dc:creator>
      <dc:date>2017-05-31T09:30:16Z</dc:date>
    </item>
    <item>
      <title>Re: Trying to install arcgis api</title>
      <link>https://community.esri.com/t5/arcgis-api-for-python-questions/trying-to-install-arcgis-api/m-p/783585#M1280</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;&lt;/P&gt;&lt;P&gt;Conda install –c esri arcgis from admin command prompt.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Conda was installed from the x64 download, default intall&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 31 May 2017 09:37:20 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-python-questions/trying-to-install-arcgis-api/m-p/783585#M1280</guid>
      <dc:creator>PhilipHughes</dc:creator>
      <dc:date>2017-05-31T09:37:20Z</dc:date>
    </item>
    <item>
      <title>Re: Trying to install arcgis api</title>
      <link>https://community.esri.com/t5/arcgis-api-for-python-questions/trying-to-install-arcgis-api/m-p/783586#M1281</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;check the two links... you were responding when I undated with the direct api link&lt;/P&gt;&lt;P&gt;EDIT&lt;/P&gt;&lt;P&gt;here is where you can install through your conda environment . I accessed this through PRO.&amp;nbsp; And I installed PRO in C:\ArcGISPro&lt;/P&gt;&lt;P&gt;&lt;IMG alt="" class="image-1 jive-image" src="https://community.esri.com/legacyfs/online/354735_arcgis_api_install.png" style="width: 398px; height: 410px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 31 May 2017 09:39:08 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-python-questions/trying-to-install-arcgis-api/m-p/783586#M1281</guid>
      <dc:creator>DanPatterson_Retired</dc:creator>
      <dc:date>2017-05-31T09:39:08Z</dc:date>
    </item>
    <item>
      <title>Re: Trying to install arcgis api</title>
      <link>https://community.esri.com/t5/arcgis-api-for-python-questions/trying-to-install-arcgis-api/m-p/783587#M1282</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;uninstalling now,&amp;nbsp; installed from the developer site,&amp;nbsp; installer works fine on a virtual machine,&amp;nbsp; however my machine obviously has problem.&amp;nbsp; I have ArcGIS 10.5 installed (as upgrades) and ArcGIS pro 1.4,&amp;nbsp; there obvious numerous version of python, hence suspect the location is the default with pro.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 31 May 2017 09:51:03 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-python-questions/trying-to-install-arcgis-api/m-p/783587#M1282</guid>
      <dc:creator>PhilipHughes</dc:creator>
      <dc:date>2017-05-31T09:51:03Z</dc:date>
    </item>
    <item>
      <title>Re: Trying to install arcgis api</title>
      <link>https://community.esri.com/t5/arcgis-api-for-python-questions/trying-to-install-arcgis-api/m-p/783588#M1283</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;use the package manager, it gets things right&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 31 May 2017 09:59:46 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-python-questions/trying-to-install-arcgis-api/m-p/783588#M1283</guid>
      <dc:creator>DanPatterson_Retired</dc:creator>
      <dc:date>2017-05-31T09:59:46Z</dc:date>
    </item>
    <item>
      <title>Re: Trying to install arcgis api</title>
      <link>https://community.esri.com/t5/arcgis-api-for-python-questions/trying-to-install-arcgis-api/m-p/783589#M1284</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;That what I thought I had done,&amp;nbsp; am obviously missing something.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 31 May 2017 10:15:52 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-python-questions/trying-to-install-arcgis-api/m-p/783589#M1284</guid>
      <dc:creator>PhilipHughes</dc:creator>
      <dc:date>2017-05-31T10:15:52Z</dc:date>
    </item>
    <item>
      <title>Re: Trying to install arcgis api</title>
      <link>https://community.esri.com/t5/arcgis-api-for-python-questions/trying-to-install-arcgis-api/m-p/783590#M1285</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The package manager is accessable at the python link from the project screen under Python (or access through the bottom left about link when first opening pro).&amp;nbsp; If you have multiple versions of python that could be an issue if the installations for arcmap (python 2.7) and PRO (3.5) don't know about each other or aren't properly set up.&amp;nbsp; I don't know if that is the default path for your installation, but I wouldn't use conda command line install unless you are familiar with it and have full admin access to your machine (can't tell from the error).&amp;nbsp; esri's installers handle things well even if you chose a different install directly (which I always do)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 31 May 2017 10:26:10 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-python-questions/trying-to-install-arcgis-api/m-p/783590#M1285</guid>
      <dc:creator>DanPatterson_Retired</dc:creator>
      <dc:date>2017-05-31T10:26:10Z</dc:date>
    </item>
    <item>
      <title>Re: Trying to install arcgis api</title>
      <link>https://community.esri.com/t5/arcgis-api-for-python-questions/trying-to-install-arcgis-api/m-p/783591#M1286</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Uninstalled python 3.6 and pointed to the arcgis pro version (3.5.2),  followed the developer install guide (using the command prompt) as standalone.  Then did the same in arcgis pro.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;cheers&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 31 May 2017 10:45:44 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-python-questions/trying-to-install-arcgis-api/m-p/783591#M1286</guid>
      <dc:creator>PhilipHughes</dc:creator>
      <dc:date>2017-05-31T10:45:44Z</dc:date>
    </item>
    <item>
      <title>Re: Trying to install arcgis api</title>
      <link>https://community.esri.com/t5/arcgis-api-for-python-questions/trying-to-install-arcgis-api/m-p/783592#M1287</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you want python 3.6 then install a separate anaconda version from continuum...&lt;A href="https://docs.continuum.io/anaconda/pkg-docs.html"&gt; here is the link &lt;/A&gt;I installed everything in an Anaconda43 folder so I can do everything non-Arc*** related in a clean separate installation.&amp;nbsp; Of course this is only useful if you want to use the latest versions of numpy, scipy, matplot lib and install other things like 'r', r-studio, orange, fusion, glueviz etc.&amp;nbsp; BTW, you should start using Spyder as your python IDE it is pretty great (check my blog).&lt;/P&gt;&lt;P&gt;Clean and separate... disk space is cheap and I have had no conflicts between esri's install and a pure continuum install.&lt;/P&gt;&lt;P&gt;The Navigator will look different for the continuum version.. a tad newer, but I don't know if PRO 2.0 will be using it or not&lt;/P&gt;&lt;P&gt;&lt;IMG alt="" class="image-1 jive-image j-img-original" src="https://community.esri.com/legacyfs/online/354730_Anaconda_navigator_43.png" style="width: 620px; height: 385px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 31 May 2017 13:37:26 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-python-questions/trying-to-install-arcgis-api/m-p/783592#M1287</guid>
      <dc:creator>DanPatterson_Retired</dc:creator>
      <dc:date>2017-05-31T13:37:26Z</dc:date>
    </item>
  </channel>
</rss>

