Select to view content in your preferred language

ArcGIS API for Python 1.2.4 released

1504
2
10-05-2017 02:39 PM
by Anonymous User
Not applicable
3 2 1,504

We are excited to announce the release of version 1.2.4 of the ArcGIS API for Python. This version includes a number of bug fixes and updated documentation. You can find the list of reported bugs addressed in the release notes.

Please upgrade your package using the command in your Anaconda shell or terminal:

conda upgrade -c esri arcgis‍‍

If this is the first time you’re installing the Python API, use the following command:

conda install -c esri arcgis‍‍

If you installed using ArcGIS Pro, you can also update your package by using the 'Update Packages' tab from the 'Python' tab in Pro backstage.

Thank you,
ArcGIS API for Python team.

Tags (2)
2 Comments
JustinConnerWR
Frequent Contributor

Do any Python API tasks (such as overlay analysis) on hosted services consume service credits?  If so, is there an easy way to estimate credit use before running a task?

simoxu
by MVP Regular Contributor
MVP Regular Contributor

This release fixed the following bug when using python 3.5.1

  • BUG-000108063 ArcGIS Python API is unable to connect to Portal for ArcGIS with Integrated Windows Authentication configured.

But I am experiencing issues when using python 3.6 to connect to Portal for ArcGIS with Integrated Windows Authentication configured:

>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>

C:\Anaconda3\envs\py36\lib\site-packages\arcgis\_impl\portalpy.py in get_properties(self, force)

   1038 -> 1039             if resp:   1040                 self._properties = resp UnboundLocalError: local variable 'resp' referenced before assignment