dask / dask-tutorial

Dask tutorial
https://tutorial.dask.org
BSD 3-Clause "New" or "Revised" License
1.83k stars 708 forks source link

Unable to download flights data in tutorial 1. #160

Closed nialeksandrov closed 4 years ago

nialeksandrov commented 4 years ago

During running a command %run prep.py -d flights in 01_dask.delayed.ipynb.

I receive URLError: <urlopen error [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed (_ssl.c:847)>

TomAugspurger commented 4 years ago

Does that fail on a binder session launched from https://tutorial.dask.org/01_dask.delayed.html, or just your local machine?

jrbourbeau commented 4 years ago

Just wanted to follow up here, @nialeksandrov does the data download fail on a binder session or on your local machine?

mmccarty commented 4 years ago

%run prep.py -d flights --no-ssl-verify

BKJackson commented 4 years ago

I'm running into a URL open error when I try to download the flight data from binder.

URLError: <urlopen error [Errno -3] Temporary failure in name resolution>

martindurant commented 4 years ago

Since it says "temporary failure", I would be tempted to wait and try again later