Python 3.6 import requests

Python 3.6 import requests

Run following command on your virtual environment:

sudo pip install requests

Run following command if you have more than one python3.x

python3.6 -m pip install requests

Python 3.6 import requests

If your facing issue with proxy setting then run below command:

pip install requests --proxy http://<username>:password<password>@<IP>:<port>

--proxy     [user:passwd@]proxy.server:port.

Related Posts

Leave a Reply

Your email address will not be published. Required fields are marked *