What does this mean?I?ve created an ?additional_files? in the workspace by command"python package-mlcube.py'"? PermissionError: [Errno 13] Permission denied:

Created by Xiao Yang RobertGy
Thank you very much?@hasank There's a problem in my command for the --output_path that I gave a folder name for it. Now I've solved it by adding a file name like /**.tar.gz at the end of the outputpath, and it worked.
Hi @RobertGy Getting the full error traceback can be more helpful, as well as your full command that you ran. Anyway, here is a description of what this command do: `package-mlcube.py` creates a new folder inside your mlcube directory, copies your `parameters.yaml` file (if needed), `mlcube.yaml` file, and `additional_files.tar.gz` (if needed) file into this new folder, and creates a compressed version of this new folder. The error means that at some point the command didn't have permissions to create/copy some files.

PermissionError: [Errno 13] Permission denied: page is loading…