ERROR: Command errored out with exit status 128: git clone -q https://github.com/philferriere/cocoapi.git 'C:UsersYANGAppDataLocalTemppip-req-build-tbyaa9iq' Check the logs for full command output.
将github网页中的http:// 或https:// 换成git://
将pip install git+https://github.com/philferriere/cocoapi.git#subdirectory=PythonAPI换成pip install git+git://github.com/philferriere/cocoapi.git#subdirectory=PythonAPI