Azure / Azure/azure-sdk-for-python
Some Dataset load operations result in: .NET NotImplementedError: Linux distribution ubuntu 22.04 does not have automatic support. #29653
- Dominant language
- Python
- Stars
- 5.6k
- Forks
- 3.4k
- Avg merge
- 1d 21h
- Merged PRs (30d)
- 193
Description
- **Package Name: azureml-core**
- **Package Version: 1.48.0**
- **Operating System: WSL2 Ubuntu 22.04 / 24.04**
- **Python Version: 3.8+**
Some Dataset operations result in: NotImplementedError: Linux distribution ubuntu 22.04 does not have automatic support. #29653
Hi following up on closed issue: Some Dataset operations result in: NotImplementedError: Linux distribution ubuntu 22.04 does not have automatic support. #29653
I am still facing the issue when I build an Azure environment using Latest Ubuntu 22.04 or 24.04, some azureml data loading from data assets functions fail with error:
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`.
Contributor guide
Assessment
This issue has not been assessed yet.