Não conseguindo rodar nenhum códio nem importar bibliotecas no meu vscode. Aparece a seguinte mensagem de erro:
[{
"resource": "/c:/Users/Gamer/Desktop/DATA_SCIENCE/ALURA/Estatística com Python/Estatística Python 1 - estat descritiva/Análise_Descritiva.ipynb",
"owner": "_generated_diagnostic_collection_name_#2",
"code": {
"value": "reportMissingModuleSource",
"target": {
"$mid": 1,
"external": "https://github.com/microsoft/pyright/blob/main/docs/configuration.md#reportMissingModuleSource",
"path": "/microsoft/pyright/blob/main/docs/configuration.md",
"scheme": "https",
"authority": "github.com",
"fragment": "reportMissingModuleSource"
}
},
"severity": 4,
"message": "Import \"pandas\" could not be resolved from source",
"source": "Pylance",
"startLineNumber": 1,
"startColumn": 8,
"endLineNumber": 1,
"endColumn": 14
}]
Tentei usar o pip install das bibliotecas no temrinal mas mesmo assim não resolveu. O que posso fazer?