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
- Using grep in python
- Python -Intersection of multiple lists?
- algorithm – Uniform Cost Search in Python
- Install Python package: Package missing in current win-64 channels
- OSError: [WinError 10022] An invalid argument was supplied – Windows 10 Python
- Difference between Pythons Generators and Iterators