<?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: ArcGIS Pro not importing installed Python modules in ArcGIS Pro Questions</title>
    <link>https://community.esri.com/t5/arcgis-pro-questions/arcgis-pro-not-importing-installed-python-modules/m-p/1089116#M44460</link>
    <description>&lt;P&gt;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/354489"&gt;@RobertHolliday&lt;/a&gt;&amp;nbsp;did you get anywhere with tech support? &amp;nbsp;I ask because I had an unrelated case case open and discussed this topic with the analyst. He then provided the same solution&amp;nbsp;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/89710"&gt;@ShaunWalbridge&lt;/a&gt;&amp;nbsp;does above but he told me the actual bug fix won’t be until 2.9.&amp;nbsp;&lt;BR /&gt;&amp;nbsp;&lt;BR /&gt;Can we get a definitive answer from ESRI ?&amp;nbsp;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/129401"&gt;@KoryKramer&lt;/a&gt;&amp;nbsp;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Sat, 14 Aug 2021 13:49:53 GMT</pubDate>
    <dc:creator>JoeBorgione</dc:creator>
    <dc:date>2021-08-14T13:49:53Z</dc:date>
    <item>
      <title>ArcGIS Pro not importing installed Python modules</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/arcgis-pro-not-importing-installed-python-modules/m-p/1085354#M43992</link>
      <description>&lt;P&gt;I have installed packages in a cloned environment using the Python Package Manager within ArcGIS Pro. The modules are showing up in the 'Installed Packages' section and everything looks fine:&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="MollyMoore_0-1628003273321.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/20043iDF720FA006B4EA1A/image-size/medium?v=v2&amp;amp;px=400" role="button" title="MollyMoore_0-1628003273321.png" alt="MollyMoore_0-1628003273321.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;However, it's not finding the modules when I try to import in Pro:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="python"&gt;import pyodbc
