python ImportError: No module named requests

preview_player
Показать описание
python ImportError: No module named requests
sudo apt-get install python-requests
sudo pip install requests
Please Like this Page to get Latest Python, Machine Learning and Artificial intelligence Tutorials

If you enjoy these videos and would like to support my channel, I would greatly appreciate any assistance.
Рекомендации по теме
Комментарии
Автор

Im still getting the same "Import error: no module named requests" afer following all the steps mentioned by you.

TheNagaReviewer
Автор

It gives syntax error for all options you discussed for getting requests

taruchitgoyal
Автор

it shows requests installed but while running in IDE it shows same error

OOOAjayPrakashK
Автор

import CliRunner error for python on ubuntu how to fix it

PraveenKumar-jrns
Автор

I always get this error apt-get command not found. How do I solve this problem?

Berghiker
Автор

Unable to locate package python-requests

partha
Автор

pip install works
after downloading pip

alibaba
Автор

Try pip3 instead of pip for all the commands he listed

xavierodonoghue
Автор

>>> sudo pip install requests
SyntaxError: invalid syntax
>>> sudo apt-get install python-requests
SyntaxError: invalid syntax

vijaykumargullapalyam