Cannot install Beautiful Soup in Anaconda Python 3.6.4 Windows 10

Run the following command from Command Prompt:

conda install -c anaconda beautifulsoup4

This is the easiest way to install a python library in Anaconda.

Leave a Comment