skip to Main Content

Visual Studio Code – I have installed all the python libraries i want to use in the vscode terminal but when i call to import, it won't work

[{ "resource": "/d:/Users/Home/Desktop/Python/estudos/pratices.py", "owner": "_generated_diagnostic_collection_name_#0", "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,…

VIEW QUESTION

Install pip for new python version – Ubuntu

I installed Python3.11 which is located usr/local/bin/python3, which came without pip. The old Python3.10 was located in usr/bin/python3. I tried to install pip with sudo apt-install python3-pip, but it seems to be attached to the old Python3.10. If I check…

VIEW QUESTION
Back To Top
Search