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.
Regarding Chp 3 and the Azure ML SDK install. The given install command of:
$pip3 install --upgrade azureml-sdkcreated 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.