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

wrong in compile #8

Open
h510166404 opened this issue Mar 14, 2019 · 3 comments
Open

wrong in compile #8

h510166404 opened this issue Mar 14, 2019 · 3 comments

Comments

@h510166404
Copy link

: not found make.sh:
: not found make.sh:
: not found: make.sh:
: not found: make.sh:
Warning: Extension name 'utils.cython_bbox' does not match fully qualified name 'lib.utils.cython_bbox' of 'utils/cython_bbox.pyx'
Warning: Extension name 'utils.cython_nms' does not match fully qualified name 'lib.utils.cython_nms' of 'utils/cython_nms.pyx'
usage: setup.py [global_opts] cmd1 [cmd1_opts] [cmd2 [cmd2_opts] ...]
or: setup.py --help [cmd1 cmd2 ...]
or: setup.py --help-commands
or: setup.py cmd --help

not recognized-inplace
: not found: make.sh:
: not found: make.sh:
make.sh: 25: cd: can't cd to model/nms/src
Compiling nms kernels by nvcc...
nvcc warning : The 'compute_20', 'sm_20', and 'sm_21' architectures are deprecated, and may be removed in a future release (Use -Wno-deprecated-gpu-targets to suppress warning).
nvcc fatal : A single input file is required for a non-link phase when an outputfile is specified
make.sh: 28: make.sh: -D: not found
: not found: make.sh:
make.sh: 30: cd: can't cd to ../
': [Errno 2] No such file or directory
: not found: make.sh:
make.sh: 34: cd: can't cd to ../../
make.sh: 35: cd: can't cd to model/roi_pooling/src
Compiling roi pooling kernels by nvcc...
nvcc warning : The 'compute_20', 'sm_20', and 'sm_21' architectures are deprecated, and may be removed in a future release (Use -Wno-deprecated-gpu-targets to suppress warning).
nvcc fatal : A single input file is required for a non-link phase when an outputfile is specified
make.sh: 38: make.sh: -D: not found
make.sh: 39: cd: can't cd to ../
': [Errno 2] No such file or directory
: not found: make.sh:
make.sh: 43: cd: can't cd to ../../
make.sh: 44: cd: can't cd to model/roi_align/src
Compiling roi align kernels by nvcc...
nvcc warning : The 'compute_20', 'sm_20', and 'sm_21' architectures are deprecated, and may be removed in a future release (Use -Wno-deprecated-gpu-targets to suppress warning).
nvcc fatal : A single input file is required for a non-link phase when an outputfile is specified
make.sh: 47: make.sh: -D: not found
make.sh: 48: cd: can't cd to ../
': [Errno 2] No such file or directory
: not found: make.sh:
make.sh: 52: cd: can't cd to ../../
make.sh: 53: cd: can't cd to model/roi_crop/src
Compiling roi crop kernels by nvcc...
nvcc warning : The 'compute_20', 'sm_20', and 'sm_21' architectures are deprecated, and may be removed in a future release (Use -Wno-deprecated-gpu-targets to suppress warning).
nvcc fatal : A single input file is required for a non-link phase when an outputfile is specified
make.sh: 56: make.sh: -D: not found
make.sh: 57: cd: can't cd to ../
': [Errno 2] No such file or directory

@h510166404 h510166404 changed the title wrong in compile,i don't know why wrong in compile Mar 14, 2019
@h510166404
Copy link
Author

with python 3.6+torch 0.4.0/0.4.1(both error)

@Chester-zZz
Copy link

I changed CRLF to LF and it compiled.

@fengqiyunduan
Copy link

I met the same problem when I was compiling another project. Could you please tell me how do you solve it?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants