<?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 Are you no longer to authenticate using ArcGIS Pro in 1.8.5? in ArcGIS API for Python Questions</title>
    <link>https://community.esri.com/t5/arcgis-api-for-python-questions/are-you-no-longer-to-authenticate-using-arcgis-pro/m-p/1068640#M6203</link>
    <description>&lt;P&gt;I just updated ArcGIS Pro to 2.8.0 and I noticed that arcgis updated to version 1.8.5. With that said, I am no longer able to connect to my connect on AGOL using the 'pro' authentication.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Running the following script gives two lines&lt;/P&gt;&lt;P&gt;from arcgis import GIS&lt;/P&gt;&lt;P&gt;gis = GIS('pro')&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;gives me the following error&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Traceback (most recent call last):&lt;BR /&gt;File "C:/Code/pythonProject/MoveDataBetweenFL.py", line 4, in &amp;lt;module&amp;gt;&lt;BR /&gt;gis = GIS("pro")&lt;BR /&gt;File "C:\Program Files\ArcGIS\Pro\bin\Python\envs\arcgispro-py3\lib\site-packages\arcgis\gis\__init__.py", line 245, in __init__&lt;BR /&gt;from arcgis._impl.tools import _Tools&lt;BR /&gt;File "C:\Program Files\ArcGIS\Pro\bin\Python\envs\arcgispro-py3\lib\site-packages\arcgis\_impl\tools.py", line 38, in &amp;lt;module&amp;gt;&lt;BR /&gt;_FEATURE_INPUTS = (Feature, FeatureSet, FeatureLayer,FeatureCollection, pd.DataFrame)&lt;BR /&gt;AttributeError: module 'pandas' has no attribute 'DataFrame'&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Any help would be greatly appreciated.&lt;/P&gt;</description>
    <pubDate>Tue, 15 Jun 2021 21:14:30 GMT</pubDate>
    <dc:creator>Anonymous User</dc:creator>
    <dc:date>2021-06-15T21:14:30Z</dc:date>
    <item>
      <title>Are you no longer to authenticate using ArcGIS Pro in 1.8.5?</title>
      <link>https://community.esri.com/t5/arcgis-api-for-python-questions/are-you-no-longer-to-authenticate-using-arcgis-pro/m-p/1068640#M6203</link>
      <description>&lt;P&gt;I just updated ArcGIS Pro to 2.8.0 and I noticed that arcgis updated to version 1.8.5. With that said, I am no longer able to connect to my connect on AGOL using the 'pro' authentication.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Running the following script gives two lines&lt;/P&gt;&lt;P&gt;from arcgis import GIS&lt;/P&gt;&lt;P&gt;gis = GIS('pro')&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;gives me the following error&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Traceback (most recent call last):&lt;BR /&gt;File "C:/Code/pythonProject/MoveDataBetweenFL.py", line 4, in &amp;lt;module&amp;gt;&lt;BR /&gt;gis = GIS("pro")&lt;BR /&gt;File "C:\Program Files\ArcGIS\Pro\bin\Python\envs\arcgispro-py3\lib\site-packages\arcgis\gis\__init__.py", line 245, in __init__&lt;BR /&gt;from arcgis._impl.tools import _Tools&lt;BR /&gt;File "C:\Program Files\ArcGIS\Pro\bin\Python\envs\arcgispro-py3\lib\site-packages\arcgis\_impl\tools.py", line 38, in &amp;lt;module&amp;gt;&lt;BR /&gt;_FEATURE_INPUTS = (Feature, FeatureSet, FeatureLayer,FeatureCollection, pd.DataFrame)&lt;BR /&gt;AttributeError: module 'pandas' has no attribute 'DataFrame'&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Any help would be greatly appreciated.&lt;/P&gt;</description>
      <pubDate>Tue, 15 Jun 2021 21:14:30 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-python-questions/are-you-no-longer-to-authenticate-using-arcgis-pro/m-p/1068640#M6203</guid>
      <dc:creator>Anonymous User</dc:creator>
      <dc:date>2021-06-15T21:14:30Z</dc:date>
    </item>
    <item>
      <title>Re: Are you no longer to authenticate using ArcGIS Pro in 1.8.5?</title>
      <link>https://community.esri.com/t5/arcgis-api-for-python-questions/are-you-no-longer-to-authenticate-using-arcgis-pro/m-p/1068709#M6205</link>
      <description>&lt;P&gt;@Anonymous User,&lt;/P&gt;&lt;P&gt;It looks like some python packages such as pandas not installed properly.&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Clone the python environment in ArcGIS Pro &amp;gt; Project &amp;gt; Python &amp;gt; Manage Environment &amp;gt; Clone.&lt;/LI&gt;&lt;LI&gt;Uninstall and install the pandas package in the cloned environment&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;if this didn't work you would need to update or reinstall ArcGIS Pro.&lt;/P&gt;</description>
      <pubDate>Wed, 16 Jun 2021 00:55:06 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-python-questions/are-you-no-longer-to-authenticate-using-arcgis-pro/m-p/1068709#M6205</guid>
      <dc:creator>MehdiPira1</dc:creator>
      <dc:date>2021-06-16T00:55:06Z</dc:date>
    </item>
    <item>
      <title>Re: Are you no longer to authenticate using ArcGIS Pro in 1.8.5?</title>
      <link>https://community.esri.com/t5/arcgis-api-for-python-questions/are-you-no-longer-to-authenticate-using-arcgis-pro/m-p/1068874#M6208</link>
      <description>&lt;P&gt;I was able to figure it out. I had a script named pandas.py in the same directory. I have since deleted the script and all is well.&lt;/P&gt;</description>
      <pubDate>Wed, 16 Jun 2021 13:49:51 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-python-questions/are-you-no-longer-to-authenticate-using-arcgis-pro/m-p/1068874#M6208</guid>
      <dc:creator>jesse_garza</dc:creator>
      <dc:date>2021-06-16T13:49:51Z</dc:date>
    </item>
  </channel>
</rss>

