Closed d0gkiller87 closed 4 years ago
Traceback (most recent call last):
File "ptf.py", line 9, in
╰─ python -m pip install bs4 ─╯
DEPRECATION: Python 2.7 reached the end of its life on January 1st, 2020. Please upgrade your Python as Python 2.7 is no longer maintained. pip 21.0 will drop support for Python 2.7 in January 2021. More details about Python 2 support in pip, can be found at https://pip.pypa.io/en/latest/development/release-process/#python-2-support
Defaulting to user installation because normal site-packages is not writeable
Requirement already satisfied: bs4 in /home/bfg/.local/lib/python2.7/site-packages (0.0.1)
Requirement already satisfied: beautifulsoup4 in /home/bfg/.local/lib/python2.7/site-packages (from bs4) (4.9.0)
Requirement already satisfied: soupsieve<2.0 in /home/bfg/.local/lib/python2.7/site-packages (from beautifulsoup4->bs4) (1.9.5)
Requirement already satisfied: backports.functools-lru-cache; python_version < "3" in /home/bfg/.local/lib/python2.7/site-packages (from soupsieve<2.0->beautifulsoup4->bs4) (1.6.1)
Corrected. Added BeautifulSoup back.