<?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: Since upgrading past ArcGIS Pro 2.6, PyODBC has stopped working in Python Questions</title>
    <link>https://community.esri.com/t5/python-questions/since-upgrading-past-arcgis-pro-2-6-pyodbc-has/m-p/1096566#M62295</link>
    <description>&lt;P&gt;What version? Any errors when it fails?&lt;/P&gt;&lt;P&gt;&lt;A href="https://github.com/mkleehammer/pyodbc" target="_blank"&gt;mkleehammer/pyodbc: Python ODBC bridge (github.com)&lt;/A&gt;&lt;/P&gt;&lt;P&gt;you might want to look at the Issues section of the above link since I doubt it is directly related to Pro but a package that is used by both.&lt;/P&gt;</description>
    <pubDate>Wed, 08 Sep 2021 22:15:58 GMT</pubDate>
    <dc:creator>DanPatterson</dc:creator>
    <dc:date>2021-09-08T22:15:58Z</dc:date>
    <item>
      <title>Since upgrading past ArcGIS Pro 2.6, PyODBC has stopped working</title>
      <link>https://community.esri.com/t5/python-questions/since-upgrading-past-arcgis-pro-2-6-pyodbc-has/m-p/1096563#M62294</link>
      <description>&lt;P&gt;We have many scripts that use PyODBC.&amp;nbsp; Once we upgraded beyond ArcGIS Pro 2.6, these have stopped working.&amp;nbsp; When I try to import PyODBC into a script, it fails.&amp;nbsp; &amp;nbsp;When I roll back to 2.6, everything works fine again.&amp;nbsp;&lt;/P&gt;&lt;P&gt;To clarify: we are not using these scripts in ArcGIS Pro.&amp;nbsp; We are running them as stand alone from scheduled tasks.&amp;nbsp; The install process for versions after ArcGIS Pro 2.6 seems to be breaking PyODBC specifically.&amp;nbsp; We have tried versions 2.7 and 2.8 with the same results.&amp;nbsp; The scripts are unable to find the PyODBC module.&amp;nbsp; It seems an install path has changed?&amp;nbsp; &amp;nbsp;To restate above, &lt;U&gt;once we downgrade to 2.6, changing nothing else, all works fine again.&lt;/U&gt;&lt;/P&gt;&lt;P&gt;We do not use cloned environments, in fact, PYODBC is not installed with ArcGIS Pro.&amp;nbsp; I'm specifically saying that in a stand alone script, outside ArcGIS Pro, PYODBC stops working when we upgrade.&amp;nbsp; Goes back to working when we downgrade.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Does anyone know what changed and how to repair so PyODBC works again?&lt;/P&gt;</description>
      <pubDate>Mon, 20 Sep 2021 18:35:40 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/since-upgrading-past-arcgis-pro-2-6-pyodbc-has/m-p/1096563#M62294</guid>
      <dc:creator>AnnStark2</dc:creator>
      <dc:date>2021-09-20T18:35:40Z</dc:date>
    </item>
    <item>
      <title>Re: Since upgrading past ArcGIS Pro 2.6, PyODBC has stopped working</title>
      <link>https://community.esri.com/t5/python-questions/since-upgrading-past-arcgis-pro-2-6-pyodbc-has/m-p/1096566#M62295</link>
      <description>&lt;P&gt;What version? Any errors when it fails?&lt;/P&gt;&lt;P&gt;&lt;A href="https://github.com/mkleehammer/pyodbc" target="_blank"&gt;mkleehammer/pyodbc: Python ODBC bridge (github.com)&lt;/A&gt;&lt;/P&gt;&lt;P&gt;you might want to look at the Issues section of the above link since I doubt it is directly related to Pro but a package that is used by both.&lt;/P&gt;</description>
      <pubDate>Wed, 08 Sep 2021 22:15:58 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/since-upgrading-past-arcgis-pro-2-6-pyodbc-has/m-p/1096566#M62295</guid>
      <dc:creator>DanPatterson</dc:creator>
      <dc:date>2021-09-08T22:15:58Z</dc:date>
    </item>
    <item>
      <title>Re: Since upgrading past ArcGIS Pro 2.6, PyODBC has stopped working</title>
      <link>https://community.esri.com/t5/python-questions/since-upgrading-past-arcgis-pro-2-6-pyodbc-has/m-p/1096580#M62296</link>
      <description>&lt;P&gt;I have ArcGIS Pro 2.8.2 installed, and when I open a Python command window in my cloned env, and use conda install it installs okay and then imports okay.&amp;nbsp; It's not part of the ArcGIS Pro install apparently.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="JoeBorgione_0-1631141746420.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/22640i8A45910FA20ADD89/image-size/medium?v=v2&amp;amp;px=400" role="button" title="JoeBorgione_0-1631141746420.png" alt="JoeBorgione_0-1631141746420.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;My spyder console:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="JoeBorgione_1-1631141795033.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/22641iEB135AFD2A5A147D/image-size/medium?v=v2&amp;amp;px=400" role="button" title="JoeBorgione_1-1631141795033.png" alt="JoeBorgione_1-1631141795033.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Visit:&amp;nbsp;&lt;A href="https://anaconda.org/anaconda/pyodbc" target="_blank"&gt;https://anaconda.org/anaconda/pyodbc&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 08 Sep 2021 22:57:23 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/since-upgrading-past-arcgis-pro-2-6-pyodbc-has/m-p/1096580#M62296</guid>
      <dc:creator>JoeBorgione</dc:creator>
      <dc:date>2021-09-08T22:57:23Z</dc:date>
    </item>
  </channel>
</rss>

