I can install modules, such as the 'requests' module. However, if I try and import them, python tells me it's missing. I can use native modules such as the json module, however.
I tried to install and import third-party modules in python on visualstudio code, but I'm stuck trying to figure out how to import them.