py-faster-rcnn icon indicating copy to clipboard operation
py-faster-rcnn copied to clipboard

Cannot build the Cython modules

Open owensiuman opened this issue 7 years ago • 2 comments

Why I cannot build the Cython modules, just like the following. Thank you.

Last login: Tue Mar 13 02:27:27 on ttys000 shandeMacBook-Air:~ shan$ /Users/shan/FRCN/lib -bash: /Users/shan/FRCN/lib: is a directory shandeMacBook-Air:~ shan$ make make: *** No targets specified and no makefile found. Stop.

owensiuman avatar Mar 13 '18 05:03 owensiuman

you just do know what command lines you typed meaning. You did not enter lib folder.

You have to change directory to lib folder, then use make to compile.

zchrissirhcz avatar Apr 07 '18 21:04 zchrissirhcz

I have changed the directory to a lib folder and this problem still occurs

Dylan404-gif avatar Nov 04 '23 13:11 Dylan404-gif