Azure / Azure/MachineLearningNotebooks

Python dataset support ubuntu 19/20

Open
#950 31 comments 0 reactions 1 assignee Claimed by @GiftA-MSFT View on GitHub
ADO cxp Data4ML machine-learning/svc product-feedback triaged
Dominant language
Jupyter Notebook
Stars
4.4k
Forks
2.6k
PR merge metrics
No merged PRs in 30d

Description

Issue: When attempting to download a dataset on ubuntu 19.10 I get `NotImplementedError: Unsupported Linux distribution ubuntu 19.10`.

It seems like the problem is that the dotnetcore2 pip package actually only supports ubuntu 18. But ubuntu 20.04 is the new LTS, so it makes sense to support it (and also ubuntu 19).

Also, can we agree that it is a bit of an architecture-smell when downlading some csv-files (the dataset) causes a dependency to go look for a distro-specitic tar-file for a custom installation of a third dependency? I don't know whats the best solution, but this cant be it.

Related: https://github.com/Azure/MachineLearningNotebooks/issues/713

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.