Compile on window 10
Could anyone pls tell me how to build setup.py on window 10 ?
I had same problem, now trying on Linux with installing Caffe.(I must install Caffe to build the model, right? I hope it works)
why need caffe? @HMCBSJ
Even I'm not able to compile on Windows 10. I would appreciate if you could whether it is possible to compile the code on Windows 10 or should I use Linux.
File "setup.py", line 110, in build_extensions customize_compiler_for_nvcc(self.compiler) File "setup.py", line 83, in customize_compiler_for_nvcc default_compiler_so = self.compiler_so AttributeError: 'MSVCCompiler' object has no attribute 'compiler_so'
Even I'm not able to compile on Windows 10. I would appreciate if you could whether it is possible to compile the code on Windows 10 or should I use Linux.
File "setup.py", line 110, in build_extensions customize_compiler_for_nvcc(self.compiler) File "setup.py", line 83, in customize_compiler_for_nvcc default_compiler_so = self.compiler_so AttributeError: 'MSVCCompiler' object has no attribute 'compiler_so'
bcz .so files are lib files in Linux, this setup only use for Linux , therefore, unless there is a super hero converts this setup to window we should use Linux 😢
why need caffe? @HMCBSJ
I was a bit confused.. Now I am working on it with Linux!