-1

While executing the setup.py for TensorFlow code to run darknet, I run into error regarding Microsoft Visual C++ edition.

Command:

C:\Users\usename\Desktop\Dark\darkflow>python setup.py build_ext --inplace

Output:

running build_ext
building 'darkflow.cython_utils.nms' extension
error: Microsoft Visual C++ 14.0 is required. Get it with "Microsoft Visual C++ Build Tools": http://landinghub.visualstudio.com/visual-cpp-build-tools
pragmaticprog
  • 550
  • 2
  • 15
Amar Desai
  • 77
  • 3
  • 13

1 Answers1

1

Solved this after installing Visual Studio 14 build tool Link to download visualstudiobuildtool

Amar Desai
  • 77
  • 3
  • 13