Modulenotfounderror: No Module Named 'Requests_Html'
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...
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 Easy_install installation Windows 10 installation
1 Answer
- make sure you have Python 3.6 or higher.
- Execute
pip3 install requests-html.
Thanx Andersson for the answer. I can not leave comments (yet), so I wrote the reply here.