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

Unable to install latest version of azureml-automl-runtime via pip #1928

Open
jayshanker2000 opened this issue Jul 9, 2023 · 4 comments
Open

Comments

@jayshanker2000
Copy link

I am unable to install the latest version (as shown on the azureml-automl-runtime PyPI website) :
i.e. azureml-automl-runtime 1.52.0.post1

Using the command pip index versions azureml-automl-runtime gives the following output:

Available versions: 1.18.0.post2, 1.18.0.post1, 1.18.0, 1.17.0, 1.16.0, 1.15.0, 1.14.0.post1, 1.14.0, 1.13.0.post1, 1.13.0, 1.12.0.post1, 1.12.0, 1.11.0, 1.10.0.post1, 1.10.0, 1.9.0.post3, 1.9.0.post2, 1.9.0.post1, 1.9.0, 1.8.0, 1.7.0.post2, 1.7.0.post1, 1.7.0, 1.6.0.post2, 1.6.0.post1, 1.6.0, 1.5.0.post3, 1.5.0.post2, 1.5.0.post1, 1.5.0, 1.4.0.post2, 1.4.0.post1, 1.4.0, 1.3.0, 1.2.0.post1, 1.2.0, 1.1.5.4, 1.1.5.3, 1.1.5.2, 1.1.5.1, 1.1.5, 1.0.85.6, 1.0.85.5, 1.0.85.4, 1.0.85.3, 1.0.85.2, 1.0.85.1, 1.0.85, 1.0.83, 1.0.81, 1.0.79, 1.0.76.1, 1.0.76
Note: you may need to restart the kernel to use updated packages.
WARNING: pip index is currently an experimental command. It may be removed/changed in a future release without prior warning.

And usinig the command pip install azureml-automl-runtime installs version 1.18.0.post2

I need to install version 1.49.1 as suggested in the following Documentation (for using AutoML in Databricks):

"%pip install --upgrade --force-reinstall -r https://aka.ms/automl_linux_requirements.txt\n",

Any help will be appreciated. Thank You !!

@vizhur
Copy link
Collaborator

vizhur commented Jul 18, 2023

you are probably on a very old python version. should be fine with >3.7

@jayshanker2000
Copy link
Author

No, I am using Python 3.9.5 & pip 23.2

image

@vizhur
Copy link
Collaborator

vizhur commented Jul 22, 2023

https://pypi.org/project/azureml-automl-runtime/
Requires: Python >=3.7, <3.9

looks like it doesn't support py39...

@jayshanker2000
Copy link
Author

Are there any plans to add support for future Python versions i.e. Python >= 3.9 ?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants