ESRI UC 2021 ArcGIS: Python Overview

485
1
07-13-2021 09:50 AM
bonnymcclain
New Contributor

I watched the Day 1 videos and was excited to discover the sample notebooks

I set up my terminal and ran several of the notebooks from the folder:

https://github.com/Esri/arcgis-python-api

Today, when I logged in, nothing works. Terminal env activated--ready to go...

from arcgis.gis import GIS
gis = GIS()

 

Here is the NameError: 

NameError: name 'Image' is not defined

 

1 Reply
bonnymcclain
New Contributor

I figured it out! The installation was corrupt so a fresh download and viola--all is good.

0 Kudos