https://prefect.io logo
a

Arnaldo Russo

02/03/2022, 2:53 PM
I have noticed that my flow got Permission denied for write in home directory. Does anyone knows about this error? File "/usr/lib/python3.9/os.py", line 225, in makedirs mkdir(name, mode) PermissionError: [Errno 13] Permission denied: '/MboiTui' I have changed the permission for my home '/MboiTui' as 777, with chmod.
k

Kevin Kho

02/03/2022, 3:03 PM
What is the code that caused this? registering a flow?
a

Arnaldo Russo

02/03/2022, 4:40 PM
running a flow
k

Kevin Kho

02/03/2022, 4:48 PM
Did you define Storage when you registered a flow?
a

Arnaldo Russo

02/03/2022, 4:50 PM
yes... I have defined at my home folder
k

Kevin Kho

02/03/2022, 4:53 PM
Can I see how you defined it?
A bit confused why the traceback is trying to make a folder. Seems like it would be during registration
a

Arnaldo Russo

02/03/2022, 4:55 PM
sorry sorry!
I have fixed the error...
I did not declare the correct full path of my home folder
sorry for occuping your time
k

Kevin Kho

02/03/2022, 4:59 PM
Ah no worries I was suspecting something like that 😄
Happy to help!
2 Views