I have a fairly computationally expensive task written in arcpy, and my team is trying to get it to run over a distributed network (apologies, I don't know all of the specifics). We have to host it on a machine which supports Python, but not ArcGIS and not any Windows software.
Is it possible to somehow import the arcpy python library on this machine, even if it doesn't support windows?