Python setup.py install

error: Setup script exited with error: Microsoft Visual C++ 14.0 is required. Ge
t it with “Microsoft Visual C++ Build Tools”: https://visualstudio.microsoft.com
/downloads/
what can I do ???

1 Like

Follow the error message’s suggestion:

  • Visit https://visualstudio.microsoft.com/downloads/
  • Download “Build Tools for Visual Studio 2019” (it’s under the collapsed “Tools for Visual Studio 2019” part so you need to expand that section first).
  • Launch the installer, select “Python Development” (something like that) and install.
1 Like