Where and how can I install ArcPy for Python 2.7?

荒凉一梦 提交于 2019-12-10 14:32:45

问题


I have checked http://www.lfd.uci.edu/~gohlke/pythonlibs/, http://help.arcgis.com/en/arcgisdesktop/10.0/help/index.html#//003m00000002000000.htm, and https://pypi.python.org/pypi/pygeoif/0.4.1

None of these logical places can I download arcpy for installation. I have also tried Pip install arcpy. Nothing works.


回答1:


ArcPy is part of ArcGIS, which is not free software. You need to obtain a license for ArcGIS to use ArcPy.

If that's not an option, consider open source options, such as GDAL and many others.



来源:https://stackoverflow.com/questions/31328368/where-and-how-can-i-install-arcpy-for-python-2-7

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!