Skip to content

pack issue ! #1

@abdimk

Description

@abdimk

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.

To view examples of installing some common dependencies, click the
"Open Examples" button below.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions