Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

pack issue ! #1

Open
abdimk opened this issue Apr 28, 2024 · 0 comments
Open

pack issue ! #1

abdimk opened this issue Apr 28, 2024 · 0 comments

Comments

@abdimk
Copy link

abdimk commented Apr 28, 2024

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant