-
Notifications
You must be signed in to change notification settings - Fork 554
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Run LogParser-Error #71
Comments
not sure what might be the root cause on your computer. maybe you could check this out: https://stackoverflow.com/questions/36434764/permissionerror-errno-13-permission-denied |
xpai
pushed a commit
that referenced
this issue
Sep 5, 2023
xpai
pushed a commit
that referenced
this issue
Sep 5, 2023
xpai
pushed a commit
that referenced
this issue
Sep 5, 2023
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hello All,
I have this error (I use Python3)
Traceback (most recent call last):
File "Drain_demo.py", line 20, in
parser.parse(log_file)
File "/logparser/demo/../logparser/Drain/Drain.py", line 283, in parse
os.makedirs(self.savePath)
File "/usr/lib/python3.8/os.py", line 223, in makedirs
mkdir(name, mode)
PermissionError: [Errno 13] Permission denied: 'Drain_result/'
The text was updated successfully, but these errors were encountered: