thtrieu / darkflow

Translate darknet to tensorflow. Load trained weights, retrain/fine-tune using tensorflow, export constant graph def to mobile devices
GNU General Public License v3.0
6.13k stars 2.08k forks source link

Error while using python setup.py build_ext --inplace #1137

Open darius-luca-tech opened 4 years ago

darius-luca-tech commented 4 years ago
c:\users\user\appdata\local\programs\python\python37\include\pyconfig.h(59): fatal error C1083: Cannot open include file: 'io.h': No such file or directory
error: command 'C:\\Program Files (x86)\\Microsoft Visual Studio\\2019\\BuildTools\\VC\\Tools\\MSVC\\14.24.28314\\bin\\HostX86\\x64\\cl.exe' failed with exit status 2 

How should i fix it? I installed windows sdk c++ and i installed it on the visual studio too.

Best Regards

Urviagrawal commented 4 years ago

Hello @darius-luca-tech, I was facing a similar problem but it was solved after I modified Desktop development with C++ in Visual Studio Do follow the steps given in the below link. https://stackoverflow.com/questions/40018405/cannot-open-include-file-io-h-no-such-file-or-directory

I hope this solves your problem

darius-luca-tech commented 4 years ago

Already solved, but thanks

mie., 18 mar. 2020, 13:54 Urvi Agrawal notifications@github.com a scris:

Hello @darius-luca-tech https://github.com/darius-luca-tech, I was facing a similar problem but it was solved after I modified Desktop development with C++ Do follow the steps given in the below link.

https://stackoverflow.com/questions/40018405/cannot-open-include-file-io-h-no-such-file-or-directory

I hope this solves your problem

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/thtrieu/darkflow/issues/1137#issuecomment-600579962, or unsubscribe https://github.com/notifications/unsubscribe-auth/AMVAXAI2HS45KXQRDBCOUI3RICZAJANCNFSM4KR4ZEHA .