<?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 initialize arcgis python library in ArcGIS API for Python Questions</title>
    <link>https://community.esri.com/t5/arcgis-api-for-python-questions/how-to-initialize-arcgis-python-library/m-p/1015474#M5402</link>
    <description>&lt;P&gt;*If it is &lt;STRIKE&gt;unofficial&lt;/STRIKE&gt;official, is there place where I can report a issue?&lt;/P&gt;</description>
    <pubDate>Mon, 11 Jan 2021 10:53:01 GMT</pubDate>
    <dc:creator>tino415</dc:creator>
    <dc:date>2021-01-11T10:53:01Z</dc:date>
    <item>
      <title>How to initialize arcgis python library</title>
      <link>https://community.esri.com/t5/arcgis-api-for-python-questions/how-to-initialize-arcgis-python-library/m-p/1015458#M5399</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;I'm triing python arcgis sdk and I did:&lt;/P&gt;&lt;P&gt;```bash&lt;/P&gt;&lt;P&gt;pip install arcgis&lt;/P&gt;&lt;P&gt;```&lt;/P&gt;&lt;P&gt;And then&lt;/P&gt;&lt;P&gt;```python&lt;/P&gt;&lt;P&gt;from arcgis.gis import GIS&lt;BR /&gt;from arcgis.features import GeoAccessor, GeoSeriesAccessor&lt;/P&gt;&lt;P&gt;```&lt;/P&gt;&lt;P&gt;And I get&lt;/P&gt;&lt;P&gt;```&lt;/P&gt;&lt;P&gt;Traceback (most recent call last):&lt;/P&gt;&lt;P&gt;File "/usr/local/lib/python3.5/site-packages/IPython/core/interactiveshell.py", line 3325, in run_code&lt;BR /&gt;exec(code_obj, self.user_global_ns, self.user_ns)&lt;/P&gt;&lt;P&gt;File "&amp;lt;ipython-input-4-876ff2e6ffd8&amp;gt;", line 2, in &amp;lt;module&amp;gt;&lt;BR /&gt;from arcgis.features import GeoAccessor, GeoSeriesAccessor&lt;/P&gt;&lt;P&gt;File "/usr/local/lib/python3.5/site-packages/arcgis/__init__.py", line 3, in &amp;lt;module&amp;gt;&lt;BR /&gt;from . import (features, geoanalytics, geocoding, geometry,&lt;/P&gt;&lt;P&gt;File "/usr/local/lib/python3.5/site-packages/arcgis/features/__init__.py", line 22, in &amp;lt;module&amp;gt;&lt;BR /&gt;from .layer import FeatureLayer, Table, FeatureLayerCollection&lt;/P&gt;&lt;P&gt;File "/usr/local/lib/python3.5/site-packages/arcgis/features/layer.py", line 254&lt;BR /&gt;attachment_path = os.path.join(path, f'{md5_hash}.jpg')&lt;BR /&gt;^&lt;BR /&gt;SyntaxError: invalid syntax&lt;/P&gt;&lt;P&gt;```&lt;/P&gt;&lt;P&gt;What is going on?&lt;/P&gt;</description>
      <pubDate>Mon, 11 Jan 2021 09:08:23 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-python-questions/how-to-initialize-arcgis-python-library/m-p/1015458#M5399</guid>
      <dc:creator>tino415</dc:creator>
      <dc:date>2021-01-11T09:08:23Z</dc:date>
    </item>
    <item>
      <title>Re: How to initialize arcgis python library</title>
      <link>https://community.esri.com/t5/arcgis-api-for-python-questions/how-to-initialize-arcgis-python-library/m-p/1015464#M5400</link>
      <description>&lt;P&gt;You probably don't have the correct relase number if you are using python 3.5 since the most current uses python 3.6.x&amp;nbsp; See the instructions for creating and environment and installing using conda&lt;/P&gt;&lt;P&gt;&lt;A href="https://developers.arcgis.com/python/guide/install-and-set-up/" target="_blank"&gt;ArcGIS API For Python | ArcGIS for Developers&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 11 Jan 2021 10:27:24 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-python-questions/how-to-initialize-arcgis-python-library/m-p/1015464#M5400</guid>
      <dc:creator>DanPatterson</dc:creator>
      <dc:date>2021-01-11T10:27:24Z</dc:date>
    </item>
    <item>
      <title>Re: How to initialize arcgis python library</title>
      <link>https://community.esri.com/t5/arcgis-api-for-python-questions/how-to-initialize-arcgis-python-library/m-p/1015473#M5401</link>
      <description>&lt;P&gt;Thank you for your answer,&lt;/P&gt;&lt;P&gt;mentioned tutorial is using arcgis pro I'm not sure if it is same thing as the thing I have in jp notebooks in arcgis online,&lt;/P&gt;&lt;P&gt;secondli when I check pip package I installed on&amp;nbsp;&lt;A href="https://pypi.org/project/arcgis/" target="_blank"&gt;https://pypi.org/project/arcgis/&lt;/A&gt;&amp;nbsp;it list 3.5 as supported python version and esri is there mentioned as mantainer, should I consider this package as something outdated and no longer supported or unofficial? If it is unofficial, is there place where I can report a issue?&lt;/P&gt;&lt;P&gt;Sadly, task I'm working have limited resources, I think it is not feasible to update python or change package manager (I noticed tutorial is using conda)&lt;/P&gt;&lt;P&gt;I managed to achieve what I wan't using nodejs sdk since it is also used in target environment...&lt;/P&gt;</description>
      <pubDate>Mon, 11 Jan 2021 10:52:02 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-python-questions/how-to-initialize-arcgis-python-library/m-p/1015473#M5401</guid>
      <dc:creator>tino415</dc:creator>
      <dc:date>2021-01-11T10:52:02Z</dc:date>
    </item>
    <item>
      <title>Re: How to initialize arcgis python library</title>
      <link>https://community.esri.com/t5/arcgis-api-for-python-questions/how-to-initialize-arcgis-python-library/m-p/1015474#M5402</link>
      <description>&lt;P&gt;*If it is &lt;STRIKE&gt;unofficial&lt;/STRIKE&gt;official, is there place where I can report a issue?&lt;/P&gt;</description>
      <pubDate>Mon, 11 Jan 2021 10:53:01 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-python-questions/how-to-initialize-arcgis-python-library/m-p/1015474#M5402</guid>
      <dc:creator>tino415</dc:creator>
      <dc:date>2021-01-11T10:53:01Z</dc:date>
    </item>
    <item>
      <title>Re: How to initialize arcgis python library</title>
      <link>https://community.esri.com/t5/arcgis-api-for-python-questions/how-to-initialize-arcgis-python-library/m-p/1015478#M5403</link>
      <description>&lt;P&gt;The github site is the best place to report issues&lt;/P&gt;&lt;P&gt;&lt;A href="https://github.com/Esri/arcgis-python-api" target="_blank"&gt;Esri/arcgis-python-api: Documentation and samples for ArcGIS API for Python (github.com)&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 11 Jan 2021 11:06:42 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-python-questions/how-to-initialize-arcgis-python-library/m-p/1015478#M5403</guid>
      <dc:creator>DanPatterson</dc:creator>
      <dc:date>2021-01-11T11:06:42Z</dc:date>
    </item>
  </channel>
</rss>

