Python Module and parser library issues

Type your comment> @bitn4b said:

bro you ALREADY HAVE beautifulsoup4-4.9.1-py2-none-any.whl, it is the reason why your exploit script errored out in the first place aaaahhhhhhhhhhhhh
in my original answer i think you need to install beautifulsoup4-4.9.1-py3-none-any.whl, the -py3 one! the -py3 one!

bro i think you need to try pip3 install beautifulsoup4-4.9.1-py3-none-any.whl
specify! 3! wherever! you! can!
including when you run your exploit python3 <exploit>

(pls work)

Yeah did that - installed it (yay)

python3 exploit.py

Traceback (most recent call last):
  File "exploit.py", line 16, in <module>
    from random_words import RandomWords
ModuleNotFoundError: No module named 'random_words'

Module is installed

sudo pip3 install Random-Word                                                                                                                                                                                                        1 тип
Requirement already satisfied: Random-Word in /usr/local/lib/python3.9/dist-packages (1.0.6)
Requirement already satisfied: nose in /usr/local/lib/python3.9/dist-packages (from Random-Word) (1.3.7)
Requirement already satisfied: requests in /usr/lib/python3/dist-packages (from Random-Word) (2.25.1)

I feel like season2 of LOST