-
Notifications
You must be signed in to change notification settings - Fork 2.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Python dataset support ubuntu 19/20 #950
Comments
@epa095 we will review your feedback and get back to you shortly. Thanks. |
Hi Erik, Were you downloading an AML Dataset from AML workspace? |
Hi @SturgeonMi ! My relevant versions: |
Thanks a lot, Erik! |
Hi Erik, We fixed related bug in Open Datasets SDK. Could you help to try below steps? Please ensure you are using the latest Azure Open Datasets SDK. You can get install the latest SDK by Running the following commands" Also here is the latest version of the tutorial notebook: https://github.com/Azure/MachineLearningNotebooks/blob/master/tutorials/image-classification-mnist-data/img-classification-part1-training.ipynb Thanks! |
Hi @SturgeonMi, the latest version of azureml-opendatasets I see on pypi is 1.4.0, and as you can see from my previous comment that is the version I am already using. |
Hi Erik, we opened a bug for dotnetcore2 issue. |
@epa095 hope the above solution helped. I will now proceed to close this thread. Let us know if you continue to encounter issues downloading the dataset. Thanks. |
Added a feature to support v19. |
@SturgeonMi thanks for opening an issue for me in |
reopening per new policy - is this fixed? |
apparently not, also having issues |
Hi @gegnew, are you still getting NotImplementedError: Unsupported Linux distribution ubuntu 19.10 when downloading a dataset on ubuntu 19.10? Or it's other error messages you are getting? |
Hi @SturgeonMi, I'm getting the errors reported in this issue, but have been totally unable to get any workaround to function. It's not precisely the same error, but afaict it's related. |
I'm on Arch, but installing the lttng modules doesn't resolve the missing dependency in the dotnet runtime |
Do you mind to provide more about what you were doing (what was the command you were using) when getting "NotImplementedError: Linux distribution arch . does not have automatic support. |
Hi, I am getting the same error. Providing the details on that below: When is the error coming: Error Message: My system details What have I tried as a solution: result : Please provide any solns/alternatives. Ultimately, I want to load an azure dataset in local, whichever way possible. |
I want to run a job on Azure ML (as a Docker container where I train my model). However, I keep getting this error when the job fails:
I am lost...what can I do to solve this? |
Same Issue here with @NielsHoogeveen1990 stack trace. It can be reproduced with the the latest Ubuntu 22.04 MS Runner Image: https://github.com/actions/runner-images |
Experiencing same issue trying to consume a data asset registered in my AML workspace. Anyone able to resolve the "not supported... .NET Core" issue? Thanks |
Hi, debian 11 is not supported automatically. Could you try to install your Linux distro specific .NET Core based on guidance here https://learn.microsoft.com/en-us/dotnet/core/install/linux? |
I have followed the instructions you recommended, and get same as reported by @vighnesh-sablok with "Unable to locate package dotnet-runtime-3.1.23" |
@SturgeonMi an easy way to replicate a test environment to get this error is to setup a devcontainer within vscode. If you could try follow the dotnet installation instructions for linux - I have not been able to get them working. Thank-you! Example devcontainer.json
Example Dockerfile
Your requirements.txt would have python packages include azureml.core Then a simple AML Python SDK v1 script
|
@SturgeonMi @corticalstack I'm facing the same issue. Is there any update? |
Hi, Same issue here, I was using an ubuntu 20.04 image with sdk 1.48 and it was working but when bumping to 22.04 it doesnt work any longer. My base image is: mcr.microsoft.com/azureml/openmpi4.1.0-cuda11.8-cudnn8-ubuntu22.04 |
Same issue here - all my azure ml cluster runs blow up because of this, when trying to use this as the base docker image of my environment: So: microsoft provided docker images won't work in microsoft azure ml clusters using microsoft azure ml APIs --> a major incompatibility within microsoft products. |
Any news on this? I am having the same dotnet error in this Ubuntu version when trying to use the lib "azureml-dataset-runtime". |
Ubuntu version 14, 16,18, 20 are supported by "azureml-dataset-runtime". The package has a dependency on dotnetcore and that brings the restriction. We will publish a version 5.0.0 without dotnetcore dependency in the coming weeks. And that should resolve this issue. |
What about suport for Ubuntu 22 @SturgeonMi? |
We plan to publish a newer package version without dotnetcore dependency in the coming weeks. This should resolve the "Unsupported Linux distribution ubuntu" issue. @anliakho2 can provide more details here. |
Hello @SturgeonMi , any update on publishing the newer package? |
Issue: When attempting to download a dataset on ubuntu 19.10 I get
NotImplementedError: Unsupported Linux distribution ubuntu 19.10
.It seems like the problem is that the dotnetcore2 pip package actually only supports ubuntu 18. But ubuntu 20.04 is the new LTS, so it makes sense to support it (and also ubuntu 19).
Also, can we agree that it is a bit of an architecture-smell when downlading some csv-files (the dataset) causes a dependency to go look for a distro-specitic tar-file for a custom installation of a third dependency? I don't know whats the best solution, but this cant be it.
Related: #713
The text was updated successfully, but these errors were encountered: