1

As part of developing scripts and to save the other services/resources accessed by ArcGIS, is there a way or separate installer to install Python and ArcPy libraries alone without installing ArcMap?

PolyGeo
65.5k29 gold badges115 silver badges350 bronze badges
asked Aug 21, 2015 at 10:00

2 Answers 2

5

Arcpy must be installed with one of Esri's applications like ArcGIS Desktop, Arcgis Server, ArcEngine. With Arcpy, there are dependencies on arcgis binaries (dlls).

You can find those dependencies and with some hacking achieve what you are looking. However this is against the terms of use of esri software.

answered Aug 21, 2015 at 10:58
1

You can install just ArcPy by installing ArcEngine, but this comes with all of the libraries and dependencies that come with Engine. The luxury of this is that Engine is cheaper to install and it can also be run on Linux.

answered Aug 21, 2015 at 20:42

Your Answer

Draft saved
Draft discarded

Sign up or log in

Sign up using Google
Sign up using Email and Password

Post as a guest

Required, but never shown

Post as a guest

Required, but never shown

By clicking "Post Your Answer", you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.