Closed cvJie closed 3 years ago
You should compile C code.
run python setup.py develop
in the project directory or python setup.py develop --no-deps
You should compile C code.
run
python setup.py develop
in the project directory orpython setup.py develop --no-deps
I run the file but report an error " RuntimeError: Error compiling objects for extension " could you help me, thanks
I can't import _C,and can't find _C in fcos_sore,so i change it to import _C from ._utils,but it still error. can you give me some advices?
code from :
from ._utils import _C
from fcos_core import _C to: from ._utils import _C
from fcos_core import _C