Hi there,
I used ubuntu on my windows systems after installing a virtual box on it. I went on to install qiime2-2023.2 and before that I installed miniconda. Everything ran successfully and I did my analysis with no problem at all. Then I encounter a problem and so I needed to reinstall my ubuntu again on my system. Only that this time after installing qiime2 on it, i got a prompt saying
"QIIME is caching your current deployment for improved performance. This may take a few moments and should only happen once per deployment.
Illegal instruction (core dumped)"
These are the code I ran to install qiime2:
conda update conda
wget https://data.qiime2.org/distro/core/qiime2-2023.2-py38-linux-conda.yml
conda env create -n qiime2-2023.2 --file qiime2-2023.2-py38-linux-conda.yml
I have checked other topics with similar issues
but I have not been able to resolve the problem. Please help me