R2CNN-Plus-Plus_Tensorflow icon indicating copy to clipboard operation
R2CNN-Plus-Plus_Tensorflow copied to clipboard

Compile on window 10

Open QuanNguyen94 opened this issue 6 years ago • 5 comments

Could anyone pls tell me how to build setup.py on window 10 ?

QuanNguyen94 avatar Oct 16 '19 07:10 QuanNguyen94

I had same problem, now trying on Linux with installing Caffe.(I must install Caffe to build the model, right? I hope it works)

HMCBSJ avatar Oct 24 '19 09:10 HMCBSJ

why need caffe? @HMCBSJ

yangxue0827 avatar Oct 24 '19 09:10 yangxue0827

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'

SumanthReddyKaliki avatar Oct 27 '19 21:10 SumanthReddyKaliki

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 😢

QuanNguyen94 avatar Oct 29 '19 03:10 QuanNguyen94

why need caffe? @HMCBSJ

I was a bit confused.. Now I am working on it with Linux!

HMCBSJ avatar Nov 04 '19 09:11 HMCBSJ