ModuleNotFoundError: No module named 'requests_html'

15,455
  1. make sure you have Python 3.6 or higher.
  2. Execute pip3 install requests-html.

Thanx Andersson for the answer. I can not leave comments (yet), so I wrote the reply here.

Share:
15,455
Philll
Author by

Philll

Sou primeiro de tudo curioso! A melhor coisa de "Codar" é colocar em pratica seus pensamentos...

Updated on September 10, 2022

Comments

  • Philll
    Philll over 1 year

    I'm trying to use the module requests-html in Mac OS 10.14, it presents this error both when trying to install with the pip and with easy_install it presents the error saying that there is already this module. I did a test on windows and the commands worked correctly, and installed it via direct pip in CMD, could someone help me?

    Pip installation instalacao com pip Easy_install installation instalacao com easy_install Windows 10 installation instalacao no Windows 10