HRNet-Semantic-Segmentation
HRNet-Semantic-Segmentation copied to clipboard
How to solve "subprocess.CalledProcessError: Command '['where', 'cl']' returned non-zero exit status 1." problem whem run train.py?
When I run train.py, it raise "subprocess.CalledProcessError: Command '['where', 'cl']' returned non-zero exit status 1.". How to solve this problem?
Have you solve this problem?
I managed to wolve it by installing Visual C++ compiler. The failure is related with the call to "cl" that is the way you call to compile the c++ libraries. So install it and add to your PATH the route to the cl.exe file