"No one is harder on a talented person than the person themselves" - Linda Wilkinson ; "Trust your guts and don't follow the herd" ; "Validate direction not destination" ;

May 08, 2020

Error - 'protoc' is not recognized as an internal or external command - Windows 10


Platform - Windows 10
Step 1 - Download protoc-3.2.0-windows-x86_64.exe from https://repo1.maven.org/maven2/com/google/protobuf/protoc/3.2.0/
Step 2 - Rename protoc-3.2.0-windows-x86_64.exe to protoc.exe
Step 3 - Copy it to C:\Windows\System32
For pycocotools setup
Step 1 - First install Visual C++ 2015 Build Tools from https://go.microsoft.com/fwlink/?LinkId=691126 with default selection.
Step 2 - pip install git+https://github.com/philferriere/cocoapi.git#egg=pycocotools^&subdirectory=PythonAPI
pip install pycocotools-win
view raw Steps.txt hosted with ❤ by GitHub
Happy Learning!!!

No comments: