BeautifulSoup need Python 3.7 or more, to verify :

python –version

Install BeautifulSoup4 with pip

pip install beautifulsoup4

Install Requests with pip:

pip install requests