In [18]:
!pip3 install beautifulsoup4 glassdoor
Requirement already satisfied: beautifulsoup4 in /usr/local/lib/python3.8/site-packages (4.8.2) Collecting glassdoor Using cached glassdoor-0.0.8.tar.gz (5.7 kB) Requirement already satisfied: soupsieve>=1.2 in /usr/local/lib/python3.8/site-packages (from beautifulsoup4) (2.0) Requirement already satisfied: requests>=1.1.0 in /usr/local/lib/python3.8/site-packages (from glassdoor) (2.23.0) Collecting BeautifulSoup>=3.2.1 Using cached BeautifulSoup-3.2.2.tar.gz (32 kB) ERROR: Command errored out with exit status 1: command: /usr/local/bin/python -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'/tmp/pip-install-2_h3fgfk/BeautifulSoup/setup.py'"'"'; __file__='"'"'/tmp/pip-install-2_h3fgfk/BeautifulSoup/setup.py'"'"';f=getattr(tokenize, '"'"'open'"'"', open)(__file__);code=f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, __file__, '"'"'exec'"'"'))' egg_info --egg-base /tmp/pip-install-2_h3fgfk/BeautifulSoup/pip-egg-info cwd: /tmp/pip-install-2_h3fgfk/BeautifulSoup/ Complete output (6 lines): Traceback (most recent call last): File "<string>", line 1, in <module> File "/tmp/pip-install-2_h3fgfk/BeautifulSoup/setup.py", line 3 "You're trying to run a very old release of Beautiful Soup under Python 3. This will not work."<>"Please use Beautiful Soup 4, available through the pip package 'beautifulsoup4'." ^ SyntaxError: invalid syntax ---------------------------------------- ERROR: Command errored out with exit status 1: python setup.py egg_info Check the logs for full command output. WARNING: You are using pip version 20.0.2; however, version 20.2.4 is available. You should consider upgrading via the '/usr/local/bin/python -m pip install --upgrade pip' command.
In [19]:
from glassdoor import get
--------------------------------------------------------------------------- ModuleNotFoundError Traceback (most recent call last) <ipython-input-19-f34335c27457> in <module> ----> 1 from glassdoor import get ModuleNotFoundError: No module named 'glassdoor'
In [ ]:
In [ ]:
In [ ]:
In [ ]:
In [ ]:
In [ ]:
In [ ]:
In [ ]:
In [ ]: