Hello all,
I'm trying to install qiime2 within the conda environment. I update conda to the latest version and run the installation command:
"conda create -n qiime2-2017.7 --file https://data.qiime2.org/distro/core/qiime2-2017.7-conda"
It begins to install multiple packages and then pauses at the package zlib-1.2.8-3.t. After 10-15 minutes later I receive this error.
ERROR conda.core.link:_execute_actions(337): An error occurred while installing package 'defaults::icu-54.1-0'.
CondaError: Cannot link a source that does not exist. C:\Users\Chris\Miniconda3\pkgs\icu-54.1-0\lib\icu\current
Attempting to roll back.
CondaError: Cannot link a source that does not exist. C:\Users\Chris\Miniconda3\pkgs\icu-54.1-0\lib\icu\current
I continue with activating the created environment qiime2-2017.7 then run the command: qiime --help and receive this message:
'qiime' is not recognized as an internal or external command,
operable program or batch file.
Any help with this problem would be greatly appreciated.
Thanks!