Operating System
The ArcGIS API for Python 2.3.1 is compatible with 64-bit versions of Windows, macOS, and Linux.
Python Version
Python 3.9.x to 3.11.x is required to use the ArcGIS API for Python 2.3.1.
Dependencies
The full power of the ArcGIS API for Python is best experienced when all its dependencies are installed. However, specific tasks such as GIS administration and content management can be accomplished with a subset of dependencies installed. See Install with minimum Dependencies to install the arcgis
package in this manner.
It is recommended to install the arcgis
package the default way of either conda install -c esri arcgis
or pipenv install arcgis
. When version 2.3.1 is installed in this manner, all the below dependencies are automatically installed.
Note Most of these packages have dependencies of their own. For a full list of packages installed:
- conda environment, type
conda list -n <environment_name>
.- pipenv virtual environment: See
Pipfile
andPipfile.lock
for details.
- pandas>=2.2.0
- numpy>=1.21.6,<2
- pyshp>=2
- matplotlib
- matplotlib-inline
- notebook
- ipywidgets >=7,<8
- widgetsnbextension >=3
- keyring>=23.3.0
- urllib3>=1.26.2,<3
- cachetools
- lxml
- cryptography
- jupyter-client<=6.1.12
- pylerc
- ujson>=3
- geomet
- requests>=2.30.0,<2.32.0
- requests-oauthlib
- requests-toolbelt
- requests_ntlm
- requests-gssapi
- requests-kerberos
- truststore
- dask>=2023.3.2
- pyspnego>=0.8.0
- Python>=3.10
- Windows only:
- python-certifi-win32
- Python < 3.10
- pywin32>=223
- requests-negotiate-sspi
- python-certifi-win32
Note: if
arcpy
is found in the current python environment, it may be used in various locations. Otherwise,pyshp
will be used. See Spatially Enabled DataFrame for more information.
Optional Dependencies
There are some other python packages that may be required to use certain functionality in the API, but are not automatically installed. To use that functionality, you must manually call conda install {package_name}
or pipenv install {package_name}
for such optional packages.