Using ArcGIS Pro 2.8 I successfully published a geoprocessing script written in Python 3 as a web tool to our Federated Portal running ArcGIS Enterprise 10.9 for Linux. I had cloned the arcgispro-py3 environment and added the Python packages needed to run the script.
Attempting to run a job with that gp service fails because of the missing Python libraries. The documentation says that third-party Python 3 packages can't be installed on Linux, but that can't be entirely true because that would leave too many users unable to utilize their expensive software and hardware. Libraries I need are no longer available for Python 2.7.
My questions:
- Does Portal use the arcgispro-py3 environment running under Wine? If so what is the correct process to clone that environment? My attempts have failed because of jupyter-notebook scripts failing.
- Is it safe to add packages to the arcgispro-py3 environment on Server? If I try to add packages to the default environment Conda wants to do a lot up updating for packages not in the '.pinned' file.
I am really stuck here. Thanks in advance or any help or advice!