-
Notifications
You must be signed in to change notification settings - Fork 108
Description
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