Azure / Azure/MachineLearningNotebooks

Python dataset support ubuntu 19/20

未关闭
#950 31 条评论 0 个 reaction 已指派 1 人 已被 @GiftA-MSFT 认领 在 GitHub 查看
ADO cxp Data4ML machine-learning/svc product-feedback triaged
主要语言
Jupyter Notebook
星标
4.4k
派生
2.6k
PR 合并指标
30 天内没有已合并 PR

描述

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

贡献指南

这个仓库没有索引到贡献指南

评估

这个 Issue 还没有评估数据。

把新 issue 发到你的邮箱

精选适合新手参与的 GitHub issue 摘要。