(base) Mikemacbook2012-4:KAI mkoss$ conda env create -f environment_iraf27.yml
Warning: you have pip-installed dependencies in your environment file, but you do not list pip itself as one of your conda dependencies. Conda may not use the correct pip to install your packages, and they may end up in the wrong place. Please add an explicit pip dependency. I'm adding one for you, but still nagging you.
I think you just have to add pip as a dependency in environment_iraf27.yml.
(base) Mikemacbook2012-4:KAI mkoss$ conda env create -f environment_iraf27.yml Warning: you have pip-installed dependencies in your environment file, but you do not list pip itself as one of your conda dependencies. Conda may not use the correct pip to install your packages, and they may end up in the wrong place. Please add an explicit pip dependency. I'm adding one for you, but still nagging you.
I think you just have to add pip as a dependency in environment_iraf27.yml.