csuhan / ReDet

Official code of the paper "ReDet: A Rotation-Equivariant Detector for Aerial Object Detection" (CVPR 2021)
https://redet.csuhan.com
Apache License 2.0
395 stars 77 forks source link

ninja: error: build.ninja:3: lexing error #171

Open yuan-kai-design opened 2 years ago

yuan-kai-design commented 2 years ago

ase\build.ninja... Compiling objects... Allowing ninja to set a default number of workers... (overridable by setting the environment variable MAX_JOBS=N) ninja: error: build.ninja:3: lexing error

Traceback (most recent call last): File "E:\anaconda3_python38\envs\mmdet\lib\site-packages\torch\utils\cpp_extension.py", line 1667, in _run_ninja_build subprocess.run( File "E:\anaconda3_python38\envs\mmdet\lib\subprocess.py", line 516, in run raise CalledProcessError(retcode, process.args, subprocess.CalledProcessError: Command '['ninja', '-v']' returned non-zero exit status 1. I want to know how to solve this problem

meixiangzhang commented 1 year ago

I have encountered the same problem. Have you resolved it? How did it solve it? Thank you!