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

azureml-sdk install #1

Open
WelchData opened this issue Jul 30, 2021 · 2 comments
Open

azureml-sdk install #1

WelchData opened this issue Jul 30, 2021 · 2 comments

Comments

@WelchData
Copy link

Regarding Chp 3 and the Azure ML SDK install. The given install command of: $pip3 install --upgrade azureml-sdk created a few issues for me. For background, I am using a virtual environment and my python version is 3.9 - which appears to be a significant issue. Using the given install command was taking a very, very long time and seemed to be getting nowhere.

I'll reference this issue: Azure/MachineLearningNotebooks#1285 which outlines the python version problem.

I've tried to solve the issue by following one of the suggested fixes of installing with the flag: --ignore-requires-python.

I'm raising this issue to hopefully get guidance on whether this fix would work and also potentially help anyone else following along.

@malsdorf
Copy link

malsdorf commented Aug 19, 2021

Hi WelchData

I am running into the same issue. Apparently the Python SDK for ML does not work with Python 3.9. I was able to install the python SDK with Python version 3.8.10 and pip version 21.1.1

@klawrawkz
Copy link

As noted in Issue #1275, per @jeff-shepherd's comment, support for 3.9 is now provided. Support for 3.10 is provided in "the new SDK V2 preview" according to @jeff-shepherd's other comment. Support is not complete for 3.10 SDK V1 apparently.

klaw

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

No branches or pull requests

3 participants