-
Notifications
You must be signed in to change notification settings - Fork 4
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
Semlog has no attributes 'format_log' #1
Comments
Thanks for your response. |
I haven't frequently used Jupyter Notebook, but I can offer you some suggestions:
|
thank you so much. |
you can try it like this: import sys from Semlog import Semlog as SB |
thank you so much for your help. I apprecaite |
这是来自QQ邮箱的假期自动回复邮件。
您好,我最近正在休假中,无法亲自回复您的邮件。我将在假期结束后,尽快给您回复。
|
After inputting the code below:
import Semlog as SB
import pandas as pd
dataset = 'openstack_abnormal'
print('Hello')
SB.
parse = SB.format_log(
log_format=setting['log_format'],
indir= dataset)
form = parse.format(dataset+'.log')
I receive the error:
AttributeError Traceback (most recent call last)
in <cell line: 7>()
5 print('Hello')
6
----> 7 parse = SB.format_log(
8 log_format=setting['log_format'],
9 indir='../logs/'+dataset)
AttributeError: module 'Semlog' has no attribute 'format_log'
is there something I am missing?
The text was updated successfully, but these errors were encountered: