SiamMask icon indicating copy to clipboard operation
SiamMask copied to clipboard

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

Open jfkuang opened this issue 4 years ago • 2 comments

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

jfkuang avatar Sep 18 '20 14:09 jfkuang

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: https://github.com/rapidsai/cuml/issues/2389

humeranoor avatar Sep 23 '20 15:09 humeranoor

@humeranoor thx very much !

EchoAmor avatar Oct 13 '20 08:10 EchoAmor