Getting error while creating a new project

While trying to create a new project in RASA by implementing the below command on anaconda prompt - rasa init --no-prompt

i am getting this error "could not create ‘%s’ : '%s " % (dst, e.strerror)) distutils.errors.DistutilsFileError: could not create ‘.\actions.py’: Permission denied

Could you please share more infomation Os - Python version - Rasa version -

I assume this is windows, looks like a permission error where the command doesn’t have permission to create new files. Can you try running as administrator cmd?