<?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: Can not import arcpy modules any more in ArcGIS Pro 2.3? in ArcGIS API for Python Questions</title>
    <link>https://community.esri.com/t5/arcgis-api-for-python-questions/can-not-import-arcpy-modules-any-more-in-arcgis/m-p/853493#M3927</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;A href="https://community.esri.com/migrated-users/10807"&gt;simo xu&lt;/A&gt;‌, I encountered the same issue. Could you give more details on how you solved it?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 08 Mar 2019 20:12:19 GMT</pubDate>
    <dc:creator>PeipeiLin1</dc:creator>
    <dc:date>2019-03-08T20:12:19Z</dc:date>
    <item>
      <title>Can not import arcpy modules any more in ArcGIS Pro 2.3?</title>
      <link>https://community.esri.com/t5/arcgis-api-for-python-questions/can-not-import-arcpy-modules-any-more-in-arcgis/m-p/853490#M3924</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;PRE class="language-python line-numbers"&gt;&lt;CODE&gt;&lt;SPAN class="keyword token"&gt;import&lt;/SPAN&gt; arcpy&lt;SPAN class="line-numbers-rows"&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;BLOCKQUOTE class="jive_macro_quote jive-quote jive_text_macro"&gt;&lt;PRE style="color: var(--jp-content-font-color1); border: none; font-size: 13px;"&gt;&lt;SPAN class="" style="color: #e75c58; font-weight: bold;"&gt;---------------------------------------------------------------------------&lt;/SPAN&gt;&lt;SPAN class="" style="color: #e75c58; font-weight: bold;"&gt;ImportError&lt;/SPAN&gt;                               Traceback (most recent call last)&lt;SPAN class="" style="color: #00a250; font-weight: bold;"&gt;&amp;lt;ipython-input-3-5467a3dc9fe3&amp;gt;&lt;/SPAN&gt; in &lt;SPAN class="" style="color: #60c6c8;"&gt;&amp;lt;module&amp;gt;&lt;/SPAN&gt;&lt;SPAN class="" style="color: #208ffb; font-weight: bold;"&gt;()&lt;/SPAN&gt;&lt;SPAN class="" style="color: #00a250; font-weight: bold;"&gt;----&amp;gt; 1&lt;/SPAN&gt;&lt;SPAN class="" style="color: #ddb62b; font-weight: bold;"&gt; &lt;/SPAN&gt;&lt;SPAN class="" style="color: #00a250; font-weight: bold;"&gt;import&lt;/SPAN&gt; arcpy &lt;SPAN class="" style="color: #00a250; font-weight: bold;"&gt;C:\Program Files\ArcGIS\Pro\Resources\ArcPy\arcpy\__init__.py&lt;/SPAN&gt; in &lt;SPAN class="" style="color: #60c6c8;"&gt;&amp;lt;module&amp;gt;&lt;/SPAN&gt;&lt;SPAN class="" style="color: #208ffb; font-weight: bold;"&gt;()&lt;/SPAN&gt;&lt;SPAN class="" style="color: #00a250;"&gt;     70&lt;/SPAN&gt;     &lt;SPAN class="" style="color: #00a250; font-weight: bold;"&gt;import&lt;/SPAN&gt; _initagsenv&lt;SPAN class="" style="color: #00a250;"&gt;     71&lt;/SPAN&gt; &lt;SPAN class="" style="color: #00a250; font-weight: bold;"&gt;---&amp;gt; 72&lt;/SPAN&gt;&lt;SPAN class="" style="color: #ddb62b; font-weight: bold;"&gt; &lt;/SPAN&gt;&lt;SPAN class="" style="color: #00a250; font-weight: bold;"&gt;from&lt;/SPAN&gt; arcpy&lt;SPAN class="" style="color: #ddb62b; font-weight: bold;"&gt;.&lt;/SPAN&gt;geoprocessing &lt;SPAN class="" style="color: #00a250; font-weight: bold;"&gt;import&lt;/SPAN&gt; gp&lt;SPAN class="" style="color: #00a250;"&gt;     73&lt;/SPAN&gt; &lt;SPAN class="" style="color: #00a250; font-weight: bold;"&gt;from&lt;/SPAN&gt; arcpy&lt;SPAN class="" style="color: #ddb62b; font-weight: bold;"&gt;.&lt;/SPAN&gt;geoprocessing &lt;SPAN class="" style="color: #00a250; font-weight: bold;"&gt;import&lt;/SPAN&gt; env&lt;SPAN class="" style="color: #00a250;"&gt;     74&lt;/SPAN&gt; &lt;SPAN class="" style="color: #00a250; font-weight: bold;"&gt;from&lt;/SPAN&gt; arcpy&lt;SPAN class="" style="color: #ddb62b; font-weight: bold;"&gt;.&lt;/SPAN&gt;geoprocessing&lt;SPAN class="" style="color: #ddb62b; font-weight: bold;"&gt;.&lt;/SPAN&gt;_base &lt;SPAN class="" style="color: #00a250; font-weight: bold;"&gt;import&lt;/SPAN&gt; gptooldoc &lt;SPAN class="" style="color: #00a250; font-weight: bold;"&gt;as&lt;/SPAN&gt; _gptooldoc &lt;SPAN class="" style="color: #00a250; font-weight: bold;"&gt;C:\Program Files\ArcGIS\Pro\Resources\ArcPy\arcpy\geoprocessing\__init__.py&lt;/SPAN&gt; in &lt;SPAN class="" style="color: #60c6c8;"&gt;&amp;lt;module&amp;gt;&lt;/SPAN&gt;&lt;SPAN class="" style="color: #208ffb; font-weight: bold;"&gt;()&lt;/SPAN&gt;&lt;SPAN class="" style="color: #00a250;"&gt;     12&lt;/SPAN&gt; &lt;SPAN class="" style="color: #e75c58; font-weight: bold;"&gt;#&lt;/SPAN&gt;&lt;SPAN class="" style="color: #00a250;"&gt;     13&lt;/SPAN&gt; &lt;SPAN class="" style="color: #e75c58; font-weight: bold;"&gt;#email: contracts@esri.com&lt;/SPAN&gt;&lt;SPAN class="" style="color: #00a250; font-weight: bold;"&gt;---&amp;gt; 14&lt;/SPAN&gt;&lt;SPAN class="" style="color: #ddb62b; font-weight: bold;"&gt; &lt;/SPAN&gt;&lt;SPAN class="" style="color: #00a250; font-weight: bold;"&gt;from&lt;/SPAN&gt; &lt;SPAN class="" style="color: #ddb62b; font-weight: bold;"&gt;.&lt;/SPAN&gt;_base &lt;SPAN class="" style="color: #00a250; font-weight: bold;"&gt;import&lt;/SPAN&gt; &lt;SPAN class="" style="color: #ddb62b; font-weight: bold;"&gt;*&lt;/SPAN&gt;&lt;SPAN class="" style="color: #00a250; font-weight: bold;"&gt;C:\Program Files\ArcGIS\Pro\Resources\ArcPy\arcpy\geoprocessing\_base.py&lt;/SPAN&gt; in &lt;SPAN class="" style="color: #60c6c8;"&gt;&amp;lt;module&amp;gt;&lt;/SPAN&gt;&lt;SPAN class="" style="color: #208ffb; font-weight: bold;"&gt;()&lt;/SPAN&gt;&lt;SPAN class="" style="color: #00a250;"&gt;     12&lt;/SPAN&gt; &lt;SPAN class="" style="color: #e75c58; font-weight: bold;"&gt;#&lt;/SPAN&gt;&lt;SPAN class="" style="color: #00a250;"&gt;     13&lt;/SPAN&gt; &lt;SPAN class="" style="color: #e75c58; font-weight: bold;"&gt;#email: contracts@esri.com&lt;/SPAN&gt;&lt;SPAN class="" style="color: #00a250; font-weight: bold;"&gt;---&amp;gt; 14&lt;/SPAN&gt;&lt;SPAN class="" style="color: #ddb62b; font-weight: bold;"&gt; &lt;/SPAN&gt;&lt;SPAN class="" style="color: #00a250; font-weight: bold;"&gt;import&lt;/SPAN&gt; arcgisscripting&lt;SPAN class="" style="color: #00a250;"&gt;     15&lt;/SPAN&gt; &lt;SPAN class="" style="color: #00a250; font-weight: bold;"&gt;import&lt;/SPAN&gt; functools&lt;SPAN class="" style="color: #00a250;"&gt;     16&lt;/SPAN&gt;  &lt;SPAN class="" style="color: #e75c58; font-weight: bold;"&gt;ImportError&lt;/SPAN&gt;: DLL load failed: The specified procedure could not be found.&lt;/PRE&gt;&lt;/BLOCKQUOTE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 Feb 2019 06:25:41 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-python-questions/can-not-import-arcpy-modules-any-more-in-arcgis/m-p/853490#M3924</guid>
      <dc:creator>simoxu</dc:creator>
      <dc:date>2019-02-08T06:25:41Z</dc:date>
    </item>
    <item>
      <title>Re: Can not import arcpy modules any more in ArcGIS Pro 2.3?</title>
      <link>https://community.esri.com/t5/arcgis-api-for-python-questions/can-not-import-arcpy-modules-any-more-in-arcgis/m-p/853491#M3925</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Simon, do you want to try repasting that error.&amp;nbsp; I suspect you tried to edit something you had already posted and discovered that you can't do it because the newline character gets stripped.&amp;nbsp; Your only option would be to go back in and replace each line return.&amp;nbsp; It is just easier to do your editing when you first post... or if you don't like something or want to remove lines, you should recopy and repaste and start again.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In any event, you have a disconnect between where your install thinks it is and where it is&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 Feb 2019 10:27:07 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-python-questions/can-not-import-arcpy-modules-any-more-in-arcgis/m-p/853491#M3925</guid>
      <dc:creator>DanPatterson_Retired</dc:creator>
      <dc:date>2019-02-08T10:27:07Z</dc:date>
    </item>
    <item>
      <title>Re: Can not import arcpy modules any more in ArcGIS Pro 2.3?</title>
      <link>https://community.esri.com/t5/arcgis-api-for-python-questions/can-not-import-arcpy-modules-any-more-in-arcgis/m-p/853492#M3926</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;No worries Dan. It's working now.&lt;/P&gt;&lt;P&gt;The problem was in my cloned environment, not the default environment.&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have to delete the flawed env and re-clone the default Pro 2.3 env, and consequently the problem is gone.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 Feb 2019 23:16:38 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-python-questions/can-not-import-arcpy-modules-any-more-in-arcgis/m-p/853492#M3926</guid>
      <dc:creator>simoxu</dc:creator>
      <dc:date>2019-02-13T23:16:38Z</dc:date>
    </item>
    <item>
      <title>Re: Can not import arcpy modules any more in ArcGIS Pro 2.3?</title>
      <link>https://community.esri.com/t5/arcgis-api-for-python-questions/can-not-import-arcpy-modules-any-more-in-arcgis/m-p/853493#M3927</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;A href="https://community.esri.com/migrated-users/10807"&gt;simo xu&lt;/A&gt;‌, I encountered the same issue. Could you give more details on how you solved it?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 Mar 2019 20:12:19 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-python-questions/can-not-import-arcpy-modules-any-more-in-arcgis/m-p/853493#M3927</guid>
      <dc:creator>PeipeiLin1</dc:creator>
      <dc:date>2019-03-08T20:12:19Z</dc:date>
    </item>
    <item>
      <title>Re: Can not import arcpy modules any more in ArcGIS Pro 2.3?</title>
      <link>https://community.esri.com/t5/arcgis-api-for-python-questions/can-not-import-arcpy-modules-any-more-in-arcgis/m-p/853494#M3928</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Solved by pointing the path in proenv.txt to the right location.&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 Mar 2019 20:52:01 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-python-questions/can-not-import-arcpy-modules-any-more-in-arcgis/m-p/853494#M3928</guid>
      <dc:creator>PeipeiLin1</dc:creator>
      <dc:date>2019-03-08T20:52:01Z</dc:date>
    </item>
  </channel>
</rss>

