Operating System
The ArcGIS API for Python 2.4.0 release is compatible with 64-bit versions of Windows, macOS (M-Series and Intel), and Linux.
Python Version
Python 3.10.x to 3.12.x is required to use the ArcGIS API for Python 2.3.1 and greater releases.
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 arcgis-mapping
or pipenv install arcgis arcgis-mapping
. When version 2.4.0 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.0.0,<2.2.0
- numpy>=1.21.6,<2
- pyshp>=2,<3
- pillow
- certifi
- matplotlib
- matplotlib-inline
- notebook
- ipywidgets >=7,<8
- widgetsnbextension >=3
- keyring>=23.3.0
- urllib3>=1.26.1,<3
- cachetools
- lxml
- puremagic >=1.15,<2
- cryptography
- jupyter-client<=6.1.12
- pylerc
- pyarrow>11.0.0
- 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:
- pywin32>=223
- pywin-security
- requests-negotiate-sspi
- pywin32>=223
Note: The dependencies above result from installing using
conda
. Versions may vary ifarcgis
is installed usingpip
.
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.