I want to launch the Python tool, which is available here:
https://github.com/Esri/field-maps-scripts
but unfortunately there is no arcgis library
I tried several ways of installing this script:
https://pypi.org/project/arcgis/
by using, for instance:
pip install arcgis
but unfortunately I wasn't successful, as you can see below:
I also used the way proposed by ESRI with the installation of Conda environment:
and it does work, but only for the dedicated ArcGIS Pro folder. Unfortunately, my tool downloaded from Github is stored in a different location and I use IDLE Python to run it, which keeps saying that the ArcGIS library hasn't been installed.
I've updated the Package Manager in ArcGIS Pro, but it didn't help either.
https://developers.arcgis.com/python/latest/guide/install-and-set-up/
On the other hand the conda environment:
https://stackoverflow.com/questions/76039176/error-installing-arcgis-via-pip-or-pipenv
isn't recognized by pip since installed from Windows directories.
How could I make this installation successful?
I need it for duplication forms in Field Maps Designer.


python-2.7tag applied? Python 2.x isn't support by Field Maps Scripts or ArcGIS API for Python.