Closed jamongadejoa28 closed 2 months ago
Thanks for using OSMnx. I don't understand what problem you're reporting. If you're getting an error, please paste the full error traceback (no screenshot) and minimal code to reproduce it. Thanks.
Possible duplicate of #1209?
@gboeing https://github.com/gboeing/osmnx/issues/1209
Corrected the text. Please confirm
This is the result of going to the above address, modifying creation.py and set_operation.py, and running them.
This appears to be a different error than the one you originally posted (which seemed to be the same as #1209). If one of the dependency packages (shapely?) is passing incorrect arguments internally, you'd have to open an issue with them. I wouldn't be able to assist from here.
Contributing guidelines
Documentation
Existing issues
What operating system and Python version are you using?
Window 11 / Python 3.12
What OSMnx version are you using?
2.0.0b1
Environment packages and versions
How did you install OSMnx?
Conda and conda-forge
Problem description
Incompatibility with numpy 2.1.0.rc1 when using 2.0.0b1
Process finished with exit code 1
Complete minimal reproducible example