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

Quick Start Guide Code Flow Does Not Seem to Work #149

Open
gyasibaaye opened this issue Jul 21, 2024 · 1 comment
Open

Quick Start Guide Code Flow Does Not Seem to Work #149

gyasibaaye opened this issue Jul 21, 2024 · 1 comment

Comments

@gyasibaaye
Copy link

I can't seem to figure out this quick start guide. I have spent several hours troubleshooting and figuring out why the code flow does not work per the guide and I ran into several issues along the way. I believe most of my issues currently stem from the azure-cli not being specified, but I think Azure also changed how they parse schemas on their end? So far I have ran into these issues:

  • The guide doesn't mention you need azure-cli installed and what version of it. I tried latest version and azure-cli~=2.50 but I stull run into the same bug.
  • Azure CLI did not seem to come with the az ml extension by default at least when I installed the latest version. I had to add it in with an az extensions add command.
  • az ml requires specifying either --workspace ( and --resource-group), or --registry-name when creating an aml environment, even though the guide does not mention any of that.
  • After getting though all of that, I was finally stopped in my tracks after running into this bug when I initiate a kedro azureml run. The bug seems to stem from a parsing error where a "/" is missing from the "environment_name" created during initialization. However, adding a "/" to the environment name does not remedy the bug.

Am I missing something?

image
image
image

@tomasvanpottelbergh
Copy link
Contributor

Could you post the commands you used to create the environment and initialize the kedro-azureml config?

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

No branches or pull requests

2 participants