I'm currently trying to get q2-SCNIC to be compatible with the newer QIIME 2 installs (2026.1 and 2026.4) and back in the plugin library. I've run into issues installing one of q2-SCNIC's dependencies, fastspar, into both 2026.1 and 2026.4 on M-chip macs.
While I was able to figure out fastspar install instructions for 2026.1, when I tried those same instructions in 2026.4, all of the QIIME 2 plugins were removed (see this issue and comments for more detailed information on what was done). We think this happened because the fastspar install downgraded a large number of compiler package versions along with the R version already present in the conda environment.
A note: None of these issues arise when installing fastspar into QIIME 2 2026.4 on linux (ubuntu)
Questions for you guys:
- Do you have any suggestions on preventing all plugins from being removed from QIIME 2 2026.4 when installing
fastsparon M-chip macs? - Do you think we will be able to keep q2-SCNIC (and
fastspar) compatible with future versions of QIIME 2?
Quick links:
- detailed information on
fastsparinstall and plugin removal - these are the same as the ones I linked above - q2-SCNIC github repo
- SCNIC github repo