Hacktoberfest 2026: le issue che i maintainer hanno segnato per ottobre, aperte e adatte ai principianti. Sfoglia le issue Hacktoberfest

TabularDataset "to" methods not working when using ubuntu 22.04

Aperta
#1,815 2 commenti 0 reazioni 0 assegnatari Vedi su GitHub

Nessuno ha ancora preso questa issue.

Valutazione

Difficoltà
4/5
Tempo stimato
3-5 giorni
Idoneità per principianti
25/100
Tipo di issue
Bug
Chiarezza
Da chiarire
Stato di attività
Ferma
Stack tecnologico
python

Direzione di ricerca

Non viene indicato alcun file sorgente né alcun test. Inizia riproducendo il comando Dataset.get_by_name(...).to_pandas_dataframe() su Ubuntu 22.04 e verificando l’errore di dipendenza dotnetcore2 segnalato insieme alle istruzioni di installazione di .NET collegate. Il lavoro è completato quando è stato stabilito se i metodi “to” di TabularDataset sono supportati e viene identificata la dipendenza richiesta oppure documentata la limitazione.

Scritto dal modello di indicizzazione a partire dal testo della issue.

Descrizione

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.

Lingua principale
Jupyter Notebook
Stelle
4.4k
Fork
2.6k
Metriche di merge delle PR
Nessuna PR unita negli ultimi 30g

Guida per i contributori

Nessuna guida per i contributori indicizzata per questo repository

Come iniziare

  1. Leggi tutta la issue e poi la guida ai contributi del progetto.
  2. Commenta sulla issue per dire che te ne occupi tu — evita che due persone facciano lo stesso lavoro.
  3. Fai un fork del repository e lavora su un branch.
  4. Apri una pull request che faccia riferimento al numero della issue.

Altre issue di Azure/MachineLearningNotebooks

Tutte le issue di Azure/MachineLearningNotebooks

Issue simili

Altre issue su Machine Learning

Ricevi le nuove issue nella tua casella

Un breve riepilogo di issue GitHub adatte ai principianti.