PTVS
PTVS copied to clipboard
An unexpected error occured when first creating the conda env.
Describe the bug
Steps to Reproduce
- Create a Python Application.
- 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.)
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 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.
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