microsoft / VoTT

Visual Object Tagging Tool: An electron app for building end to end Object Detection Models from Images and Videos.
MIT License
4.28k stars 834 forks source link

Could not load the Visual C++ component "VCBuild.exe" #924

Open pkg01 opened 4 years ago

pkg01 commented 4 years ago

Describe the bug Getting, Could not load the Visual C++ component "VCBuild.exe" on npm ci.

To Reproduce Steps to reproduce the behavior:

  1. Clone the repo.
  2. Run "npm ci"
  3. See error the error "Build Failed" MSBUILD : error MSB3428: Could not load the Visual C++ component "VCBuild.exe". To fix this, 1) install the .NET Framework 2.0 SDK, 2) install Microsoft Visual Studio 2005
    or 3) add the location of the component to the system path if it is installed elsewhere.

Expected behavior Build Success.

Desktop (please complete the following information):

d4rkspir1t commented 4 years ago

Hey, I have the same issue when running "npm ci" while following their installation guide. I'm on... Desktop (please complete the following information): OS: Ubuntu 16.04 NPM: 6.12.1 Node: v12.13.1