-
Notifications
You must be signed in to change notification settings - Fork 0
Description
Hello there ! after installing all the packages when i try to run this error is keep happening
ImportError Traceback (most recent call last)
in <cell line: 7>()
5 import contextily as ctx
6 import shapely
----> 7 import osmnx as ox
8 import geopandas as gpd
9 from pyproj import Transformer
1 frames
/usr/local/lib/python3.10/dist-packages/osmnx/_api.py in
4 from . import speed
5 from .bearing import add_edge_bearings
----> 6 from .bearing import orientation_entropy
7 from .convert import graph_from_gdfs
8 from .convert import graph_to_gdfs
ImportError: cannot import name 'orientation_entropy' from 'osmnx.bearing' (/usr/local/lib/python3.10/dist-packages/osmnx/bearing.py)
NOTE: If your import is failing due to a missing package, you can
manually install dependencies using either !pip or !apt.