from sklearn.datasets import fetch_openml; fetch_openml('mnist_784', version=1) fails code example Example: fetch openml mnist original mnist = fetch_openml('mnist_784')