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
Right click Python Environments -> Add Environment -> Conda environment
Add the Python 3.10 package, shown below:
This is due to the following bug in conda: conda/conda#11072
One workaround is to run conda run -n <env> --no-capture-output --live-stream python <debugpy> instead of calling the conda python.exe directly, but it looks like there's another fix from the conda team.
Another easier workaround is to install a more recent version of zlib in that conda environment. See conda/conda#11072 (comment) in the issue above.
The text was updated successfully, but these errors were encountered:
Repro steps:
Python 3.10
package, shown below:This is due to the following bug in conda: conda/conda#11072
One workaround is to run
conda run -n <env> --no-capture-output --live-stream python <debugpy>
instead of calling the conda python.exe directly, but it looks like there's another fix from the conda team.Another easier workaround is to install a more recent version of zlib in that conda environment. See conda/conda#11072 (comment) in the issue above.
The text was updated successfully, but these errors were encountered: