Submission error

Hi all,
Our team has some issues with the final submission. Here is the error message. Thank you for your help in advance!

Error: [(‘assets/model.pkl’, ‘/files/submission/submission/assets/model.pkl’,
‘[Errno 1] Operation not permitted’), (‘assets/model.sav’,
‘/files/submission/submission/assets/model.sav’, ‘[Errno 1] Operation not
permitted’), (‘assets’, ‘/files/submission/submission/assets’, ‘[Errno 1]
Operation not permitted’)]

2 Likes

Hi @heyjixin,

The issue with the permissions of the /files directory. This directory is owned by root, and hence aicrowd-cli cannot read files in the directory.

To resolve the issue, please move your files to any place other than /files , and things will work perfectly fine.