Select to view content in your preferred language

OSMNX package not listed in ArcGIS PRO Package Manager

244
1
01-13-2025 01:37 PM
JamesPoeschel
Frequent Contributor

The Open Street Map OSMNX python package is not listed in the Package Manager. 

I tried installing the package in the command prompt in the arcgispro python env, and despite doing that, I am unable to import the package.

0 Kudos
1 Reply
DanPatterson
MVP Esteemed Contributor

Clone the arcgispro-py3 package and do a conda install

since it is only available on the conda-forge channel

(your_clone) C:\arc_pro\bin\Python\envs\your_clone>conda install -c conda-forge osmnx


... sort of retired...
0 Kudos