Select to view content in your preferred language

How to use ArcPy without installing ArcGIS

451
4
06-17-2024 07:51 AM
Labels (1)
TanishqTanmay
New Contributor

I have the ArcGIS Pro license and have it installed on my computer. I run all python scripts on my University's High-Performance computing (HPCC) server which is a cloud based platform. Now, I want to install ArcPy module on my server. Is it possible to do that?

0 Kudos
4 Replies
DanPatterson
MVP Esteemed Contributor

you can't, Pro must be installed


... sort of retired...
0 Kudos
Robert_LeClair
Esri Notable Contributor

@DanPatterson is correct.  The ArcPy package is part of the default Python distribution that is provided by ArcGIS Pro and ArcGIS Server.  You can learn more about it here.

0 Kudos
Brian_Wilson
Honored Contributor

When you try to install the arcpy module on a machine without Pro, it stops with "unable to locate a valid ArcGIS product" etc.

@Robert_LeClair Can you install a licensed copy of arc pro on the server to get the DLLs and then run arcpy there? Obviously Pro is a Windows product so this would not work on a Linux server. But what about Windows?

 

0 Kudos
Robert_LeClair
Esri Notable Contributor

I don't see why not.  If you're installing ArcGIS Pro on the server, then the ArcPy modules are installed there as well.  Then you can run your code on the server.

0 Kudos