[Bug]: Can't import Engine module #1712
Unanswered
SilverStarCoder
asked this question in
Q&A
Replies: 1 comment 5 replies
-
@SilverStarCoder, |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Describe the bug
I am following the "001_getting_started" tutorial notebook. After installing anomalib via option 1:
%pip install anomalib
, and then runningfrom anomalib.engine import Engine
, I get the module not found error: "ModuleNotFoundError: No module named 'anomalib.engine'" .Dataset
N/A
Model
N/A
Steps to reproduce the behavior
%pip install anomalib
from anomalib.engine import Engine
OS information
OS information: Ubuntu 20.04.6 LTS
Python Version: 3.9.5
Anomalib Version: 0.7.0
Expected behavior
The notebook to run without any issues.
Screenshots
No response
Pip/GitHub
pip
What version/branch did you use?
No response
Configuration YAML
N/A
Logs
Code of Conduct
Beta Was this translation helpful? Give feedback.
All reactions