Unpacking Python ML Download Permissions

Hi! Semi new with Python interactivity in flame. When installing/unpacking a python specifically the ML one to a new version of flame it gives an error that permission is Denied. Has anyone else had this issue?
Flame 2022.0.1
Thank you!
Tyler

Are you on Mac or Linux?

Linux

Hmmm…Can you copy/paste the exact error? I don’t think I’ve seen this. I’ve copied the .py file right into /opt/Autodesk/shared/python and it does its thing.

Hi Andy, great show last weekend!

error is

flameTimewarpML: [Errno 13] Permission denied: ‘/opt/Autodesk/shared/python/flameTimewarpML.py’
(‘Traceback (most recent call last):\n’
’ File “/opt/Autodesk/shared/python/flameTimewarpML.py”, line 338, in ’
‘unpack_bundle\n’
" with open(script_file_name, ‘r+’) as scriptfile:\n"
‘PermissionError: [Errno 13] Permission denied: /
"’/opt/Autodesk/shared/python/flameTimewarpML.py’n")