I am trying to install darkflow using Anaconda Prompt. I installed Microsoft Visual Studio 2015. However, when I type
python setup.py build_ext --inplace
It displays the following message:
running build_ext
building 'darkflow.cython_utils.nms' extension
error: [WinError 3] The system cannot find the path specified: 'C:\\Program File
s (x86)\\Microsoft Visual Studio 14.0\\VC\\PlatformSDK\\lib'
I installed the corresponding Visual Studio SDK from: https://my.visualstudio.com/Downloads?q=visual%20studio%202015 However, it keeps displaying the same error and it appears that the file "Platform SDK" is still not installed, any idea how to fix that?
Cheers!