Closed aw236 closed 6 years ago
Hi @aw236, we do not provide support for building on Windows at this time (see #454, #276 and #25 for discussions that may be helpful). Sorry for the inconvenience.
extra_compile_args=['-Wno-cpp', '-Wno-unused-function', '-std=c99'], to extra_compile_args={'gcc': ['/Qstd=c99']},
This worked for me on Windows
@aw236 , hi , have you solved the problem? i encountered the same situation.
I am trying to install Detectron on my Windows 10 PC with a GTX 1070.
I followed the directions.
DETECTRON=/path/to/clone/detectron
on the make step, I get the following error:
I searched the Internet for:
cl : Command line error D8021 : invalid numeric argument '/Wno-cpp'
.I found a number of solutions:
The solution being:
It did not work because of
TypeError: can only concatenate list (not "dict") to list make:
.Further down in the comments, @TonyNgo1 mentions that he also gets the error and suggests removing the line entirely. It works.
However, I am still unable to
make
Detectron.Any ideas or references?
Operating system: ?
Compiler version: ?
CUDA version: 9.2
cuDNN version: ?
NVIDIA driver version: 398.36
PYTHONPATH
environment variable: ? I do not see an environment variable with this name when I look under my environment variables.python --version
output:Anything else that seems relevant: ?