I am new to Python and am trying to use PyCharm, mostly to use ArcPy.
I am using ArcGIS Pro 2.5.1, which comes with Python 3.6. I have a server license with my company. I just downloaded PyCharm (community version) and am trying to import arcpy
. However, after I type import
I do not see arcpy
come up as an option. I can run import arcpy
, but it doesn't have any effect. There is no module that is actually imported, and I can't seem to access the arcpy tools.
I have my project configured to Python 3.6. When I try to install a package, I do not see any called 'arcpy
'. There are other accessory packages to arcpy
, such as arcpyext
, but they do not allow me to import arcpy
.
Thank you.