I have installed PyCharm Edu and am trying to run a python script calling on ArcPy.
I get an import arcpy module error:
However, when I use the python scripter in ArcGIS Desktop, I see that it is able to find arcpy
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?

