Select to view content in your preferred language

ModuleNotFoundError: No module named 'arcpy'

164
2
Jump to solution
2 weeks ago
JaredPilbeam2
MVP Alum

Where do I go to install modules to run in AGOL Notebooks? I've read you can import them by running in a cell, for ex:

!pip install geopandas

 

But, why isn't arcpy accessible? 

0 Kudos
1 Solution

Accepted Solutions
DanPatterson
MVP Esteemed Contributor

a quick look at the help topic

Use ArcPy in a notebook—ArcGIS Online Help | Documentation

To use ArcPy in a notebook, ArcGIS Notebooks must be licensed with the Advanced license, and users must have the privilege to create and run Advanced runtime notebooks.


... sort of retired...

View solution in original post

0 Kudos
2 Replies
DanPatterson
MVP Esteemed Contributor

a quick look at the help topic

Use ArcPy in a notebook—ArcGIS Online Help | Documentation

To use ArcPy in a notebook, ArcGIS Notebooks must be licensed with the Advanced license, and users must have the privilege to create and run Advanced runtime notebooks.


... sort of retired...
0 Kudos
JaredPilbeam2
MVP Alum

Thanks @DanPatterson , I did notice the different tiers of Notebooks when creating a new one albeit never bothered to try the Advanced one. So, i recreated the tool in an Advanced Notebook and I'm no longer getting the error.

0 Kudos