Skip to content
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

AutoML extension installation fails on Ubuntu 20.04 (support Python 3.8) #959

Closed
lehmus opened this issue May 6, 2020 — with docs.microsoft.com · 9 comments
Closed
Labels
ADO Issue is documented on MSFT ADO for internal tracking Auto ML MLOps product-gap product gaps

Comments

Copy link

lehmus commented May 6, 2020

I am not able to install the AutoML extension on a local computer running Ubuntu 20.04. Tried to run this command from the documentation:

pip install --upgrade azureml-sdk[explain,automl]

but I run into the following error:

ERROR: Could not find a version that satisfies the requirement onnxruntime==1.0.0 (from azureml-train-automl-runtime~=1.4.0->azureml-train-automl~=1.4.0; extra == "automl"->azureml-sdk[automl]) (from versions: 1.2.0)
ERROR: No matching distribution found for onnxruntime==1.0.0 (from azureml-train-automl-runtime~=1.4.0->azureml-train-automl~=1.4.0; extra == "automl"->azureml-sdk[automl])

Python version is 3.8 (64bit) and Pip version is 20.1. I have also installed the ONNX library via Pip. ONNX version is 1.6.0, although I also tried downgrading it to 1.0.0 but received the same error.


Document Details

Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.

@ram-msft
Copy link

ram-msft commented May 7, 2020

@lehmus Thanks for the question. We will update you shortly.

@ram-msft ram-msft added assigned-to-author Assigned the issue to the listed article author. and removed cxp labels May 12, 2020
@ram-msft ram-msft removed their assignment May 12, 2020
@vizhur
Copy link
Collaborator

vizhur commented May 19, 2020

@lehmus I believe that should work now. onnxruntime just released 3.8 version. If you see any issues please consider to use py37

@vizhur vizhur assigned vizhur and unassigned trevorbye May 19, 2020
Copy link
Author

lehmus commented May 20, 2020

It seems that Python 3.8 is only supported for onnxruntime >= 1.2.0. This conflicts with requirement onnxruntime == 1.0.0 in 'azureml-train-automl' (latest version).

So the issue is not Ubuntu 20.04, but Python 3.8. I confirmed this by installing azureml-sdk[automl] with conda for both 3.7 and 3.8. Python 3.7 installation succeeds but 3.8 fails. So the current workaround is to use Python 3.7.

Thank you for your assistance.

Copy link
Author

lehmus commented May 20, 2020

Note that the Windows Store currently ships Python 3.8, so AutoML installation will probably fail on Windows as well...

@vizhur
Copy link
Collaborator

vizhur commented Jun 4, 2020

resolving the issue as automl does not support python 3.8 at the moment until onboards with the latest onnx

@vizhur vizhur closed this as completed Jun 4, 2020
@RileyMShea
Copy link

@vizhur Can this be-reopened now that azureml now officially supports python 3.8?

@vizhur
Copy link
Collaborator

vizhur commented Oct 22, 2020

@RileyMShea AutoML runtime still doesn't support 3.8

@lostmygithubaccount lostmygithubaccount changed the title AutoML extension installation fails on Ubuntu 20.04 AutoML extension installation fails on Ubuntu 20.04 (support Python 3.8) Feb 19, 2021
@lostmygithubaccount lostmygithubaccount added product-gap product gaps MLOps and removed assigned-to-author Assigned the issue to the listed article author. product-question triaged labels Feb 19, 2021
@savitamittal1
Copy link
Contributor

Currently AutoML support python 3.6 and 3.7 version of python.
Version 3.8 is in roadmap and is planned to be added in the second semester of the year.

@v-strudm-msft v-strudm-msft added the ADO Issue is documented on MSFT ADO for internal tracking label Apr 24, 2021
@kvijaykannan
Copy link
Collaborator

Closing the issue, as it is already responded

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
ADO Issue is documented on MSFT ADO for internal tracking Auto ML MLOps product-gap product gaps
Projects
None yet
Development

No branches or pull requests

9 participants