<?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: Running arcpy script from Powershell after updating to ArcGIS Pro 3.1.0 gives error in Python Questions</title>
    <link>https://community.esri.com/t5/python-questions/running-arcpy-script-from-powershell-after/m-p/1336468#M68935</link>
    <description>&lt;P&gt;Thanks for the report, this was overlooked in the patch installation, as cloning will follow the conda metadata and ignore local changes to the files registered against conda. There are a couple of things you can do until this is patched more completely:&lt;/P&gt;&lt;P&gt;1. Locate the &amp;lt;arcgispro-py3&amp;gt;\Lib\site-packages\arcgisscripting\_arcgisscripting.pyd file from the default environment, and copy that into your custom environment.&lt;BR /&gt;2. We are currently testing a custom package to also address this. You can install it by first activating your custom environment, then running `conda install esri/label/prerelease::arcpy=3.1`. If the testing on this package looks good, we will promote it and the command will simplify to `conda upgrade arcpy`.&lt;/P&gt;</description>
    <pubDate>Tue, 10 Oct 2023 04:33:22 GMT</pubDate>
    <dc:creator>ShaunWalbridge</dc:creator>
    <dc:date>2023-10-10T04:33:22Z</dc:date>
    <item>
      <title>Running arcpy script from Powershell after updating to ArcGIS Pro 3.1.0 gives error</title>
      <link>https://community.esri.com/t5/python-questions/running-arcpy-script-from-powershell-after/m-p/1261897#M66946</link>
      <description>&lt;P&gt;I have been running my python script that uses arcpy, from Powershell without any problems. But in the middle of a session, I thought to update ArcGIS Pro from 3.0.1 to 3.1 and my script immediately stopped working. I run my script from Powershell using propy (the propy.bat file location is added to my environmental variables). The following error is produced:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="c"&gt;Unhandled exception. System.IO.FileNotFoundException: Could not load file or assembly 'ArcGIS.Core, Version=13.1.0.0, Culture=neutral, PublicKeyToken=8fc3cc631e44ad86'. The system cannot find the file specified.
