Hi,
I have published geoprocessing service which uses additional packaages.
Using this guide (https://enterprise.arcgis.com/en/server/10.8/publish-services/windows/deploying-custom-python-packag...) I created copy of environment and then installed my necessary package (suds-jurko in version 0.6).
Then I ran my GP service and recieved information that:
"...\arcgisserver\directories\arcgissystem\arcgisinput\<tool>\extracted\p20\scripts\<name>.py", line 4, in <module> from suds.client import Client ModuleNotFoundError: No module named 'suds' Failed to execute (ISAD_delete_draft). Failed to execute (ISAD_delete_draft).
The same changed worked fine for 10.9.1.
Is there a way to check what environment is used by the GP service? Why is it unable to use suds, when I did all changes required for the whole server to use custom arcgis environment.
Thank you for any ideas,
Martin