Traceback (most recent call last):
File "&amp;lt;string&amp;gt;", line 1, in &amp;lt;module&amp;gt;
ModuleNotFoundError: No module named 'pyodbc'&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;This is happening with all installed packages. They used to work fine before upgrading Pro. I have restarted Pro, double-checked that the correct cloned environment is initialized, and tried installing the packages in a new cloned environment after upgrading Pro.&lt;/P&gt;&lt;P&gt;Anyone else having this issue? Anything I can do to fix this?&lt;/P&gt;</description>
      <pubDate>Tue, 03 Aug 2021 15:31:52 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/arcgis-pro-not-importing-installed-python-modules/m-p/1085354#M43992</guid>
      <dc:creator>MollyMoore</dc:creator>
      <dc:date>2021-08-03T15:31:52Z</dc:date>
    </item>
    <item>
      <title>Re: ArcGIS Pro not importing installed Python modules</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/arcgis-pro-not-importing-installed-python-modules/m-p/1085361#M43994</link>
      <description>&lt;P&gt;I am seeing the same behavior after upgrading to 2.8.1. Script tools fail on importing pyodbc and the Python environment reverts back to the default environment. The tool script executes successfully when run from within VS Code.&lt;/P&gt;</description>
      <pubDate>Tue, 03 Aug 2021 15:28:30 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/arcgis-pro-not-importing-installed-python-modules/m-p/1085361#M43994</guid>
      <dc:creator>RobertHolliday</dc:creator>
      <dc:date>2021-08-03T15:28:30Z</dc:date>
    </item>
    <item>
      <title>Re: ArcGIS Pro not importing installed Python modules</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/arcgis-pro-not-importing-installed-python-modules/m-p/1085366#M43997</link>
      <description>&lt;P&gt;Thanks &lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/354489"&gt;@RobertHolliday&lt;/a&gt;. Good to know this is a bug and likely not something specific on my end.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 03 Aug 2021 15:35:28 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/arcgis-pro-not-importing-installed-python-modules/m-p/1085366#M43997</guid>
      <dc:creator>MollyMoore</dc:creator>
      <dc:date>2021-08-03T15:35:28Z</dc:date>
    </item>
    <item>
      <title>Re: ArcGIS Pro not importing installed Python modules</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/arcgis-pro-not-importing-installed-python-modules/m-p/1085395#M43999</link>
      <description>&lt;P&gt;&lt;STRONG&gt;&lt;EM&gt;...using the Python Package Manager within ArcGIS Pro&lt;/EM&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;I haven't upgraded to 2.8.1 but I wonder if this ^ is your problem.&amp;nbsp; Try using a conda install instead and see if it works for you.&amp;nbsp; I've avoided the package manager for several versions.&lt;/P&gt;</description>
      <pubDate>Tue, 03 Aug 2021 16:40:26 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/arcgis-pro-not-importing-installed-python-modules/m-p/1085395#M43999</guid>
      <dc:creator>JoeBorgione</dc:creator>
      <dc:date>2021-08-03T16:40:26Z</dc:date>
    </item>
    <item>
      <title>Re: ArcGIS Pro not importing installed Python modules</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/arcgis-pro-not-importing-installed-python-modules/m-p/1085397#M44000</link>
      <description>&lt;P&gt;I did a conda install after verifying that pyodbc did not install using the package manager. I have opened a support case. As soon as I know something I will update the thread.&lt;/P&gt;</description>
      <pubDate>Tue, 03 Aug 2021 16:43:36 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/arcgis-pro-not-importing-installed-python-modules/m-p/1085397#M44000</guid>
      <dc:creator>RobertHolliday</dc:creator>
      <dc:date>2021-08-03T16:43:36Z</dc:date>
    </item>
    <item>
      <title>Re: ArcGIS Pro not importing installed Python modules</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/arcgis-pro-not-importing-installed-python-modules/m-p/1085399#M44001</link>
      <description>&lt;P&gt;Thanks for doing that!&amp;nbsp;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 03 Aug 2021 16:50:18 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/arcgis-pro-not-importing-installed-python-modules/m-p/1085399#M44001</guid>
      <dc:creator>JoeBorgione</dc:creator>
      <dc:date>2021-08-03T16:50:18Z</dc:date>
    </item>
    <item>
      <title>Re: ArcGIS Pro not importing installed Python modules</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/arcgis-pro-not-importing-installed-python-modules/m-p/1085479#M44015</link>
      <description>&lt;P&gt;There is a known bug that causes the default environment to be activated instead of the cloned one. More details and a solution that worked for me are in this post:&amp;nbsp;&lt;A href="https://community.esri.com/t5/water-resources-questions/archydro-wetland-identification-model-scikit-learn/m-p/1075877" target="_blank" rel="noopener"&gt;https://community.esri.com/t5/water-resources-questions/archydro-wetland-identification-model-scikit-learn/m-p/1075877&lt;/A&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 03 Aug 2021 20:02:30 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/arcgis-pro-not-importing-installed-python-modules/m-p/1085479#M44015</guid>
      <dc:creator>Tim_McGinnes</dc:creator>
      <dc:date>2021-08-03T20:02:30Z</dc:date>
    </item>
    <item>
      <title>Re: ArcGIS Pro not importing installed Python modules</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/arcgis-pro-not-importing-installed-python-modules/m-p/1089088#M44456</link>
      <description>&lt;P&gt;The issue causing the environment to fall back to arcgispro-py3 should be addressed in the Pro 2.8.2 patch. Alternatively, if you have an environment which is otherwise good, you can copy &amp;lt;Pro install&amp;gt;\bin\Python\envs\arcgispro-py3\Lib\site-packages\arcgisscripting\_arcgiscripting.pyd into the environment location at the &amp;lt;env&amp;gt;\Lib\site-packages\arcgisscripting\_arcgisscripting.pyd and things should work as expected.&lt;/P&gt;</description>
      <pubDate>Sat, 14 Aug 2021 03:21:54 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/arcgis-pro-not-importing-installed-python-modules/m-p/1089088#M44456</guid>
      <dc:creator>ShaunWalbridge</dc:creator>
      <dc:date>2021-08-14T03:21:54Z</dc:date>
    </item>
    <item>
      <title>Re: ArcGIS Pro not importing installed Python modules</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/arcgis-pro-not-importing-installed-python-modules/m-p/1089116#M44460</link>
      <description>&lt;P&gt;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/354489"&gt;@RobertHolliday&lt;/a&gt;&amp;nbsp;did you get anywhere with tech support? &amp;nbsp;I ask because I had an unrelated case case open and discussed this topic with the analyst. He then provided the same solution&amp;nbsp;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/89710"&gt;@ShaunWalbridge&lt;/a&gt;&amp;nbsp;does above but he told me the actual bug fix won’t be until 2.9.&amp;nbsp;&lt;BR /&gt;&amp;nbsp;&lt;BR /&gt;Can we get a definitive answer from ESRI ?&amp;nbsp;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/129401"&gt;@KoryKramer&lt;/a&gt;&amp;nbsp;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 14 Aug 2021 13:49:53 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/arcgis-pro-not-importing-installed-python-modules/m-p/1089116#M44460</guid>
      <dc:creator>JoeBorgione</dc:creator>
      <dc:date>2021-08-14T13:49:53Z</dc:date>
    </item>
    <item>
      <title>Re: ArcGIS Pro not importing installed Python modules</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/arcgis-pro-not-importing-installed-python-modules/m-p/1089250#M44479</link>
      <description>&lt;P&gt;This issue was submitted as a bug with technical support and as Shaun commented, is fixed with the 2.8.2 patch.&amp;nbsp; See&amp;nbsp;&lt;A href="https://support.esri.com/en/bugs/nimbus/QlVHLTAwMDE0MTAxNQ==" target="_blank"&gt;https://support.esri.com/en/bugs/nimbus/QlVHLTAwMDE0MTAxNQ==&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="KoryKramer_0-1629117605939.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/20908iE805AC2F3C1D156E/image-size/medium?v=v2&amp;amp;px=400" role="button" title="KoryKramer_0-1629117605939.png" alt="KoryKramer_0-1629117605939.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;It looks like Support was seeing this as fixed in 2.9, but it has since been corrected in the system to show as fixed with the patch.&amp;nbsp; Please install Patch 2 for Pro 2.8 for the fix.&lt;/P&gt;&lt;P&gt;Thank you!&lt;/P&gt;</description>
      <pubDate>Mon, 16 Aug 2021 12:43:38 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/arcgis-pro-not-importing-installed-python-modules/m-p/1089250#M44479</guid>
      <dc:creator>KoryKramer</dc:creator>
      <dc:date>2021-08-16T12:43:38Z</dc:date>
    </item>
    <item>
      <title>Re: ArcGIS Pro not importing installed Python modules</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/arcgis-pro-not-importing-installed-python-modules/m-p/1089251#M44480</link>
      <description>&lt;P&gt;Great. I just got a new laptop so I’ll install 2.8.2 today!&lt;/P&gt;</description>
      <pubDate>Mon, 16 Aug 2021 12:46:56 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/arcgis-pro-not-importing-installed-python-modules/m-p/1089251#M44480</guid>
      <dc:creator>JoeBorgione</dc:creator>
      <dc:date>2021-08-16T12:46:56Z</dc:date>
    </item>
    <item>
      <title>Re: ArcGIS Pro not importing installed Python modules</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/arcgis-pro-not-importing-installed-python-modules/m-p/1089611#M44515</link>
      <description>&lt;P&gt;Tech support verified the bug I reported,&amp;nbsp;BUG-000141015, and added a link to the bug in the support case. I have not had a chance to verify if 2.8.2 does indeed fix the problem.&lt;/P&gt;&lt;P&gt;A quick search of the 2.8.2 "issues addressed" page does not find&amp;nbsp;BUG-000141015.&lt;/P&gt;</description>
      <pubDate>Tue, 17 Aug 2021 14:30:42 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/arcgis-pro-not-importing-installed-python-modules/m-p/1089611#M44515</guid>
      <dc:creator>RobertHolliday</dc:creator>
      <dc:date>2021-08-17T14:30:42Z</dc:date>
    </item>
    <item>
      <title>Re: ArcGIS Pro not importing installed Python modules</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/arcgis-pro-not-importing-installed-python-modules/m-p/1089612#M44516</link>
      <description>&lt;P&gt;I upgraded to 2.8.2 yesterday.&amp;nbsp; Had a little hiccup with a clone but I got past this morning.&lt;/P&gt;</description>
      <pubDate>Tue, 17 Aug 2021 14:29:28 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/arcgis-pro-not-importing-installed-python-modules/m-p/1089612#M44516</guid>
      <dc:creator>JoeBorgione</dc:creator>
      <dc:date>2021-08-17T14:29:28Z</dc:date>
    </item>
    <item>
      <title>Re: ArcGIS Pro not importing installed Python modules</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/arcgis-pro-not-importing-installed-python-modules/m-p/1089617#M44517</link>
      <description>&lt;P&gt;Sorry for the confusion on this one&amp;nbsp;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/354489"&gt;@RobertHolliday&lt;/a&gt;&amp;nbsp;As I noted in a comment yesterday, the bug was incorrectly marked as fixed in 2.9 which is why it did not make it into the 2.8.2 release notes.&amp;nbsp; The Status and Version Fixed have been corrected and can be seen on support.esri.com&amp;nbsp;&lt;A href="https://support.esri.com/en/bugs/nimbus/QlVHLTAwMDE0MTAxNQ==" target="_blank"&gt;https://support.esri.com/en/bugs/nimbus/QlVHLTAwMDE0MTAxNQ==&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Once again, we apologize for any inconvenience or confusion that this may have caused.&lt;/P&gt;</description>
      <pubDate>Tue, 17 Aug 2021 15:12:59 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/arcgis-pro-not-importing-installed-python-modules/m-p/1089617#M44517</guid>
      <dc:creator>KoryKramer</dc:creator>
      <dc:date>2021-08-17T15:12:59Z</dc:date>
    </item>
    <item>
      <title>Re: ArcGIS Pro not importing installed Python modules</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/arcgis-pro-not-importing-installed-python-modules/m-p/1089622#M44519</link>
      <description>&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="JoeBorgione_0-1629213485839.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/20987i12025E79A03FC2A8/image-size/medium?v=v2&amp;amp;px=400" role="button" title="JoeBorgione_0-1629213485839.png" alt="JoeBorgione_0-1629213485839.png" /&gt;&lt;/span&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="JoeBorgione_1-1629213529236.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/20988iB051F194B7532528/image-size/medium?v=v2&amp;amp;px=400" role="button" title="JoeBorgione_1-1629213529236.png" alt="JoeBorgione_1-1629213529236.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 17 Aug 2021 15:19:08 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/arcgis-pro-not-importing-installed-python-modules/m-p/1089622#M44519</guid>
      <dc:creator>JoeBorgione</dc:creator>
      <dc:date>2021-08-17T15:19:08Z</dc:date>
    </item>
    <item>
      <title>Re: ArcGIS Pro not importing installed Python modules</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/arcgis-pro-not-importing-installed-python-modules/m-p/1153357#M52736</link>
      <description>&lt;P&gt;Please help - I am working in ArcGIS Pro 2.9.2 and have installed the 2.9 Deep Learning Libraries. In attempting any import function, I get an error: One example:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="MartyRyan_0-1647267620995.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/36246iE0E0DCE60907A84F/image-size/medium?v=v2&amp;amp;px=400" role="button" title="MartyRyan_0-1647267620995.png" alt="MartyRyan_0-1647267620995.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Another:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="MartyRyan_1-1647267764892.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/36247i2A2B3F255F618380/image-size/medium?v=v2&amp;amp;px=400" role="button" title="MartyRyan_1-1647267764892.png" alt="MartyRyan_1-1647267764892.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;What is this file it is looking for in the cachetools file? (I am not well-versed in Python, so this is massively confusing) I am attempting to trains a Deep learning model in a Notebook and cannot get past the first cell, which uses a function it accepted before. Thanks for any help.&lt;/P&gt;</description>
      <pubDate>Mon, 14 Mar 2022 14:24:56 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/arcgis-pro-not-importing-installed-python-modules/m-p/1153357#M52736</guid>
      <dc:creator>MartyRyan</dc:creator>
      <dc:date>2022-03-14T14:24:56Z</dc:date>
    </item>
  </channel>
</rss>

