<?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: ArcPy is Broken in ArcGIS Pro in ArcGIS Pro Questions</title>
    <link>https://community.esri.com/t5/arcgis-pro-questions/arcpy-is-broken-in-arcgis-pro/m-p/7509#M209</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I found a fix from a comment in this thread; referencing a bad file path (in red):&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.esri.com/thread/217056-error-with-toolboxes-in-arcgis-pro-22"&gt;https://community.esri.com/thread/217056-error-with-toolboxes-in-arcgis-pro-22&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;DIV class="" style="border: 0px; font-size: 14px; margin: 0px 0px 0px 46px;"&gt;&lt;SPAN class="" style="color: #a9a9a9; border: 0px; font-weight: 500; font-size: 0.7857rem;"&gt;&lt;SPAN class="" style="border: 0px; font-weight: inherit; font-size: 12.5712px;"&gt;&lt;A _jive_internal="true" data-userid="40535" data-username="malcolmeast" href="https://community.esri.com/people/malcolmeast" style="color: #8ca9cd; border: 0px; font-weight: 200; text-decoration: none; font-size: 1.286rem;"&gt;Malcolm Williamson&lt;/A&gt;&lt;/SPAN&gt;@&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;A _jive_internal="true" href="https://community.esri.com/thread/217056-error-with-toolboxes-in-arcgis-pro-22#comment-787009" style="color: #a9a9a9; border: 0px; font-weight: inherit; text-decoration: none; font-size: 12.5712px;" title="Go to message"&gt;Ghislain Prince&lt;/A&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SMALL style="border: 0px; font-size: 0.7857rem;"&gt;on&lt;/SMALL&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;A _jive_internal="true" href="https://community.esri.com/thread/217056-error-with-toolboxes-in-arcgis-pro-22#comment-787149" style="color: #a9a9a9; border: 0px; font-weight: inherit; text-decoration: none; font-size: 12.5712px;"&gt;Jul 24, 2018 1:54 PM&lt;/A&gt;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV style="border: 0px; font-size: 14px;"&gt;&lt;DIV class="" style="border: 0px; font-weight: inherit; margin: 20px 0px;"&gt;&lt;P style="border: 0px; font-weight: inherit;"&gt;Hi Ghislain,&lt;/P&gt;&lt;P style="border: 0px; font-weight: inherit;"&gt;Thanks for the correction, you've put me on track to a solution! Upon "import arcpy", it seems that it's referencing a stray python path with a problematic version of numpy:&lt;/P&gt;&lt;P style="border: 0px; font-weight: inherit;"&gt;&amp;gt;&amp;gt;&amp;gt; import arcpy&lt;BR /&gt;Traceback (most recent call last):&lt;BR /&gt;&amp;nbsp; File "C:\Users\malcolm\AppData\Roaming\Python\Python36\site-packages\numpy\core\__init__.py", line 16, in &amp;lt;module&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; from . import multiarray&lt;BR /&gt;ImportError: cannot import name 'multiarray'&lt;/P&gt;&lt;P style="border: 0px; font-weight: inherit;"&gt;&lt;EM style="border: 0px; font-weight: inherit;"&gt;(and more stuff)&lt;/EM&gt;&lt;/P&gt;&lt;P style="border: 0px; font-weight: inherit;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P style="border: 0px; font-weight: inherit;"&gt;I list the paths:&lt;/P&gt;&lt;P style="border: 0px; font-weight: inherit;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P style="border: 0px; font-weight: inherit;"&gt;&amp;gt;&amp;gt;&amp;gt; import sys&lt;BR /&gt;&amp;gt;&amp;gt;&amp;gt; for p in sys.path:&lt;BR /&gt;...&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; print(p)&lt;BR /&gt;...&lt;/P&gt;&lt;P style="border: 0px; font-weight: inherit;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P style="border: 0px; font-weight: inherit;"&gt;C:\Program Files\ArcGIS\Pro\bin\Python\envs\arcgispro-py3\python36.zip&lt;BR /&gt;C:\Program Files\ArcGIS\Pro\bin\Python\envs\arcgispro-py3\DLLs&lt;BR /&gt;C:\Program Files\ArcGIS\Pro\bin\Python\envs\arcgispro-py3\lib&lt;BR /&gt;C:\Program Files\ArcGIS\Pro\bin\Python\envs\arcgispro-py3&lt;BR /&gt;&lt;SPAN style="color: #ff0000; border: 0px; font-weight: inherit;"&gt;C:\Users\malcolm\AppData\Roaming\Python\Python36\site-packages&lt;/SPAN&gt;&lt;BR /&gt;C:\Program Files\ArcGIS\Pro\bin\Python\envs\arcgispro-py3\lib\site-packages&lt;BR /&gt;C:\Program Files\ArcGIS\Pro\bin&lt;BR /&gt;C:\Program Files\ArcGIS\Pro\Resources\ArcPy&lt;BR /&gt;C:\Program Files\ArcGIS\Pro\Resources\ArcToolbox\Scripts&lt;BR /&gt;C:\Program Files\ArcGIS\Pro\bin\Python\envs\arcgispro-py3\lib\site-packages\future-0.16.0-py3.6.egg&lt;BR /&gt;C:\Program Files\ArcGIS\Pro\bin\Python\envs\arcgispro-py3\lib\site-packages\pytz-2018.3-py3.6.egg&lt;BR /&gt;C:\Program Files\ArcGIS\Pro\bin\Python\envs\arcgispro-py3\lib\site-packages\sympy-1.1.1-py3.6.egg&lt;/P&gt;&lt;P style="border: 0px; font-weight: inherit;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P style="border: 0px; font-weight: inherit;"&gt;(Highlighted bad path in red)&lt;/P&gt;&lt;P style="border: 0px; font-weight: inherit;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P style="border: 0px; font-weight: inherit;"&gt;So, I can fix the problem just by renaming or removing the rogue Python location. But I am curious how the ArcGIS Pro Python installation found that path in the first place. Is&amp;nbsp;C:\Users\%USERNAME%\AppData\Roaming\Python a standard path that a new Python installation looks for, or was this stored somewhere?&lt;CODE style="border: 0px; font-weight: inherit;"&gt;&lt;/CODE&gt;&lt;/P&gt;&lt;P style="border: 0px; font-weight: inherit;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P style="border: 0px; font-weight: inherit;"&gt;Again, my ArcGIS Pro problem is cured once I've removed the problematic files - just curious how the ArcGIS Pro Python installation got crosswise with it. Thanks very much for your help!&lt;/P&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 17 Aug 2018 22:02:46 GMT</pubDate>
    <dc:creator>GIS_Spellblade</dc:creator>
    <dc:date>2018-08-17T22:02:46Z</dc:date>
    <item>
      <title>ArcPy is Broken in ArcGIS Pro</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/arcpy-is-broken-in-arcgis-pro/m-p/7506#M206</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm on a split machine with limited rights, since I got upgraded to 2.2 my ArcPy is broken. I found the following two technical articles and am working with our IT to implement them. While I'm waiting, I wanted to know; is this issue related to that? Do I need to downgrade?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We've repaired, uninstalled and re-installed on admin-level logins. ArcGIS Pro works on the admin-level logins; does not work on the limited-rights login. ArcGIS Pro was subsequently uninstalled and re-installed on the limited-rights login using admin-level credentials. We have also tried resettting the application profile.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="link-titled" href="https://support.esri.com/en/technical-article/000018812" title="https://support.esri.com/en/technical-article/000018812"&gt;Problem: After upgrading to ArcGIS Pro 2.2, geoprocessing tools fail to load and Python window returns "Failed to Initia…&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A class="link-titled" href="https://support.esri.com/en/technical-article/000018813" title="https://support.esri.com/en/technical-article/000018813"&gt;Problem: Unable to create environments or install packages after upgrading to ArcGIS Pro 2.2&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.esri.com/thread/212627"&gt;ArcGIS Pro 2.1 (Geoprocessing Broken)&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is the error message from ArcPy, and I have this one too:&lt;/P&gt;&lt;P&gt;&lt;IMG alt="User-added image" src="http://esri2.force.com/pkb/servlet/rtaImage?eid=ka1f20000001KxE&amp;amp;feoid=00N39000003LL24&amp;amp;refid=0EMf2000000AmyS" /&gt;&lt;/P&gt;&lt;P style="margin-top: 1.5pt;"&gt;&lt;EM style="color: #a57946; font-size: 9.0pt;"&gt;import&lt;/EM&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; color: #2493f2;"&gt;arcpy&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 9.0pt; color: #ad3216;"&gt;Traceback (most recent call last):&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 9.0pt; color: #ad3216;"&gt;&amp;nbsp; File "&amp;lt;string&amp;gt;", line 1, in &amp;lt;module&amp;gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 9.0pt; color: #ad3216;"&gt;&amp;nbsp; File "c:\program files\arcgis\pro\Resources\arcpy\arcpy\__init__.py", line 77, in &amp;lt;module&amp;gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 9.0pt; color: #ad3216;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; from arcpy.toolbox import *&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 9.0pt; color: #ad3216;"&gt;&amp;nbsp; File "c:\program files\arcgis\pro\Resources\arcpy\arcpy\toolbox.py", line 716, in &amp;lt;module&amp;gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 9.0pt; color: #ad3216;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; from .na import AddFieldToAnalysisLayer as AddFieldToAnalysisLayer_na&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 9.0pt; color: #ad3216;"&gt;&amp;nbsp; File "c:\program files\arcgis\pro\Resources\arcpy\arcpy\na.py", line 40, in &amp;lt;module&amp;gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 9.0pt; color: #ad3216;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; from arcpy import _na&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 9.0pt; color: #ad3216;"&gt;&amp;nbsp; File "c:\program files\arcgis\pro\Resources\arcpy\arcpy\_na\__init__.py", line 18, in &amp;lt;module&amp;gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 9.0pt; color: #ad3216;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; from ._sas import *&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 9.0pt; color: #ad3216;"&gt;&amp;nbsp; File "c:\program files\arcgis\pro\Resources\arcpy\arcpy\_na\_sas.py", line 59, in &amp;lt;module&amp;gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 9.0pt; color: #ad3216;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; class ServiceArea(cna.ServiceArea):&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 9.0pt; color: #ad3216;"&gt;AttributeError: module 'arcpy._na' has no attribute 'ServiceArea'&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 17 Aug 2018 20:23:40 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/arcpy-is-broken-in-arcgis-pro/m-p/7506#M206</guid>
      <dc:creator>GIS_Spellblade</dc:creator>
      <dc:date>2018-08-17T20:23:40Z</dc:date>
    </item>
    <item>
      <title>Re: ArcPy is Broken in ArcGIS Pro</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/arcpy-is-broken-in-arcgis-pro/m-p/7507#M207</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Welcome aboard the ArcGIS 2.2 upgrade train:&amp;nbsp; I liken it to&amp;nbsp;the Beatles 'Magical Mystery Tour' album.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Start here:&amp;nbsp;&amp;nbsp;&lt;A href="https://community.esri.com/thread/217048"&gt;ArcGIS Pro 2.2.0 and Python Package Manager&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Move on to here:&amp;nbsp;&amp;nbsp;&lt;A href="https://community.esri.com/thread/217278-cannot-create-new-python-environment-in-arcgis-pro-22"&gt;https://community.esri.com/thread/217278-cannot-create-new-python-environment-in-arcgis-pro-22&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and if you still need more, search on 'Dan Patterson Blog'&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 17 Aug 2018 20:30:25 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/arcpy-is-broken-in-arcgis-pro/m-p/7507#M207</guid>
      <dc:creator>JoeBorgione</dc:creator>
      <dc:date>2018-08-17T20:30:25Z</dc:date>
    </item>
    <item>
      <title>Re: ArcPy is Broken in ArcGIS Pro</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/arcpy-is-broken-in-arcgis-pro/m-p/7508#M208</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Downgrade&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 17 Aug 2018 21:58:40 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/arcpy-is-broken-in-arcgis-pro/m-p/7508#M208</guid>
      <dc:creator>DanPatterson_Retired</dc:creator>
      <dc:date>2018-08-17T21:58:40Z</dc:date>
    </item>
    <item>
      <title>Re: ArcPy is Broken in ArcGIS Pro</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/arcpy-is-broken-in-arcgis-pro/m-p/7509#M209</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I found a fix from a comment in this thread; referencing a bad file path (in red):&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.esri.com/thread/217056-error-with-toolboxes-in-arcgis-pro-22"&gt;https://community.esri.com/thread/217056-error-with-toolboxes-in-arcgis-pro-22&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;DIV class="" style="border: 0px; font-size: 14px; margin: 0px 0px 0px 46px;"&gt;&lt;SPAN class="" style="color: #a9a9a9; border: 0px; font-weight: 500; font-size: 0.7857rem;"&gt;&lt;SPAN class="" style="border: 0px; font-weight: inherit; font-size: 12.5712px;"&gt;&lt;A _jive_internal="true" data-userid="40535" data-username="malcolmeast" href="https://community.esri.com/people/malcolmeast" style="color: #8ca9cd; border: 0px; font-weight: 200; text-decoration: none; font-size: 1.286rem;"&gt;Malcolm Williamson&lt;/A&gt;&lt;/SPAN&gt;@&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;A _jive_internal="true" href="https://community.esri.com/thread/217056-error-with-toolboxes-in-arcgis-pro-22#comment-787009" style="color: #a9a9a9; border: 0px; font-weight: inherit; text-decoration: none; font-size: 12.5712px;" title="Go to message"&gt;Ghislain Prince&lt;/A&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SMALL style="border: 0px; font-size: 0.7857rem;"&gt;on&lt;/SMALL&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;A _jive_internal="true" href="https://community.esri.com/thread/217056-error-with-toolboxes-in-arcgis-pro-22#comment-787149" style="color: #a9a9a9; border: 0px; font-weight: inherit; text-decoration: none; font-size: 12.5712px;"&gt;Jul 24, 2018 1:54 PM&lt;/A&gt;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV style="border: 0px; font-size: 14px;"&gt;&lt;DIV class="" style="border: 0px; font-weight: inherit; margin: 20px 0px;"&gt;&lt;P style="border: 0px; font-weight: inherit;"&gt;Hi Ghislain,&lt;/P&gt;&lt;P style="border: 0px; font-weight: inherit;"&gt;Thanks for the correction, you've put me on track to a solution! Upon "import arcpy", it seems that it's referencing a stray python path with a problematic version of numpy:&lt;/P&gt;&lt;P style="border: 0px; font-weight: inherit;"&gt;&amp;gt;&amp;gt;&amp;gt; import arcpy&lt;BR /&gt;Traceback (most recent call last):&lt;BR /&gt;&amp;nbsp; File "C:\Users\malcolm\AppData\Roaming\Python\Python36\site-packages\numpy\core\__init__.py", line 16, in &amp;lt;module&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; from . import multiarray&lt;BR /&gt;ImportError: cannot import name 'multiarray'&lt;/P&gt;&lt;P style="border: 0px; font-weight: inherit;"&gt;&lt;EM style="border: 0px; font-weight: inherit;"&gt;(and more stuff)&lt;/EM&gt;&lt;/P&gt;&lt;P style="border: 0px; font-weight: inherit;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P style="border: 0px; font-weight: inherit;"&gt;I list the paths:&lt;/P&gt;&lt;P style="border: 0px; font-weight: inherit;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P style="border: 0px; font-weight: inherit;"&gt;&amp;gt;&amp;gt;&amp;gt; import sys&lt;BR /&gt;&amp;gt;&amp;gt;&amp;gt; for p in sys.path:&lt;BR /&gt;...&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; print(p)&lt;BR /&gt;...&lt;/P&gt;&lt;P style="border: 0px; font-weight: inherit;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P style="border: 0px; font-weight: inherit;"&gt;C:\Program Files\ArcGIS\Pro\bin\Python\envs\arcgispro-py3\python36.zip&lt;BR /&gt;C:\Program Files\ArcGIS\Pro\bin\Python\envs\arcgispro-py3\DLLs&lt;BR /&gt;C:\Program Files\ArcGIS\Pro\bin\Python\envs\arcgispro-py3\lib&lt;BR /&gt;C:\Program Files\ArcGIS\Pro\bin\Python\envs\arcgispro-py3&lt;BR /&gt;&lt;SPAN style="color: #ff0000; border: 0px; font-weight: inherit;"&gt;C:\Users\malcolm\AppData\Roaming\Python\Python36\site-packages&lt;/SPAN&gt;&lt;BR /&gt;C:\Program Files\ArcGIS\Pro\bin\Python\envs\arcgispro-py3\lib\site-packages&lt;BR /&gt;C:\Program Files\ArcGIS\Pro\bin&lt;BR /&gt;C:\Program Files\ArcGIS\Pro\Resources\ArcPy&lt;BR /&gt;C:\Program Files\ArcGIS\Pro\Resources\ArcToolbox\Scripts&lt;BR /&gt;C:\Program Files\ArcGIS\Pro\bin\Python\envs\arcgispro-py3\lib\site-packages\future-0.16.0-py3.6.egg&lt;BR /&gt;C:\Program Files\ArcGIS\Pro\bin\Python\envs\arcgispro-py3\lib\site-packages\pytz-2018.3-py3.6.egg&lt;BR /&gt;C:\Program Files\ArcGIS\Pro\bin\Python\envs\arcgispro-py3\lib\site-packages\sympy-1.1.1-py3.6.egg&lt;/P&gt;&lt;P style="border: 0px; font-weight: inherit;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P style="border: 0px; font-weight: inherit;"&gt;(Highlighted bad path in red)&lt;/P&gt;&lt;P style="border: 0px; font-weight: inherit;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P style="border: 0px; font-weight: inherit;"&gt;So, I can fix the problem just by renaming or removing the rogue Python location. But I am curious how the ArcGIS Pro Python installation found that path in the first place. Is&amp;nbsp;C:\Users\%USERNAME%\AppData\Roaming\Python a standard path that a new Python installation looks for, or was this stored somewhere?&lt;CODE style="border: 0px; font-weight: inherit;"&gt;&lt;/CODE&gt;&lt;/P&gt;&lt;P style="border: 0px; font-weight: inherit;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P style="border: 0px; font-weight: inherit;"&gt;Again, my ArcGIS Pro problem is cured once I've removed the problematic files - just curious how the ArcGIS Pro Python installation got crosswise with it. Thanks very much for your help!&lt;/P&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 17 Aug 2018 22:02:46 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/arcpy-is-broken-in-arcgis-pro/m-p/7509#M209</guid>
      <dc:creator>GIS_Spellblade</dc:creator>
      <dc:date>2018-08-17T22:02:46Z</dc:date>
    </item>
    <item>
      <title>Re: ArcPy is Broken in ArcGIS Pro</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/arcpy-is-broken-in-arcgis-pro/m-p/7510#M210</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you installed for all users, it puts the installation in the c:\program.... folder and dumps a path like that for individuals.&lt;/P&gt;&lt;P&gt;I install mine for me only in a different folder and the 'Users path doesn't exist since it isn't needed&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 17 Aug 2018 22:16:12 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/arcpy-is-broken-in-arcgis-pro/m-p/7510#M210</guid>
      <dc:creator>DanPatterson_Retired</dc:creator>
      <dc:date>2018-08-17T22:16:12Z</dc:date>
    </item>
    <item>
      <title>Re: ArcPy is Broken in ArcGIS Pro</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/arcpy-is-broken-in-arcgis-pro/m-p/7511#M211</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for the reply! I ran into a similar issue last year when I broke the Pro environment; afterwards, I think I used your technique of copying the folder as a cloned env in my main anaconda distribution to prevent it from happening again. I thought this was the same thing and have been battling this for more than a week.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This all affected my work computer so the response has been slow, and a lot harder without admin rights and with the installation in a central location.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 17 Aug 2018 22:32:40 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/arcpy-is-broken-in-arcgis-pro/m-p/7511#M211</guid>
      <dc:creator>GIS_Spellblade</dc:creator>
      <dc:date>2018-08-17T22:32:40Z</dc:date>
    </item>
  </channel>
</rss>

