Hi @wangder0, welcome to :qiime2:!
It looks a permissions issue writing to the $TMPDIR
:
You can confirm the default TMPDIR
path by typing:
echo $TMPDIR
Are you running this on a server? Your own computer? You can change the $TMPDIR
path as outlined here, and see if that fixes the issue:
-Mike