File name: 'ArcGIS.Core, Version=13.1.0.0, Culture=neutral, PublicKeyToken=8fc3cc631e44ad86'
   at ArcGIS.Core.Internal.PluginWorkspaceFactoryShim.FinalConstruct(PluginWorkspaceFactoryShim* )
   at ATL.CComPolyObject&amp;lt;ArcGIS::Core::Internal::PluginWorkspaceFactoryShim&amp;gt;.FinalConstruct(CComPolyObject&amp;lt;ArcGIS::Core::Internal::PluginWorkspaceFactoryShim&amp;gt;* )
   at ATL.CComPolyObject&amp;lt;ArcGIS::Core::Internal::PluginWorkspaceFactoryShim&amp;gt;.CreateInstance(IUnknown* pUnkOuter, CComPolyObject&amp;lt;ArcGIS::Core::Internal::PluginWorkspaceFactoryShim&amp;gt;** pp)
   at ArcGIS.Core.Internal.PluginWorkspaceFactoryShim.CreateInstance(IAddInRecord* pAddinRecord, IUnknown* controllingUnknown, IUnknown** ppPluginWorkspaceFactory)
   at PluginFactory.CreateObject(PluginFactory* , IAddInRecord* pAddinRecord, IUnknown* pUnkOuter, IUnknown** ppPluginWorkspaceFactory)&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;This only happens when a method that takes a file name or location as a parameter is run. For instance, the following doesn't produce an error:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="python"&gt;arcpy.env.overwriteOutput = True // no error&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;But this does:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="python"&gt;arcpy.env.workspace = "location of gdb" //error&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;and so does this:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="python"&gt;arcpy.Exists("location of gdb that exists") //error&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;but the following doesn't produce an error; just prints False.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="python"&gt;arcpy.Exists("") //no error&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I've tried restarting my Windows and rechecking environmental variables in Systems Settings. The same commands run fine from within ArcGIS Pro's python window. As far as I could tell, this started happening after I upgraded to Pro 3.1&lt;/P&gt;&lt;P&gt;Anyone have any idea what could be wrong here? I need to use propy or python to run my script from the shell.&lt;/P&gt;&lt;P&gt;Both python or propy commands from shell give same error&lt;/P&gt;</description>
      <pubDate>Mon, 27 Feb 2023 17:04:37 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/running-arcpy-script-from-powershell-after/m-p/1261897#M66946</guid>
      <dc:creator>KevinCheriyan</dc:creator>
      <dc:date>2023-02-27T17:04:37Z</dc:date>
    </item>
    <item>
      <title>Re: Running arcpy script from Powershell after updating to ArcGIS Pro 3.1.0 gives error</title>
      <link>https://community.esri.com/t5/python-questions/running-arcpy-script-from-powershell-after/m-p/1262074#M66948</link>
      <description>&lt;P&gt;Hello Kevin,&lt;BR /&gt;&lt;BR /&gt;Could you provide some information on how you start PowerShell and whether you have any integration with e.g. Python.NET being used? When I start a new Windows Terminal session with Powershell, I can use the scripts and it seems to work without issue. I wouldn't expect to see .NET exceptions being raised from a Python perspective, so am not sure where these are entering into the picture.&lt;BR /&gt;&lt;BR /&gt;Cheers,&lt;BR /&gt;Shaun&lt;/P&gt;</description>
      <pubDate>Mon, 27 Feb 2023 18:15:14 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/running-arcpy-script-from-powershell-after/m-p/1262074#M66948</guid>
      <dc:creator>ShaunWalbridge</dc:creator>
      <dc:date>2023-02-27T18:15:14Z</dc:date>
    </item>
    <item>
      <title>Re: Running arcpy script from Powershell after updating to ArcGIS Pro 3.1.0 gives error</title>
      <link>https://community.esri.com/t5/python-questions/running-arcpy-script-from-powershell-after/m-p/1262237#M66952</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/89710"&gt;@ShaunWalbridge&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;Thank you for your reply. Testing further, this issue can be replicated for me in Powershell, Command Prompt or any other shell. If I can start python in the shell, then import arcpy and run any command that requires a filepath, the above error is produced.&amp;nbsp;&lt;/P&gt;&lt;P&gt;I do separate work with the Pro SDK for .NET and some other Maps SDK for .NET projects, but I don't use console or shell for them, if that answers your question.&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;</description>
      <pubDate>Tue, 28 Feb 2023 00:21:51 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/running-arcpy-script-from-powershell-after/m-p/1262237#M66952</guid>
      <dc:creator>KevinCheriyan</dc:creator>
      <dc:date>2023-02-28T00:21:51Z</dc:date>
    </item>
    <item>
      <title>Re: Running arcpy script from Powershell after updating to ArcGIS Pro 3.1.0 gives error</title>
      <link>https://community.esri.com/t5/python-questions/running-arcpy-script-from-powershell-after/m-p/1262670#M66959</link>
      <description>&lt;P&gt;Got it. It sounds like there may be some cross-talk between ArcPy and the .NET SDK that I'm not aware of. Do you have the Pro 3.1 version of the Pro SDK installed? I might check that is installed, and see if it has an effect. Also, see if (temporarily) uninstalling the Maps SDK changes things.&lt;/P&gt;</description>
      <pubDate>Tue, 28 Feb 2023 19:20:51 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/running-arcpy-script-from-powershell-after/m-p/1262670#M66959</guid>
      <dc:creator>ShaunWalbridge</dc:creator>
      <dc:date>2023-02-28T19:20:51Z</dc:date>
    </item>
    <item>
      <title>Re: Running arcpy script from Powershell after updating to ArcGIS Pro 3.1.0 gives error</title>
      <link>https://community.esri.com/t5/python-questions/running-arcpy-script-from-powershell-after/m-p/1264439#M66984</link>
      <description>&lt;P&gt;Hi,&lt;BR /&gt;I can add up to this issues. Simple example of listing domains from here:&amp;nbsp;&lt;A href="https://pro.arcgis.com/en/pro-app/latest/arcpy/data-access/listdomains.htm" target="_blank"&gt;https://pro.arcgis.com/en/pro-app/latest/arcpy/data-access/listdomains.htm&lt;/A&gt;&amp;nbsp;gives same error.&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have only ArcGIS PRO 3.1 installed.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 06 Mar 2023 12:43:33 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/running-arcpy-script-from-powershell-after/m-p/1264439#M66984</guid>
      <dc:creator>JuliusDobravolskas</dc:creator>
      <dc:date>2023-03-06T12:43:33Z</dc:date>
    </item>
    <item>
      <title>Re: Running arcpy script from Powershell after updating to ArcGIS Pro 3.1.0 gives error</title>
      <link>https://community.esri.com/t5/python-questions/running-arcpy-script-from-powershell-after/m-p/1268776#M67134</link>
      <description>&lt;P&gt;Can you log a request through support? I'm not aware of what would cause this issue and don't know of any existing reports of it. Thanks!&lt;/P&gt;</description>
      <pubDate>Thu, 16 Mar 2023 21:37:19 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/running-arcpy-script-from-powershell-after/m-p/1268776#M67134</guid>
      <dc:creator>ShaunWalbridge</dc:creator>
      <dc:date>2023-03-16T21:37:19Z</dc:date>
    </item>
    <item>
      <title>Re: Running arcpy script from Powershell after updating to ArcGIS Pro 3.1.0 gives error</title>
      <link>https://community.esri.com/t5/python-questions/running-arcpy-script-from-powershell-after/m-p/1270168#M67162</link>
      <description>&lt;P&gt;I am experiencing the same problem .... in 3.0 i was able to run my python scripts without any errors, but after i upgraded to 3.1 and later I am getting only errors.&amp;nbsp; I run my scripts from within a .NET Module add-in (by calling a process to invoke propy.bat) or simply from a command line.&amp;nbsp; Neither works anymore.&lt;/P&gt;&lt;P&gt;I attached my Python script (change the extension back to .py).&amp;nbsp; It needs an input FileGeodatabase with a polygon feature class and a non-existing feature class for the output.&amp;nbsp; The script is doing buffer operation.&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;So this what i get when i run the script using 3.0 (I only show the command line here):&lt;/P&gt;&lt;LI-CODE lang="markdown"&gt;"C:\Program Files\ArcGIS\Pro\bin\Python\Scripts\propy.bat" "C:\Users\wolf2125\AppData\Local\ESRI\ArcGISPro\AssemblyCache\{31d7f807-1dfe-44c3-9c8b-6ffc8263159e}\test1.py" "C:\Data\FeatureTest\FeatureTest.gdb\TestPolygons" "C:\Data\FeatureTest\FeatureTest.gdb\TestPolygons_Buffer"

