Skip to content
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

Showing ModuleNotFoundError: No module named 'logai' #86

Open
rutujadurge opened this issue Jan 23, 2025 · 0 comments
Open

Showing ModuleNotFoundError: No module named 'logai' #86

rutujadurge opened this issue Jan 23, 2025 · 0 comments

Comments

@rutujadurge
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant