JamesRamm / archook

Searches the system for arcgis and makes arcpy available to python (regardless of pythonpath/system path/registry settings)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Error when importing arcpy

rmanzano-dev opened this issue · comments

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'

I have the same problem

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

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