Select to view content in your preferred language

ModuleNotFoundError: No module named 'arcgis.map'

86
1
Thursday
RoryMacGregor
Occasional Contributor

Hi,

I am trying to access the Map() object from the API () (here)  but it doesn't exist in my installation. I am using 2.4.1. I have installed arcgis-mapping alongside but still no joy.

I have tried installing using both pip and conda in entirely separate, empty and newly initialised dev container environments.

Any help appreciated.

Best,
Rory

 

Edit: I found the issue, I was getting this 'error' when installing arcgis-mapping:
defaulting to user installation because normal site-packages is not writeable

Starting a new virtual environment, activating and installing into it has solved the issue.

0 Kudos
1 Reply
DanPatterson
MVP Esteemed Contributor

arcgis.map module | ArcGIS API for Python

from the recent docs


... sort of retired...
0 Kudos