An error about qiime2 2024.5

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

Hello vk1602,

I think this is the core error:

Perhaps there is an issue with the classifier file you downloaded?

What's inside of silva-97-classifier.qza? All .qza and .qzv files are just .zip files so you can rename and extract the data to look inside.

I think this problem is the version of qiime2 2024,5,because I reinstallation the version of qiime2 2024.2 ,this problem seems to have been resolved。

1 Like

This topic was automatically closed 31 days after the last reply. New replies are no longer allowed.