Azure Machine Learning - error during the creation Create a control script

Anth0ny Camp0s 41 Reputation points
2022-02-01T22:11:49.637+00:00

Hello, I am reproducing this tutorial https://learn.microsoft.com/en-us/azure/machine-learning/tutorial-1st-experiment-hello-world / Create a control script. The next observations appear in the console.

I will thank you if some ideas are shared with me to face this issue.

Regards

170304-image.png

170305-image.png

170333-image.png

Azure Machine Learning
Azure Machine Learning
An Azure machine learning service for building and deploying models.
3,335 questions
0 comments No comments
{count} votes

Accepted answer
  1. romungi-MSFT 48,906 Reputation points Microsoft Employee Moderator
    2022-02-02T08:04:16.33+00:00

    @Anth0ny Camp0s I believe the error is because in the config command you are using the script parameter hello.py which is in ./src directory but because you are already in ./src directory on the terminal and the source_directory parameter also mentions to use ./src as the path to the file the following error is indicated in the message.

    170491-image.png

    If you navigate back to get-started directory in your terminal and run the script run-hello.py your experiment should be created successfully.

    If an answer is helpful, please click on 130616-image.png or upvote 130671-image.png which might help other community members reading this thread.


0 additional answers

Sort by: Most helpful

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.