The installation went fine, except for the last three packages:
mrjob, pattern, and seaborn
I was able to install these from a terminal, however they installed into my old Python environment and not into the anaconda environment. How can I install these packages into my anaconda environment?
Those packages are not available in Anaconda. So you need to use the pip command to install them. The package will be installed in your active conda environment.
pip install mrjob