DOI-BLM / requests-arcgis-auth

Authentication handler for using Esri ArcGIS for Server and Portal (ArcGIS Online) Token Authentication with Python Requests
22 stars 1 forks source link

Incompatible with Python 3.x #21

Open pfoppe opened 6 years ago

pfoppe commented 6 years ago

This code base was developed in python 2.7 and mostly executed from an Esri ArcGIS Desktop (arccatalog/arcmap) or ArcGIS Server (10.3+) environment. This has not been developed to work with python 3.x (Esri ArcGIS Pro).

Creating an issue to bring visibility that this only works with python 2.7 and target an upgrade in the future to work with python 3.x (support ArcGIS PRO).