Skip to content

canopusgeo/arcpyhook

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

arcpyhook

Configure the current python conda or virtualenv environment sys.path to support importing arcpy. This module only works on Windows platform. If ESRI ArcGIS installation is not found, an ImportError exception is thrown.

Example usage:

try:
    import arcpyhook
    import arcpy
except ImportError:
    # handel the error that arcpy cannot be found.

Installation

You can pip install from GitHub:

	pip install git+https://github.com/canopusgeo/arcpyhook.git --trusted-host github.com

About

Config python to allow importing ESRI arcpy module

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published