-
Notifications
You must be signed in to change notification settings - Fork 231
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
"pip install git+https://github.com/philferriere/cocoapi.git#subdirectory=PythonAPI" execution failed #3
Comments
I think you don't have visual c++ build tools installed. make sure to install this as specified in the video and the pycocotools repo. |
(MaskRCNN) C:\Users\10\Documents>pip install git+https://github.com/philferriere/cocoapi.git#subdirectory=PythonAPI
|
Hi,@Markjay
I run "pip install git+https://github.com/philferriere/cocoapi.git#subdirectory=PythonAPI", but
the command execution failed, and the following error message occurred at the end of execution.
Finished generating code
LINK : fatal error LNK1158: cannot run 'rc.exe'
error: command 'C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\BIN\x86_amd64\link.exe' failed with exit status 1158
Command "c:\users\12619\anaconda3\envs\tensorflow-cpu\python.exe -u -c "import setuptools, tokenize;file='C:\Users\12619\AppData\Local\Temp\pip-weuwij12-build\PythonAPI\setup.py';f=getattr(tokenize, 'open', open)(file);code=f.read().replace('\r\n', '\n');f.close();exec(compile(code, file, 'exec'))" install --record C:\Users\12619\AppData\Local\Temp\pip-x5_h_so2-record\install-record.txt --single-version-externally-managed --compile" failed with error code 1 in C:\Users\12619\AppData\Local\Temp\pip-weuwij12-build\PythonAPI
Please help me find out what causes and how to correct it, thank you.
The text was updated successfully, but these errors were encountered: