CondaValueError: invalid package specification: name:
conda env create -n ... -f file.txt
すると出る
原因
ファイルの拡張子が yml になっていない
cf.
https://github.com/conda/conda/issues/8203
Asking users to use standard extensions (.yml or .yaml) seems like a small thing to ask.