Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

VS Code error: Could not find C:\Program Files (x86)\Microsoft Visual Studio\Installer\vswhere.exe

I'm getting this error trying to pip install scikit, seaborn, matplotlib, etc.

I've checked the location and these folders don't exist (Microsoft Visual Studio\Installer).

I reinstalled VS Code with no luck. Where and how do I get this vswhere.exe file to debug this and install scikit, matplotlib, seaborn, etc.?

Any guidance is greatly appreciated.

like image 409
bovercome Avatar asked Oct 31 '25 14:10

bovercome


1 Answers

The error you're encountering is likely due to a missing or improperly configured C++ build tools on your system, which are required for building some Python packages from source.

You can download Microsoft Build Tools for Visual Studio from the official Microsoft website. During installation, make sure to select the "C++ build tools" workload

like image 148
MingJie-MSFT Avatar answered Nov 03 '25 18:11

MingJie-MSFT



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!