Skip to content

PermissionError: [Errno 13] Permission denied: '/label' #5

Open
@imsanjoykb

Description

@imsanjoykb

When I run the Emotion Detection notebook.py file its through Permission Error

Error:

(base) ecl@ecl-desktop:~/DBSE-monitor/Emotiondetection$ python3 notebook.py
Traceback (most recent call last):
  File "notebook.py", line 128, in <module>
    with open(current_dir+'/label', "wb") as f:
PermissionError: [Errno 13] Permission denied: '/label'

At first I try to solve this using
chmod -R 777 /home/ecl/DBSE-monitor/Jetson/Emotiondetection

Then
chmod -R 777 /home/ecl/DBSE-monitor/Jetson/Emotiondetection/label

But still get error. Are there any suggestion to solve this error.....

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions