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?