Hello,
I am trying to "Specify a Python environment for a single geoprocessing service" following carefully the documentation:
https://enterprise.arcgis.com/en/server/11.5/publish-services/windows/deploying-custom-python-packages.htm
I cloned the default environment in the ArcGIS Server installation's Python environment directory as "newenvname". The cloned environement is functionnal.
Then, after updating the geoprocessing property on the REST Admin interface (ie: adding property "condaEnvironmentPath": "newenvname"), tried to run the tool and it returns "The tool is not valid".
Removing the property "condaEnvironmentPath" and the tool is back functional.
I tried on both a StandAlone ArcGIS Server and part of an ArcGIS Enterprise, same outcome.
I am running ArcGIS Server 11.5 on Windows Server 2022.Tried on WS2025 but the issue remains.
Anybody facing the same issue ? Did I miss anything ?
Thanks