ArcGIS Server 包括适用于 64 位 Windows 的 Python 2.7。在 ArcGIS Enterprise 10.5 及更高版本中,基于 Python 3 的 conda 环境包含在 ArcGIS Server 中。
ArcGIS Server 的 Python 安装还包括其他包,如 numpy 和 matplotlib。但是,如果您希望安装其他自定义 Python 包,请按照以下步骤操作。
为从 ArcGIS Desktop 发布的服务测试自定义 Python 软件包
要测试是否正确安装了包文件,请编写导入安装的包的 Python 脚本,然后运行脚本。如果不熟悉如何运行独立脚本,请按照以下步骤操作。
- 打开终端窗口。
- 以脚本作为参数运行服务器的 Python 2.7,例如:<ArcGISServer_InstallDir>/arcgis/server/tools/python ~/projectX/mytestscript.py