You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, I'm following the instructions in the README, running in a virtual environment and using pip. I hit this error:
ERROR: osmnx 1.2.2 has requirement Shapely<2.0,>=1.8, but you'll have shapely 2.0.1 which is incompatible.
I noticed your requirements file doesn't pin to specific versions of most things, so it's just kind of luck based on when somebody tries to install if this will work or not. Dependency management in Python is a total mess, but something with lock files (like poetry) might help. Is there a way somebody with the project already running can figure out what versions of the packages are being used, and we could add them to requirements?
Hi, I'm following the instructions in the README, running in a virtual environment and using
pip
. I hit this error:I noticed your requirements file doesn't pin to specific versions of most things, so it's just kind of luck based on when somebody tries to install if this will work or not. Dependency management in Python is a total mess, but something with lock files (like poetry) might help. Is there a way somebody with the project already running can figure out what versions of the packages are being used, and we could add them to requirements?
(Also, @BudgieInWA found your paper, and we're looking through it now -- really inspiring work! We have some overlapping aims in https://github.com/a-b-street/osm2streets)
The text was updated successfully, but these errors were encountered: