gboeing / osmnx-examples

Gallery of OSMnx tutorials, usage examples, and feature demonstations.
https://osmnx.readthedocs.io
MIT License
1.5k stars 519 forks source link

AttributeError: module 'osmnx' has no attribute 'utils_graph' in 00-osmnx-features-demo.ipynb #62

Closed keyur077 closed 1 year ago

keyur077 commented 1 year ago

Getting below issue when tried to execute the code mentioned in 00-osmnx-features-demo.ipynb

I am trying to execute that code in my local notebook & came across below error

Screenshot 2023-01-05 at 4 42 06 PM

I am not sure if this issue belongs to this repo or OSMnx repo's issue tracker.

gboeing commented 1 year ago

Do you have a file called osmnx.py in your working directory? What is the output of just running the line ox in a cell?

gboeing commented 1 year ago

I'm going to close this here, but if the issue persists, please open in OSMnx's issue tracker and provide all the info requested in the new issue template there. Thanks.