I ran the following command after installing qiime2 2024.5
qiime feature-classifier classify-sklearn
--i-classifier silva-97-classifier.qza
--i-reads clustered-rep-seqs.qza
--o-classification taxonomy-97.qza
The following error is generated
/home/vk1602/anaconda3/envs/qiime2-amplicon-2024.5/lib/python3.9/site-packages/numpy/core/getlimits.py:542: UserWarning: Signature b'\x00\xd0\xcc\xcc\xcc\xcc\xcc\xcc\xfb\xbf\x00\x00\x00\x00\x00\x00' for <class 'numpy.longdouble'> does not match any known type: falling back to type probe function.
This warnings indicates broken support for the dtype!
machar = _get_machar(dtype)
Plugin error from feature-classifier:
Missing one or more files for TaxonomicClassiferTemporaryPickleDirFmt: 'sklearn_pipeline.tar'
Debug info has been saved to /tmp/qiime2-q2cli-err-yeud2q3d.log
This is the result of running qiime info
qiime info
System versions
Python version: 3.9.19
QIIME 2 release: 2024.5
QIIME 2 version: 2024.5.0
q2cli version: 2024.5.0
Installed plugins
alignment: 2024.5.0
composition: 2024.5.0
cutadapt: 2024.5.0
dada2: 2024.5.0
deblur: 2024.5.0
demux: 2024.5.0
diversity: 2024.5.1
diversity-lib: 2024.5.0
emperor: 2024.5.0
feature-classifier: 2024.5.0
feature-table: 2024.5.0
I need your help,thank you