0

I have installed PyCharm Edu and am trying to run a python script calling on ArcPy.

I get an import arcpy module error:

enter image description here

However, when I use the python scripter in ArcGIS Desktop, I see that it is able to find arcpy

enter image description here

I tried finding the actual arcpy folder in C:\Python27\ArcGIS10.3\Lib, but am unable to find it.

Why do I get the arcpy module error on Pycharm?

Is there an installation error in ArcGIS Desktop or PyCharm?

PolyGeo
  • 65,136
  • 29
  • 109
  • 338
tg110
  • 840
  • 8
  • 25

1 Answers1

1

Try setting up PyCharm's Interpreter like this:

C:\Python27\ArcGIS10.3\python.exe