Azure / Azure/MachineLearningNotebooks

TabularDataset "to" methods not working when using ubuntu 22.04

未關閉
#1,815 2 則留言 0 個 reaction 已指派 0 人 在 GitHub 檢視
主要語言
Jupyter Notebook
星號
4.4k
分支
2.6k
PR 合併指標
30 天內沒有已合併 PR

描述

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.

貢獻指南

這個儲存庫沒有索引到貢獻指南

評估

這個 Issue 還沒有評估資料。

把新 issue 寄到你的電子郵件信箱

精選適合新手參與的 GitHub issue 摘要。