I have created a virtual environment in VSCode on mac os.
I have pip installed 'requests' module in the virtual environment. The environment is activated. When I import the requests module in my program, it gives the required output but it shows a problem that - "Unresolved import error".
I have attached a screenshot that shows the exact problem. You can also see that output is generated and the module is installed in the virtual environment folder.
Please help.