ModuleNotFoundError: No module named 'requests_html'
up vote
0
down vote
favorite
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
python python-3.x python-2.7 python-requests
New contributor
|
show 1 more comment
up vote
0
down vote
favorite
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
python python-3.x python-2.7 python-requests
New contributor
1
Do you want to import module in Python 3.X interpreter?
– Andersson
Nov 19 at 11:51
1
i saw here thatrequest-html
requiresPython >=3.6.0
but in yourmacOS X
image I am seeing that it is going under.../Python/2.7
.
– scipsycho
Nov 19 at 11:54
Yeap, i did install the last version of python 3.7.1, and also didnt worked, and the pip version is 18.0.
– Philll
Nov 19 at 12:06
1
Try using pip3 instead of pip. This will install using the python 3 version of pip.
– Andrew McDowell
Nov 19 at 12:15
1
Just executepip3 install requests-html
. Note thatpip
will install library for Python 2.X,pip3
- for Python 3.X. Libraries installed for specific interpreter version are not accessible for another version
– Andersson
Nov 19 at 12:50
|
show 1 more comment
up vote
0
down vote
favorite
up vote
0
down vote
favorite
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
python python-3.x python-2.7 python-requests
New contributor
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
python python-3.x python-2.7 python-requests
python python-3.x python-2.7 python-requests
New contributor
New contributor
New contributor
asked Nov 19 at 11:47
Philll
1013
1013
New contributor
New contributor
1
Do you want to import module in Python 3.X interpreter?
– Andersson
Nov 19 at 11:51
1
i saw here thatrequest-html
requiresPython >=3.6.0
but in yourmacOS X
image I am seeing that it is going under.../Python/2.7
.
– scipsycho
Nov 19 at 11:54
Yeap, i did install the last version of python 3.7.1, and also didnt worked, and the pip version is 18.0.
– Philll
Nov 19 at 12:06
1
Try using pip3 instead of pip. This will install using the python 3 version of pip.
– Andrew McDowell
Nov 19 at 12:15
1
Just executepip3 install requests-html
. Note thatpip
will install library for Python 2.X,pip3
- for Python 3.X. Libraries installed for specific interpreter version are not accessible for another version
– Andersson
Nov 19 at 12:50
|
show 1 more comment
1
Do you want to import module in Python 3.X interpreter?
– Andersson
Nov 19 at 11:51
1
i saw here thatrequest-html
requiresPython >=3.6.0
but in yourmacOS X
image I am seeing that it is going under.../Python/2.7
.
– scipsycho
Nov 19 at 11:54
Yeap, i did install the last version of python 3.7.1, and also didnt worked, and the pip version is 18.0.
– Philll
Nov 19 at 12:06
1
Try using pip3 instead of pip. This will install using the python 3 version of pip.
– Andrew McDowell
Nov 19 at 12:15
1
Just executepip3 install requests-html
. Note thatpip
will install library for Python 2.X,pip3
- for Python 3.X. Libraries installed for specific interpreter version are not accessible for another version
– Andersson
Nov 19 at 12:50
1
1
Do you want to import module in Python 3.X interpreter?
– Andersson
Nov 19 at 11:51
Do you want to import module in Python 3.X interpreter?
– Andersson
Nov 19 at 11:51
1
1
i saw here that
request-html
requires Python >=3.6.0
but in your macOS X
image I am seeing that it is going under .../Python/2.7
.– scipsycho
Nov 19 at 11:54
i saw here that
request-html
requires Python >=3.6.0
but in your macOS X
image I am seeing that it is going under .../Python/2.7
.– scipsycho
Nov 19 at 11:54
Yeap, i did install the last version of python 3.7.1, and also didnt worked, and the pip version is 18.0.
– Philll
Nov 19 at 12:06
Yeap, i did install the last version of python 3.7.1, and also didnt worked, and the pip version is 18.0.
– Philll
Nov 19 at 12:06
1
1
Try using pip3 instead of pip. This will install using the python 3 version of pip.
– Andrew McDowell
Nov 19 at 12:15
Try using pip3 instead of pip. This will install using the python 3 version of pip.
– Andrew McDowell
Nov 19 at 12:15
1
1
Just execute
pip3 install requests-html
. Note that pip
will install library for Python 2.X, pip3
- for Python 3.X. Libraries installed for specific interpreter version are not accessible for another version– Andersson
Nov 19 at 12:50
Just execute
pip3 install requests-html
. Note that pip
will install library for Python 2.X, pip3
- for Python 3.X. Libraries installed for specific interpreter version are not accessible for another version– Andersson
Nov 19 at 12:50
|
show 1 more comment
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
Philll is a new contributor. Be nice, and check out our Code of Conduct.
Philll is a new contributor. Be nice, and check out our Code of Conduct.
Philll is a new contributor. Be nice, and check out our Code of Conduct.
Philll is a new contributor. Be nice, and check out our Code of Conduct.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f53373999%2fmodulenotfounderror-no-module-named-requests-html%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
1
Do you want to import module in Python 3.X interpreter?
– Andersson
Nov 19 at 11:51
1
i saw here that
request-html
requiresPython >=3.6.0
but in yourmacOS X
image I am seeing that it is going under.../Python/2.7
.– scipsycho
Nov 19 at 11:54
Yeap, i did install the last version of python 3.7.1, and also didnt worked, and the pip version is 18.0.
– Philll
Nov 19 at 12:06
1
Try using pip3 instead of pip. This will install using the python 3 version of pip.
– Andrew McDowell
Nov 19 at 12:15
1
Just execute
pip3 install requests-html
. Note thatpip
will install library for Python 2.X,pip3
- for Python 3.X. Libraries installed for specific interpreter version are not accessible for another version– Andersson
Nov 19 at 12:50