ageron / handson-ml

⛔️ DEPRECATED – See https://github.com/ageron/handson-ml3 instead.
Apache License 2.0
25.12k stars 12.91k forks source link

mnist dataset #644

Closed cherifseye closed 2 years ago

cherifseye commented 2 years ago

Hello I want to download the mnist dataset but I get this error, can you help me to fix this issue? Thanks Screen Shot 2021-12-07 at 8 47 56 AM

ageron commented 2 years ago

Hi @cherifseye ,

Thanks for your question. This is a very common question.

You probably need to install the SSL certificates (see this StackOverflow question). If you downloaded Python from the official website, then run /Applications/Python\ 3.7/Install\ Certificates.command in a terminal (change 3.7 to whatever version you installed). If you installed Python using MacPorts, run sudo port install curl-ca-bundle in a terminal.

That said, I think you'll have less installation problems if you run this project on Miniconda. Please follow the installation instructions.

Hope this helps.

cherifseye commented 2 years ago

Thanks it works Kind regards