JamesRamm / archook

Searches the system for arcgis and makes arcpy available to python (regardless of pythonpath/system path/registry settings)
GNU General Public License v2.0
81 stars 28 forks source link

Fix numpy ImportError #21

Closed logan-pugh closed 4 years ago

logan-pugh commented 4 years ago

This PR fixes #20 by adding a conda environment library directory to the PATH environment variable, allowing the included version of numpy to be imported with arcpy.

logan-pugh commented 4 years ago

@mhw-at-yg I based this off of the same branch as #19 -- let me know if I should rebase this off of master instead.

here's the direct link to the relevant commit: https://github.com/JamesRamm/archook/pull/21/commits/d49aa76d5e0d3be7b836df79349639e3f639d4f2