Error while running DADA2 in R(return code 1)

Hi. I was working with the command " qiime dada2 denoised paired" and this is the arguments that I wrote
time qiime dada2 denoise-paired
--i-demultiplexed-seqs paired-end-demux.qza \
--p-trim-left-f 0
--p-trim-left-r 0
--p-trunc-len-f 261
--p-trunc-len-r 218
--o-table table.qza
--o-representative-sequences rep-seqs.qza
--o-denoising-stats denoising-stats.qza

But the terminal gaven an error:

Screenshot 2022-11-24 at 7.40.17 PM

And here is the debug info .log file,

I really hope that you can help me.

Thanks.

Hello @839536300, you appear to be having the same issue as this post which we, unfortunately, don't seem to have a real solution for yet, but there are some suggestions in that thread that might help you, and if we do figure out exactly what's happening, the solution will most likely be posted in that thread.

Hi,
Thanks for your reply, and I fix this problem by using older version of qiime2 (qiime2 2021.8).I think it is probably because the version of R and qiime2 doesn't match.
Thanks again.