HKUST-Aerial-Robotics / Stereo-RCNN

Code for 'Stereo R-CNN based 3D Object Detection for Autonomous Driving' (CVPR 2019)
MIT License
692 stars 177 forks source link

C:\Users\ahmed\Anaconda2\envs\gp3\lib\site-packages\torch\utils\cpp_extension.py:184: UserWarning: Error checking compiler version for cl: [WinError 2] The system cannot find the file specified warnings.warn('Error checking compiler version for {}: {}'.format(compiler, error)) building 'model._C' extension #63

Open ahmedyahia1060 opened 4 years ago

ahmedyahia1060 commented 4 years ago

this error appears when trying to do this part

cd lib
python setup.py build develop
cd ..
tehreemnaqvi commented 4 years ago

Facing same issue.

How to fix this??