I have ArcGIS API for Python installed and when I use below line, am getting error as
ModuleNotFoundError: No module named arcgis
<SPAN class="" style="color: #101094; border: 0px; font-weight: inherit; font-size: 13px;">from</SPAN><SPAN class="" style="color: #303336; border: 0px; font-weight: inherit; font-size: 13px;"> arcgis</SPAN><SPAN class="" style="color: #303336; border: 0px; font-weight: inherit; font-size: 13px;">.</SPAN><SPAN class="" style="color: #303336; border: 0px; font-weight: inherit; font-size: 13px;">gis </SPAN><SPAN class="" style="color: #101094; border: 0px; font-weight: inherit; font-size: 13px;">import</SPAN><SPAN class="" style="color: #303336; border: 0px; font-weight: inherit; font-size: 13px;"> GIS</SPAN>
