Iterative-Visual-Reasoning.pytorch icon indicating copy to clipboard operation
Iterative-Visual-Reasoning.pytorch copied to clipboard

A problem occurrd when compiling

Open fengqiyunduan opened this issue 6 years ago • 0 comments

Thank you for your work! Your work helps a lot. I met a problem when excuting the command of "sh make.sh". I tried to fix it but failed. Could you please help me to sovle this problem? ######################################## francis@amax:~/github/Iterative-Visual-Reasoning.pytorch/lib$ sh make.sh : not found make.sh: : not found make.sh: 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: 15: cd: can't cd to roi_pooling/src Compiling roi pooling kernels by nvcc... make.sh: 17: make.sh: nvcc: not found make.sh: 18: make.sh: -D: not found make.sh: 19: cd: can't cd to ../ ': [Errno 2] No such file or directory : not found: make.sh: : not found: make.sh: make.sh: 24: cd: can't cd to ../ make.sh: 25: cd: can't cd to roi_align/src/cuda Compiling roi align kernels by nvcc... make.sh: 27: make.sh: nvcc: not found : not found: make.sh: make.sh: 30: cd: can't cd to ../../ ########################################## with python 2.7 ,torch 1.0.1.post2 Thank you !

fengqiyunduan avatar Apr 17 '19 07:04 fengqiyunduan