I have installed the pip3 as well as the requests package on my pc. Even then, on running the command import requests on my shell, I am getting the following error:
Traceback (most recent call last):
File "<pyshell#0>", line 1, in <module>
import requests
ModuleNotFoundError: No module named 'requests'
I have to manually copy all the packages to my working directory to tackle this exception.
I am working with Windows 10, using a Python 3.6.1 shell.