conda env create -f envirnment.yml should be conda env create -f environment.yml missing 'o' in the enviroment
conda env create -f envirnment.yml
should be
conda env create -f environment.yml
missing 'o' in the enviroment