@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.
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 or upvote
which might help other community members reading this thread.