

I have followed the directions located here and here, and the paths mirror a previous installation of ArcGIS Pro 2.0 from which I can use Spyder and arcpy together. 1 Make sure that when you configure eclipse, you configure that you set up the arcgis bindings, located under esri's (or arcgis) folder in program files. thePath r'E:\data\telluride ewdata.gdb\slopes' Importing other Python modules Your script may import other scripts that you developed. This instructs Python to ignore backslashes. ImportError: DLL load failed: The specified module could not be found. The easiest way is to convert paths into Python raw strings using the r directive, as shown below.
ArcPy provides a rich and dynamic environment for developing Python scripts while offering code completion and integrated documentation for each function, module, and class. However, Spyder links to the python installed in the cloned environment and I get the following traceback: File "", line 1, in įile "C:\Program Files\ArcGIS\Pro\Resources\ArcPy\arcpy\_init_.py", line 66, in įile "C:\Program Files\ArcGIS\Pro\Resources\ArcPy\arcpy\geoprocessing\_init_.py", line 14, in įile "C:\Program Files\ArcGIS\Pro\Resources\ArcPy\arcpy\geoprocessing\_base.py", line 14, in ArcGIS 10 introduced ArcPy, a Python site package that encompasses and further enhances the arcgisscripting module introduced at ArcGIS 9.2. When I activate this environment and attempt to run Python 3.5 from the terminal, I can load arcpy as the cloned environment runs the python located at 'C:\\Program Files\\ArcGIS\\Pro\\bin\\Python\\envs\\arcgispro-p圓\\python.exe'. I am running ArcGIS Pro 2.2 and I have cloned my conda environment from Python command prompt.
