RuntimeError: cannot dereference null pointer from cdata 'float *

@PariksheetPinjari909 I have tried running from_darknet.py with yolov3 and meet the same problem:

RuntimeError: cannot dereference null pointer from cdata ‘float *’

I download libdarknet.so from darknet master branch, because the .so in https://github.com/siju-samuel/darknet does not work for the latest version of tvm. How can I fix the problem?