[
CodePudding user response:
You need to make sure you have selected the correct python interpreter (shortcuts "Ctrl shift P" and type "Python: Select Interpreter") which you have installed the packages you want to import.
Or you can reinstall the packages under the python interpreter which you have selected in the VSCode.
