Plugin error from DADA2 denoise-paired

Hello. I'm hoping for some help with an error during denoising with DADA2.

I'm running the following:

qiime dada2 denoise-paired
--i-demultiplexed-seqs demux.qza
--p-trim-left-f 5
--p-trim-left-r 5
--p-trunc-len-f 150
--p-trunc-len-r 150
--o-table table.qza
--o-representative-sequences rep-seqs.qza
--o-denoising-stats denoising-stats.qza

And I get this error:

Plugin error from dada2:
[Errno 2] No such file or directory: 'run_dada_paired.R'

I'm running qiime2-p3.6.5 via Terminal installed on a university cluster, and have been able to successfully run all the Atacama Soils tutorial steps successfully up til this point.