qiime2-2024.5 bug with incorrect numpy version

I updated my qiime2 from 2024.2 to 2024.5,The following error occurred while importing sequencing data into qiime2:

qiime tools import
--type 'SampleData[PairedEndSequencesWithQuality]'
--input-path manifest.tsv
--output-path demux.qza
--input-format PairedEndFastqManifestPhred33V2
/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)
There was a problem importing manifest.tsv:

manifest.tsv is not a(n) PairedEndFastqManifestPhred33V2 file:

But I won't get this error in version 2024.2 of qiime2

Can you help me?

Hi @vk1602,
could you run qiime info and post the results?

1 Like

hi,thank you,I have solve this problem. The reason may be that I upgraded from 2024.2 to 2024.5, causing a numpy version mismatch.I reinstalled numpy version 1.23. The problem seems to have been solved for now

1 Like

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