pip3:
pip3 install -r requirements.txt
Traceback (most recent call last):
File "/usr/bin/pip3", line 9, in
from pip import main
ImportError: cannot import name 'main'
Looks like an Issue with pip3. It's running an error when you try to use it to download the requirements.
Try:
python3 -m pip install requests-html==0.10.0