You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Anomalib depends on the new feature introduced with Python 3.12, which causes an error on Python 3.11.
When I simply run the train command from tutorial, anomalib raise the following error.
TypeError: TarFile.extract() got an unexpected keyword argument 'filter'
This behaviour is due to the filter argument was introduced in the Python 3.12, but I'm using Python 3.11 (I can't upgrade to 3.12 because I'm using the python of Databricks).
Describe the bug
Anomalib depends on the new feature introduced with Python 3.12, which causes an error on Python 3.11.
When I simply run the train command from tutorial, anomalib raise the following error.
This behaviour is due to the
filter
argument was introduced in the Python 3.12, but I'm using Python 3.11 (I can't upgrade to 3.12 because I'm using the python of Databricks).Dataset
MVTec
Model
PatchCore
Steps to reproduce the behavior
pip install anomalib==1.1.1
OS information
OS information:
Expected behavior
Screenshots
No response
Pip/GitHub
pip
What version/branch did you use?
1.1.1
Configuration YAML
**no configuration file**
Logs
Code of Conduct
The text was updated successfully, but these errors were encountered: