Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Compile on window 10 #40

Open
QuanNguyen94 opened this issue Oct 16, 2019 · 5 comments
Open

Compile on window 10 #40

QuanNguyen94 opened this issue Oct 16, 2019 · 5 comments
Labels
help wanted Extra attention is needed

Comments

@QuanNguyen94
Copy link

QuanNguyen94 commented Oct 16, 2019

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

@yangxue0827 yangxue0827 added the help wanted Extra attention is needed label Oct 23, 2019
@HMCBSJ
Copy link

HMCBSJ commented Oct 24, 2019

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

@yangxue0827
Copy link
Member

why need caffe? @HMCBSJ

@SumanthReddyKaliki
Copy link

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'

@QuanNguyen94
Copy link
Author

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 😢

@HMCBSJ
Copy link

HMCBSJ commented Nov 4, 2019

why need caffe? @HMCBSJ

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

4 participants