Open jdthomps4 opened 9 years ago
Did u adjust the PATH env variable ?
Yes... and the command line says my elasticsearch is up to date... Do I need to place the tool in a certain folder?
Path is updated... still get the same error...
i reran the install for elasticsearch through pip
got it all straightened out...
Please elaborate
@jdthomps4 Also interested in how you fixed it.
uninstalled and reinstalled arcmap and python... python had gone corrupt.... essentially started from scratch
just by downloading the tool and opening in ArcMap... We get these syntax errors:
Traceback (most recent call last): File "", line 4, in
File "c:\program files (x86)\arcgis\desktop10.3\arcpy\arcpyinit.py", line 24, in
from arcpy.toolbox import *
File "c:\program files (x86)\arcgis\desktop10.3\arcpy\arcpy\toolbox.py", line 355, in
from .management import Graph, GraphTemplate
File "c:\program files (x86)\arcgis\desktop10.3\arcpy\arcpy\management.py", line 26, in
import _management
File "c:\program files (x86)\arcgis\desktop10.3\arcpy\arcpy_management.py", line 14, in
import _graph
File "c:\program files (x86)\arcgis\desktop10.3\arcpy\arcpy_graph.py", line 27, in
import numpy
ImportError: No module named numpy
Any suggestions? Are we loading toolbox from wrong place? I have ensured numpy is downloaded...
Thanks!
Jessica