We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
While running the "tutorial_log_anomaly_detection.ipynb", I get the following error:
ModuleNotFoundError Traceback (most recent call last) Cell In[1], line 3 1 import os ----> 3 from logai.dataloader.openset_data_loader import OpenSetDataLoader, OpenSetDataLoaderConfig 5 #File Configuration 6 filepath = os.path.join("..", "datasets", "HealthApp_2000.log") # Point to the target HealthApp.log dataset
ModuleNotFoundError: No module named 'logai'
Even when i have logai :
pip show logai Name: logai Version: 0.1.5 Summary: LogAI is unified framework for AI-based log analytics Home-page: UNKNOWN Author: Qian Cheng, Amrita Saha, Wenzhuo Yang, Chenghao Liu, Gerald Woo, Doyen Sahoo, Steven Hoi Author-email: logai@salesforce.com License: BSD 3-Clause License
The text was updated successfully, but these errors were encountered:
No branches or pull requests
While running the "tutorial_log_anomaly_detection.ipynb", I get the following error:
ModuleNotFoundError Traceback (most recent call last)
Cell In[1], line 3
1 import os
----> 3 from logai.dataloader.openset_data_loader import OpenSetDataLoader, OpenSetDataLoaderConfig
5 #File Configuration
6 filepath = os.path.join("..", "datasets", "HealthApp_2000.log") # Point to the target HealthApp.log dataset
ModuleNotFoundError: No module named 'logai'
Even when i have logai :
pip show logai
Name: logai
Version: 0.1.5
Summary: LogAI is unified framework for AI-based log analytics
Home-page: UNKNOWN
Author: Qian Cheng, Amrita Saha, Wenzhuo Yang, Chenghao Liu, Gerald Woo, Doyen Sahoo, Steven Hoi
Author-email: logai@salesforce.com
License: BSD 3-Clause License
The text was updated successfully, but these errors were encountered: