foolwood/SiamMask

TypeError: create_target_machine() got an unexpected keyword argument 'jitdebug'

jfkuang opened this issue · 2 comments

TypeError: create_target_machine() got an unexpected keyword argument 'jitdebug'

Did your issue resolve? I solved same problem by downgrading llvmlite from 0.33.0rc1 to 0.32.1
pip install -U llvmlite==0.32.1
Got the solution from here: rapidsai/cuml#2389

@humeranoor thx very much !