You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
when using the no-config debugger recently released in version 1.97.2, i can't get the debugger working with conda env.
it keeps using the default base env:
in the debug console, i check for the current env:
@Chuong98CC Can you share what binaries you have in the conda environment? If I remember correctly, debugpy command tries to run python3, it assumes that environment managers add python3 in the environment. My guess is that the environment has only python executable.
> conda run -n <envname> python -c "import sys; print(sys.executable)"
It should print eh path to the executable (similar to the script in your comment above). go to the directory containing the executable, and run ls | grep python
when using the no-config debugger recently released in version 1.97.2, i can't get the debugger working with conda env.
it keeps using the default base env:
in the debug console, i check for the current env:
my conda env is settup using python select intepretter, and in terminal, it automatically select the correct env, but not with debugpy
Here are the other screenshots that I tried all the recommended setting found on the wiki page
The text was updated successfully, but these errors were encountered: