You need to either create an environment or update an existing environment. After creating an environment you have to activate it:
This may take a long while
conda env create -f environment.yml
conda env update -f environment.yml --prune
conda activate big-data-project