PTVS icon indicating copy to clipboard operation
PTVS copied to clipboard

An unexpected error occured when first creating the conda env.

Open ttSpace opened this issue 1 year ago • 3 comments

Describe the bug

image

Steps to Reproduce

  1. Create a Python Application.
  2. Create a conda environment. (Install Anaconda (downloads at https://www.anaconda.com/download/) if no Anaconda )

Expected behavior

No error was reported.

Additional context and screenshots

An unexpected error occured. (Note: Only repro when first created.)

image

ttSpace avatar Jun 08 '23 06:06 ttSpace

I was not able to repro this with the latest VS after re-installing anaconda. Does this happen for you sporadically or consistently? If you're still able to repro, can you share a gif of the repro steps? Thanks.

StellaHuang95 avatar Aug 24 '23 00:08 StellaHuang95

@StellaHuang95 I can not repro in today's build 17.8.0 Preview 2.0 [34024.214.main], This problem happens sporadically and only when creating the conda environment for the first time.

conda_env

ttSpace avatar Aug 25 '23 05:08 ttSpace

I can repro this issue on today's build:17.8.0 Preview 2.0 [34107.281.d17.8],Python Package:17.0.23237.1 repro steps: 1.Create a new python app 2.Create a conda environment and install python=3.7 numpy Pandas matplotlib condaerror

linette-zyy avatar Sep 08 '23 06:09 linette-zyy