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
I have a new laptop, and followed the instructions to set up a Windows development environment using Visual Studio Build Tools 2022.
The conda environment that gets created puts a file in the conda environment: \envs\pandas-dev\etc\conda\activate.d\ called vs2019_compiler_vars.bat but that script doesn't recognize that VS BT 2022 is installed.
I'm not sure where that file comes from - I'm guessing its the c-compiler or cxx-compiler package in the environment?
The docs were updated by @natmokval in #50144 but I'm wondering if this was ever tested.