Hacktoberfest 2026:メンテナが10月に向けて印を付けた、オープンで初心者向けの issue。 Hacktoberfest の issue を見る

TabularDataset "to" methods not working when using ubuntu 22.04

オープン
#1,815 コメント 2 件 リアクション 0 件 担当者 0 名 GitHub で見る

まだ誰も着手していません。

評価

難易度
4/5
見積もり時間
3〜5日
初心者へのやさしさ
25/100
issue の種類
バグ
明瞭さ
説明が足りない
活発さ
停滞
技術スタック
python

調査の方向性

ソースファイルもテストも指定されていません。まず Ubuntu 22.04 で Dataset.get_by_name(...).to_pandas_dataframe() コマンドを再現し、報告されている dotnetcore2 依存関係エラーを、リンク先の .NET インストール手順と併せて確認してください。TabularDataset の “to” メソッドがサポートされているかを明らかにし、必要な依存関係を特定するか、制限事項を文書化できれば完了です。

索引モデルが issue の本文から書いたものです。

説明

I have been struggling with the AzureML Dataset class when trying to run the following command

df = Dataset.get_by_name(ws, name='mydata').dataset.to_pandas_dataframe()

The error I recieve is the following

NotImplementedError: Linux distribution ubuntu 22.04 does not have automatic support. 
Missing packages: {'liblttng-ust.so.0'}
.NET Core 3.1 can still be used via `dotnetcore2` if the required dependencies are installed.
Visit https://aka.ms/dotnet-install-linux for Linux distro specific .NET Core install instructions.
Follow your distro specific instructions to install `dotnet-runtime-*` and replace `*` with `3.1.23`.

Looking at the linked page, it seems as though dotnet-runtime-3.1 is not available for ubuntu 22.04. The only dotnet-runtime that is available seems to be version 6+.

After doing some exploration it seems as though this error applies to all "to" methods. I have done my best to install these required dependencies but I am either missing something or Ubuntu 22.04 is simply not supported.

Any assistance would be much appreciated.

主要言語
Jupyter Notebook
スター
4.4k
フォーク
2.6k
PR マージ指標
30日以内にマージされた PR はありません

コントリビューションガイド

このリポジトリのコントリビューションガイドは索引されていません

はじめの一歩

  1. issue を最後まで読み、次にプロジェクトのコントリビューションガイドを読みます。
  2. 着手することを issue にコメントします — 二人が同じ作業をするのを防げます。
  3. リポジトリをフォークし、ブランチを切って変更します。
  4. issue 番号を参照したプルリクエストを送ります。

Azure/MachineLearningNotebooks のほかの issue

Azure/MachineLearningNotebooks の issue をすべて見る

似ている issue

Machine Learning の issue をもっと見る

新しい issue をメールで受け取る

初心者向けの GitHub issue を短くまとめたダイジェスト。