pub fn download_datasets(
    datasets: &[&str],
    asset_path: &str,
    base_url: &str
) -> Result<(), Box<dyn Error>>