The integrated terminal of vscode does something to the PATH variable, with the effect of placing anaconda at the end of the path. Therefore the python version used by the terminal wont be the anaconda one.
There is a workaround, taken from this github issue:
This entry has to be added to the settings.json file:
The integrated terminal of vscode does something to the PATH variable, with the effect of placing anaconda at the end of the path. Therefore the python version used by the terminal wont be the anaconda one.
There is a workaround, taken from this github issue: This entry has to be added to the
settings.json
file: