News

Hi @kunrii 👋 Please set python.logging.level to debug, activate python extension, create the venv in your workspace folder, select it and provide the logs: Output for Python in the Output panel (View ...
I'm creating the venv externally from vscode (python -m venv .venv), as i did multiple times on another macbook i no longer have, and when opening the project folder (containing .venv) through vscode ...
Python virtual environments shine for keeping projects and conflicting packages separate. Just keep these dos and don’ts in mind.