I have already successfully installed a qiime2-2019.4 enviroment using miniconda3 (python version 3.6).
But when I install qiime2-2019.7 with same way
(command "conda env create -n qiime2-2019.7 --file qiime2-2019.7-py36-linux-conda.yml")
I got some error informention
Collecting package metadata (repodata.json): done
Solving environment: done
Preparing transaction: done
Verifying transaction: done
Executing transaction: / Killed
This "qiime2-2019.7" enviroment seems fine because I can still activate it and use command such as "qiime --help" or other plugins
However i cannot install scikit-learn
$conda install --override-channels -c defaults scikit-learn=0.21.2
DirectoryNotACondaEnvironmentError: The target directory exists, but it is not a conda environment.
Use 'conda create' to convert the directory to a conda environment.
target directory: /home/ubuntu/miniconda3/envs/qiime2-2019.7
I also remove the enviroment qiime2-2019.7 and reinstalled again.Still the same killed error.
Should I also remove the packages in ~/miniconda3/pkg3 ?
Need some help guys