UsageError: Line magic function %anomalib
not found on Azure Compute instance
#2008
-
Hey all, I am trying to run anomalib on an azure compute instance. Installing the package worked fine, but installing the dependencies seems to be troubling.
Has anyone used anomalib in Azure before and had similar difficulties? Edit: I am using the Python 3.10 SDK-v2 Kernel Thanks in Advance! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
I solved the issue by using a conda environment in the compute instance. Activating the environment is a bit trickier than i thought but can be done with:
|
Beta Was this translation helpful? Give feedback.
I solved the issue by using a conda environment in the compute instance. Activating the environment is a bit trickier than i thought but can be done with:
conda env list
returns also the paths of the envssource path/to/env/bin/activate
pip install anomalib
andanomalib install
in the terminal