-
Notifications
You must be signed in to change notification settings - Fork 827
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
Issue with graph_from_bbox on Visual Studio code. #1180
Comments
*Futur warning : * |
|
I am unable to reproduce an UnboundLocalError using your code and OSMnx 1.8.1 or 2.0.0 beta. If you provide the complete error traceback you're getting, I can take a look. |
Hi, First of all, thanks you for your response, i had the error on 1.8.1, so i dowloaded the 2.0 version, same error. Complete error :
|
Two things happening here.
|
Contributing guidelines
Documentation
Existing issues
What operating system and Python version are you using?
Windows 11 / Python 3.12
What OSMnx version are you using?
osmx 1.8.1 & latest version 2.0
Environment packages and versions
How did you install OSMnx?
Pip
Problem description
First of all, english is not my main language so sorry for poor vocabulary.
Hi everyone,
I'm having some issues and i hope someone can help me. Im coding on 2 environnements ( databricks & visual studio code/jupyter ). I use osmnx to create graph to find the shortest path between 2 points. Everything works well on databricks but i have problems in Visual on this line : graph = ox.graph_from_bbox(north=north, south=south, east=east, west=west, network_type="all"). I have a futur warning, which is not very important for now ( I suppose ), but this warning :
UnboundLocalError: cannot access local variable 'response' where it is not associated with a value
I dont know where it comes from, because everything works well on databricks, i checked the proxy on visual, everything ok.
I made some research and the issue might be an SSL issue, i checked how to solve it but in this case i need to manually Specify Certificate Path but i don't see where i can find the path osmnx.
I'm not sure if my issue is connected to osmx but if you can help me, or just say the problem is not from osmx it will help me a lot !
Thanks.
Futur warning :
Complete minimal reproducible example
The text was updated successfully, but these errors were encountered: