<?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: Ubuntu 18.04:Problem with importing arcpy in Python Questions</title>
    <link>https://community.esri.com/t5/python-questions/ubuntu-18-04-problem-with-importing-arcpy/m-p/1409375#M70302</link>
    <description>&lt;P&gt;you can't pip install arcpy, it must be installed in an esri clone of the original arcgispro python installation.&lt;/P&gt;&lt;P&gt;and arcgis pro must be installed on your machine&lt;/P&gt;&lt;P&gt;&lt;A href="https://pro.arcgis.com/en/pro-app/latest/get-started/download-arcgis-pro.htm" target="_blank"&gt;Download ArcGIS Pro—ArcGIS Pro | Documentation&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://pro.arcgis.com/en/pro-app/latest/arcpy/get-started/clone-an-environment.htm" target="_blank"&gt;Clone an environment—ArcGIS Pro | Documentation&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://pro.arcgis.com/en/pro-app/latest/arcpy/get-started/what-is-conda.htm" target="_blank"&gt;Package Manager—ArcGIS Pro | Documentation&lt;/A&gt;&lt;/P&gt;&lt;P&gt;The arcgis package which doesn't include arcpy, has other installation requirements and methods&lt;/P&gt;&lt;P&gt;&lt;A href="https://developers.arcgis.com/python/guide/intro/" target="_blank"&gt;Install and set up | ArcGIS API for Python&lt;/A&gt;&lt;/P&gt;</description>
    <pubDate>Sun, 14 Apr 2024 06:20:27 GMT</pubDate>
    <dc:creator>DanPatterson</dc:creator>
    <dc:date>2024-04-14T06:20:27Z</dc:date>
    <item>
      <title>Ubuntu 18.04:Problem with importing arcpy</title>
      <link>https://community.esri.com/t5/python-questions/ubuntu-18-04-problem-with-importing-arcpy/m-p/1409372#M70301</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I am using:&lt;/P&gt;&lt;P&gt;import arcpy&lt;/P&gt;&lt;P&gt;but I am getting the error:&lt;/P&gt;&lt;P&gt;ModuleNotFoundError: No module named 'arcpy'&lt;/P&gt;&lt;P&gt;I tried to install it using:&lt;/P&gt;&lt;P&gt;pip install -c esri arcpy&lt;/P&gt;&lt;P&gt;but I am getting the error:&lt;/P&gt;&lt;P&gt;ERROR: Could not open requirements file: [Errno 2] No such file or directory: 'esri'&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Somebody please guide me.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Zulfi.&lt;/P&gt;</description>
      <pubDate>Sun, 14 Apr 2024 03:12:33 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/ubuntu-18-04-problem-with-importing-arcpy/m-p/1409372#M70301</guid>
      <dc:creator>zak100</dc:creator>
      <dc:date>2024-04-14T03:12:33Z</dc:date>
    </item>
    <item>
      <title>Re: Ubuntu 18.04:Problem with importing arcpy</title>
      <link>https://community.esri.com/t5/python-questions/ubuntu-18-04-problem-with-importing-arcpy/m-p/1409375#M70302</link>
      <description>&lt;P&gt;you can't pip install arcpy, it must be installed in an esri clone of the original arcgispro python installation.&lt;/P&gt;&lt;P&gt;and arcgis pro must be installed on your machine&lt;/P&gt;&lt;P&gt;&lt;A href="https://pro.arcgis.com/en/pro-app/latest/get-started/download-arcgis-pro.htm" target="_blank"&gt;Download ArcGIS Pro—ArcGIS Pro | Documentation&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://pro.arcgis.com/en/pro-app/latest/arcpy/get-started/clone-an-environment.htm" target="_blank"&gt;Clone an environment—ArcGIS Pro | Documentation&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://pro.arcgis.com/en/pro-app/latest/arcpy/get-started/what-is-conda.htm" target="_blank"&gt;Package Manager—ArcGIS Pro | Documentation&lt;/A&gt;&lt;/P&gt;&lt;P&gt;The arcgis package which doesn't include arcpy, has other installation requirements and methods&lt;/P&gt;&lt;P&gt;&lt;A href="https://developers.arcgis.com/python/guide/intro/" target="_blank"&gt;Install and set up | ArcGIS API for Python&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Sun, 14 Apr 2024 06:20:27 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/ubuntu-18-04-problem-with-importing-arcpy/m-p/1409375#M70302</guid>
      <dc:creator>DanPatterson</dc:creator>
      <dc:date>2024-04-14T06:20:27Z</dc:date>
    </item>
    <item>
      <title>Re: Ubuntu 18.04:Problem with importing arcpy</title>
      <link>https://community.esri.com/t5/python-questions/ubuntu-18-04-problem-with-importing-arcpy/m-p/1409380#M70304</link>
      <description>&lt;P&gt;You're confusing conda installation syntax (-c esri arcpy means install arcpy from the esri conda channel) with pip. ArcPy is not available in PyPi.&amp;nbsp;&lt;/P&gt;&lt;P&gt;You may be able to install arcpy on your Ubuntu device using conda &lt;STRONG&gt;&lt;EM&gt;if&lt;/EM&gt;&lt;/STRONG&gt; you have a recent version of ArcGIS Server already installed and licensed on that device.&amp;nbsp; You can't&amp;nbsp; run ArcPy without ArcGIS Server (Windows or Linux) or ArcGIS Pro (Windows only).&lt;/P&gt;&lt;P&gt;Documentation:&amp;nbsp; &lt;A href="https://pro.arcgis.com/en/pro-app/latest/arcpy/get-started/installing-arcpy.htm" target="_blank" rel="noopener"&gt;https://pro.arcgis.com/en/pro-app/latest/arcpy/get-started/installing-arcpy.htm&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Sun, 14 Apr 2024 09:24:19 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/ubuntu-18-04-problem-with-importing-arcpy/m-p/1409380#M70304</guid>
      <dc:creator>Luke_Pinner</dc:creator>
      <dc:date>2024-04-14T09:24:19Z</dc:date>
    </item>
  </channel>
</rss>

