Run any cell in any jupyter-notebook in vscode causes an error: Activating Python 3.8.0 64-bit ('myenv': venv) to run Jupyter failed with Error: StdErr from ShellExec, Parameterformat falsch - 850. Vscode recognizes the venv in the terminal. "python.pythonPath": "C:\\Users\\myname\...
In the past it worked well. But since a few days I have a strange behaviour : the terminal execute the command conda activate myenv then just after source /Users/luis/miniforge3/bin/activate reactivating base env. (see in screenshoot) Steps to reproduce: vscode-triage-bot assigned megan...
Type of virtual environment used (N/A | venv | virtualenv | conda | ...): conda Relevant/affected Python packages and their versions: Django version 2.1.3 and its relative dependencies Actual behavior When creating a Django project by following the respective documentation: https://code.visual...
Type of virtual environment used (N/A | venv | virtualenv | conda | ...): venv Relevant/affected Python packages and their versions: N/A Actual behavior Creating a new terminal in a fresh Windows install results in a powershell error PS C:\dev\loadtest> & c:/dev/loadtest/env/Scripts...
I've managed to get it working by adding this in thesettings.json. "python.experiments.optOutFrom": [ "All" ] Before opting out: C:\Users\xxxxx\yyyyy>C:\Users\xxxxx\AppData\Local\Continuum\anaconda3\Scripts\activate .venv Could not find conda environment: .venv You can list all discove...
> ./venv/bin/python ~/.vscode/extensions/ms-python.python-2022.4.1/pythonFiles/linter.py -m flake8 --max-line-length=80 --ignore=F401,F841,E704,E302,E303,W291,W293,W292,W391,E114,E111,E305,W503,W504,E731,E266 ./app.py ...
Python version (& distribution if applicable, e.g. Anaconda): 3.7.3 Type of virtual environment used (N/A | venv | virtualenv | conda | ...): conda Relevant/affected Python packages and their versions: XXX Relevant/affected Python-related VS Code extensions and their versions: XXX ...