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

Error when importing arcpy #15

Closed rmanzano-dev closed 4 years ago

rmanzano-dev commented 5 years ago

Hello, I have a problem when importing arcpy after using the function arcpy.get_arcpy(), I am getting this problem: Traceback (most recent call last):

File "", line 1, in import arcpy

File "C:\Program Files (x86)\ArcGIS\Desktop10.3\arcpy\arcpy__init__.py", line 21, in from arcpy.geoprocessing import gp

File "C:\Program Files (x86)\ArcGIS\Desktop10.3\arcpy\arcpy\geoprocessing__init__.py", line 14, in from _base import *

ModuleNotFoundError: No module named '_base'

amine-aboufirass commented 5 years ago

I have the same problem

JamesRamm commented 5 years ago

Looks like the same problem as #1 Unfortunately I no longer work in a company using ArcGIS so don't have any access to it for investigating the problem

mhw-at-yg commented 4 years ago

closing this as duplicate of #1, which I re-opened