Azure / Azure/MachineLearningNotebooks
TabularDataset "to" methods not working when using ubuntu 22.04
- Ngôn ngữ chính
- Jupyter Notebook
- Star
- 4.4k
- Fork
- 2.6k
- Chỉ số merge pull request
- Không có pull request nào được merge trong 30 ngày
Mô tả
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.
Hướng dẫn đóng góp
Chưa lập chỉ mục được hướng dẫn đóng góp cho kho mã nguồn này
Hướng nghiên cứu
Không có tệp mã nguồn hoặc bài kiểm thử nào được nêu. Hãy bắt đầu bằng cách tái hiện lệnh Dataset.get_by_name(...).to_pandas_dataframe() trên Ubuntu 22.04 và xem xét lỗi dependency dotnetcore2 đã được báo cáo cùng với các hướng dẫn cài đặt .NET được liên kết. Hoàn thành nghĩa là xác định liệu các phương thức “to” của TabularDataset có được hỗ trợ hay không, đồng thời xác định dependency bắt buộc hoặc ghi lại hạn chế.
Do mô hình lập chỉ mục viết ra từ nội dung của issue.
Đánh giá
- Công nghệ
- python
- Lĩnh vực
- machine-learning, operating-systems
- Loại issue
- Lỗi
- Độ khó
- 4/5
- Thời gian dự kiến
- 3-5 ngày
- Mức độ hoạt động
- Đình trệ
- Độ rõ ràng
- Cần làm rõ
- Mức phù hợp với người mới
- 25/100