&amp;gt;&amp;gt; Output from Python (the output buffer polygon was created):
Input: C:\Data\FeatureTest\FeatureTest.gdb\TestPolygons
Output: C:\Data\FeatureTest\FeatureTest.gdb\TestPolygons_Buffer
Hello - this message is from a TEST Python script
Done&lt;/LI-CODE&gt;&lt;P&gt;Next i uninstalled 3.0 and installed 3.1 and the same script can't be run.&amp;nbsp; &amp;nbsp;I get this error from the command line:&lt;/P&gt;&lt;LI-CODE lang="markdown"&gt;"C:\Program Files\ArcGIS\Pro\bin\Python\Scripts\propy.bat" "C:\Users\wolf2125\AppData\Local\ESRI\ArcGISPro\AssemblyCache\{31d7f807-1dfe-44c3-9c8b-6ffc8263159e}\test1.py" "C:\Data\FeatureTest\FeatureTest.gdb\TestPolygons" "C:\Data\FeatureTest\FeatureTest.gdb\TestPolygons_Buffer"
Input: C:\Data\FeatureTest\FeatureTest.gdb\TestPolygons
Output: C:\Data\FeatureTest\FeatureTest.gdb\TestPolygons_Buffer
Unhandled exception. System.IO.FileNotFoundException: Could not load file or assembly 'ArcGIS.Core, Version=13.1.0.0, Culture=neutral, PublicKeyToken=8fc3cc631e44ad86'. The system cannot find the file specified.
File name: 'ArcGIS.Core, Version=13.1.0.0, Culture=neutral, PublicKeyToken=8fc3cc631e44ad86'
   at ArcGIS.Core.Internal.PluginWorkspaceFactoryShim.FinalConstruct(PluginWorkspaceFactoryShim* )
   at ATL.CComPolyObject&amp;lt;ArcGIS::Core::Internal::PluginWorkspaceFactoryShim&amp;gt;.FinalConstruct(CComPolyObject&amp;lt;ArcGIS::Core::Internal::PluginWorkspaceFactoryShim&amp;gt;* )
   at ATL.CComPolyObject&amp;lt;ArcGIS::Core::Internal::PluginWorkspaceFactoryShim&amp;gt;.CreateInstance(IUnknown* pUnkOuter, CComPolyObject&amp;lt;ArcGIS::Core::Internal::PluginWorkspaceFactoryShim&amp;gt;** pp)
   at ArcGIS.Core.Internal.PluginWorkspaceFactoryShim.CreateInstance(IAddInRecord* pAddinRecord, IUnknown* controllingUnknown, IUnknown** ppPluginWorkspaceFactory)
   at PluginFactory.CreateObject(PluginFactory* , IAddInRecord* pAddinRecord, IUnknown* pUnkOuter, IUnknown** ppPluginWorkspaceFactory)&lt;/LI-CODE&gt;&lt;P&gt;I can't run test1.py from my add-in either - since it's executing the exact same script.&lt;/P&gt;&lt;P&gt;It looks to me like arcpy is unable to find / load its underlying assemblies (ArcGIS.Core, Version=13.1.0.0).&amp;nbsp; I added the ArcGIS Pro bin to the Path environment, but that didn't help.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 21 Mar 2023 22:48:48 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/running-arcpy-script-from-powershell-after/m-p/1270168#M67162</guid>
      <dc:creator>Wolf</dc:creator>
      <dc:date>2023-03-21T22:48:48Z</dc:date>
    </item>
    <item>
      <title>Re: Running arcpy script from Powershell after updating to ArcGIS Pro 3.1.0 gives error</title>
      <link>https://community.esri.com/t5/python-questions/running-arcpy-script-from-powershell-after/m-p/1270231#M67164</link>
      <description>&lt;P&gt;This is something I have experienced too after upgrading to Pro 3.1. However, and curiously, a small script I made that would fail elsewhere with this error&amp;nbsp;&lt;EM&gt;did&lt;/EM&gt; run inside the ArcGIS Pro python window.&amp;nbsp;&lt;/P&gt;&lt;P&gt;It does look like ArcGIS.Core is part of the ArcGIS Pro SDK (see&amp;nbsp;&lt;A href="https://github.com/Esri/arcgis-pro-sdk/wiki" target="_blank"&gt;Home · Esri/arcgis-pro-sdk Wiki (github.com)&lt;/A&gt;) so I tried uninstalling and reinstalling the ArcGIS Pro SDK in Visual Studio to see if it needed to be re-installed after a Pro update. No joy, still the same error.&lt;/P&gt;&lt;P&gt;Looking like I'll need to downgrade to Pro 3.0.x for now until there's a fix.&lt;/P&gt;</description>
      <pubDate>Wed, 22 Mar 2023 06:13:03 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/running-arcpy-script-from-powershell-after/m-p/1270231#M67164</guid>
      <dc:creator>Gerry_S</dc:creator>
      <dc:date>2023-03-22T06:13:03Z</dc:date>
    </item>
    <item>
      <title>Re: Running arcpy script from Powershell after updating to ArcGIS Pro 3.1.0 gives error</title>
      <link>https://community.esri.com/t5/python-questions/running-arcpy-script-from-powershell-after/m-p/1270335#M67165</link>
      <description>&lt;P&gt;This is a mess... I started to notice that Pro 3.0 will sometimes load the Add-ins I created to execute python scripts.&amp;nbsp; I had to update to 3.1 as the 'solution' to test three other bugs I found and reported to esri... 3.1 just doesn't load a dockpane Addin I created at all, and I still have the 3 bugs.&lt;/P&gt;</description>
      <pubDate>Wed, 22 Mar 2023 12:42:32 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/running-arcpy-script-from-powershell-after/m-p/1270335#M67165</guid>
      <dc:creator>Anonymous User</dc:creator>
      <dc:date>2023-03-22T12:42:32Z</dc:date>
    </item>
    <item>
      <title>Re: Running arcpy script from Powershell after updating to ArcGIS Pro 3.1.0 gives error</title>
      <link>https://community.esri.com/t5/python-questions/running-arcpy-script-from-powershell-after/m-p/1270394#M67167</link>
      <description>&lt;P&gt;@Anonymous User&amp;nbsp; i can probably help you with your add-in / dockpane issues.&amp;nbsp; &amp;nbsp;I am working with the ArcGIS Pro SDK team.&amp;nbsp; I will probably need to see your code though ... you can send me a private message, or report your issues under 'ArcGIS Pro SDK Questions'&amp;nbsp;&lt;A href="https://community.esri.com/t5/arcgis-pro-sdk-questions/bd-p/arcgis-pro-sdk-questions" target="_blank"&gt;ArcGIS Pro SDK Questions - Esri Community&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 22 Mar 2023 14:24:00 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/running-arcpy-script-from-powershell-after/m-p/1270394#M67167</guid>
      <dc:creator>Wolf</dc:creator>
      <dc:date>2023-03-22T14:24:00Z</dc:date>
    </item>
    <item>
      <title>Re: Running arcpy script from Powershell after updating to ArcGIS Pro 3.1.0 gives error</title>
      <link>https://community.esri.com/t5/python-questions/running-arcpy-script-from-powershell-after/m-p/1270402#M67168</link>
      <description>&lt;P&gt;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/657063"&gt;@Gerry_S&lt;/a&gt;&amp;nbsp; In ArcGIS Desktop (ArcMap, ArcCatalog, etc.) you needed to install the SDK in order to be able to use the API, however, in ArcGIS Pro the API is part of the ArcGIS Pro installation.&amp;nbsp; &amp;nbsp;ArcGIS.Core is one of the core assemblies used by ArcGIS Pro.&amp;nbsp; &amp;nbsp;When you install the Pro SDK in Visual Studio you only get the Project / Item templates and some utilities to manage your Pro SDK add-ins &amp;amp; configuration projects.&amp;nbsp; The Pro SDK doesn't install any part of the API since it's part of ArcGIS Pro (actually ArcGIS Pro is using this API as well).&amp;nbsp; When running a python script, arcpy is also trying to use the ArcGIS Pro API (which ArcGIS.Core is part of) but can't find the assembly.&amp;nbsp; This worked in 3.0 so i assume there is part of the environment that tells arcpy where to find the Pro assemblies changed in 3.1.&amp;nbsp; &amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 22 Mar 2023 14:36:15 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/running-arcpy-script-from-powershell-after/m-p/1270402#M67168</guid>
      <dc:creator>Wolf</dc:creator>
      <dc:date>2023-03-22T14:36:15Z</dc:date>
    </item>
    <item>
      <title>Re: Running arcpy script from Powershell after updating to ArcGIS Pro 3.1.0 gives error</title>
      <link>https://community.esri.com/t5/python-questions/running-arcpy-script-from-powershell-after/m-p/1270410#M67170</link>
      <description>&lt;P&gt;Does downgrading to Pro 3.0.x solve the issue? I'm hesitant to go through the effort so far until I know this can solve it for sure&lt;/P&gt;</description>
      <pubDate>Wed, 22 Mar 2023 14:43:39 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/running-arcpy-script-from-powershell-after/m-p/1270410#M67170</guid>
      <dc:creator>KevinCheriyan</dc:creator>
      <dc:date>2023-03-22T14:43:39Z</dc:date>
    </item>
    <item>
      <title>Re: Running arcpy script from Powershell after updating to ArcGIS Pro 3.1.0 gives error</title>
      <link>https://community.esri.com/t5/python-questions/running-arcpy-script-from-powershell-after/m-p/1270412#M67171</link>
      <description>&lt;P&gt;Does your Python script work from the command line without the Pro SDK installed? It'd be good to see if this only happens specifically in an interaction with that component or is more broadly occurring. Thanks!&lt;/P&gt;</description>
      <pubDate>Wed, 22 Mar 2023 14:45:49 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/running-arcpy-script-from-powershell-after/m-p/1270412#M67171</guid>
      <dc:creator>ShaunWalbridge</dc:creator>
      <dc:date>2023-03-22T14:45:49Z</dc:date>
    </item>
    <item>
      <title>Re: Running arcpy script from Powershell after updating to ArcGIS Pro 3.1.0 gives error</title>
      <link>https://community.esri.com/t5/python-questions/running-arcpy-script-from-powershell-after/m-p/1270416#M67172</link>
      <description>&lt;P&gt;I will try to find some time in the next couple of days to do this&amp;nbsp;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/89710"&gt;@ShaunWalbridge&lt;/a&gt;&amp;nbsp;. Before I uninstall the Pro SDK, I need to tie up a few loose ends in the Pro SDK project I'm working on&amp;nbsp;&lt;span class="lia-unicode-emoji" title=":grinning_face_with_sweat:"&gt;😅&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 22 Mar 2023 14:48:39 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/running-arcpy-script-from-powershell-after/m-p/1270416#M67172</guid>
      <dc:creator>KevinCheriyan</dc:creator>
      <dc:date>2023-03-22T14:48:39Z</dc:date>
    </item>
    <item>
      <title>Re: Running arcpy script from Powershell after updating to ArcGIS Pro 3.1.0 gives error</title>
      <link>https://community.esri.com/t5/python-questions/running-arcpy-script-from-powershell-after/m-p/1270429#M67173</link>
      <description>&lt;P&gt;Got it. That would be great, once we have a clear set of interactions causing this we can get a reproducible case together and start debugging it. I don't think we have had anything like this happen before and wouldn't normally expect any interaction between the two "worlds" of .NET and Python.&lt;/P&gt;</description>
      <pubDate>Wed, 22 Mar 2023 14:56:31 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/running-arcpy-script-from-powershell-after/m-p/1270429#M67173</guid>
      <dc:creator>ShaunWalbridge</dc:creator>
      <dc:date>2023-03-22T14:56:31Z</dc:date>
    </item>
    <item>
      <title>Re: Running arcpy script from Powershell after updating to ArcGIS Pro 3.1.0 gives error</title>
      <link>https://community.esri.com/t5/python-questions/running-arcpy-script-from-powershell-after/m-p/1270920#M67193</link>
      <description>&lt;P&gt;The errors that i encountered when running a python script (either from .Net out of process, or from a Windows command prompt) were caused by Plugin Datasource extensions that i had installed at one time.&amp;nbsp; It appears that arcpy is now initializing Plugin datasource extensions (to support custom data imports) in 3.1 even if those Plugins are not used in the script.&amp;nbsp; &amp;nbsp;i was able to fix my problem by deleting any plugins with a ".esriPlugin" file extension in my Documents\ArcGIS\Addins folder.&amp;nbsp; After i removed those plugin extensions my python scripts worked without any problems and without throwing any 'dll file not found' errors.&amp;nbsp; The dev team is working on a fix for this specific issue.&lt;/P&gt;</description>
      <pubDate>Thu, 23 Mar 2023 15:29:50 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/running-arcpy-script-from-powershell-after/m-p/1270920#M67193</guid>
      <dc:creator>Wolf</dc:creator>
      <dc:date>2023-03-23T15:29:50Z</dc:date>
    </item>
    <item>
      <title>Re: Running arcpy script from Powershell after updating to ArcGIS Pro 3.1.0 gives error</title>
      <link>https://community.esri.com/t5/python-questions/running-arcpy-script-from-powershell-after/m-p/1274453#M67327</link>
      <description>&lt;P&gt;I uninstalled the Pro SDK and related extensions from Visual Studio, restarted my machine and tried running the same script from Powershell. Much to my surprise, this gives me the same error. I still have Pro installed.&lt;/P&gt;</description>
      <pubDate>Sun, 02 Apr 2023 22:00:12 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/running-arcpy-script-from-powershell-after/m-p/1274453#M67327</guid>
      <dc:creator>KevinCheriyan</dc:creator>
      <dc:date>2023-04-02T22:00:12Z</dc:date>
    </item>
    <item>
      <title>Re: Running arcpy script from Powershell after updating to ArcGIS Pro 3.1.0 gives error</title>
      <link>https://community.esri.com/t5/python-questions/running-arcpy-script-from-powershell-after/m-p/1275006#M67331</link>
      <description>&lt;P&gt;Have you tried removing the plugins &lt;A href="https://community.esri.com/t5/arcgis-pro-questions/failed-to-load-notebook/td-p/1235513" target="_self"&gt;as Wolf described&lt;/A&gt;? Based on our internal testing, this is the cause of the issue, we are working toward a solution but don't have something available in software yet.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 03 Apr 2023 21:30:35 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/running-arcpy-script-from-powershell-after/m-p/1275006#M67331</guid>
      <dc:creator>ShaunWalbridge</dc:creator>
      <dc:date>2023-04-03T21:30:35Z</dc:date>
    </item>
    <item>
      <title>Re: Running arcpy script from Powershell after updating to ArcGIS Pro 3.1.0 gives error</title>
      <link>https://community.esri.com/t5/python-questions/running-arcpy-script-from-powershell-after/m-p/1287784#M67612</link>
      <description>&lt;P&gt;Just confirming that removing XTools Pro (installed by default with all instances of AGP in my agency) resolved the problem for me.&lt;/P&gt;&lt;P&gt;Is there a bug number so we can track this?&lt;/P&gt;</description>
      <pubDate>Wed, 10 May 2023 16:34:10 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/running-arcpy-script-from-powershell-after/m-p/1287784#M67612</guid>
      <dc:creator>EvanThoms</dc:creator>
      <dc:date>2023-05-10T16:34:10Z</dc:date>
    </item>
    <item>
      <title>Re: Running arcpy script from Powershell after updating to ArcGIS Pro 3.1.0 gives error</title>
      <link>https://community.esri.com/t5/python-questions/running-arcpy-script-from-powershell-after/m-p/1289541#M67651</link>
      <description>&lt;P&gt;Thanks&amp;nbsp;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/148230"&gt;@KevinCheriyan&lt;/a&gt; for bringing up this issue, and to&amp;nbsp;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/12882"&gt;@Wolf&lt;/a&gt;&amp;nbsp;and&amp;nbsp;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/10975"&gt;@EvanThoms&lt;/a&gt;&amp;nbsp;for some insight.&amp;nbsp; I was experiencing the same issue and removing XTools Pro solved it.&amp;nbsp; I'd also be interested in seeing a bug number if available, to forward to the GIS community in my organization.&lt;/P&gt;</description>
      <pubDate>Tue, 16 May 2023 12:08:59 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/running-arcpy-script-from-powershell-after/m-p/1289541#M67651</guid>
      <dc:creator>JoshuaFlickinger</dc:creator>
      <dc:date>2023-05-16T12:08:59Z</dc:date>
    </item>
  </channel>
</rss>

