pysal / libpysal

Core components of Python Spatial Analysis Library
http://pysal.org/libpysal
Other
259 stars 78 forks source link

import libpysal stuck on loading remote examples #695

Closed TonyPod closed 3 months ago

TonyPod commented 6 months ago

Hi, there! When I'm importing libpysal, it runs function "poll_remotes" (examples/remotes.py) which has a line like this:

page = requests.get(url)

In offline machines, it get stuck forever. Could you add a timeout or else?

jGaboardi commented 3 months ago

Closed via #718