I wrote the cilf file and cpp file, but I can't import this file, do I need to compile it?, how to link python and C++? <img width="287" alt="image" src="https://github.com/google/clif/assets/15654389/f84885ca-450d-4edc-9252-3d19ee4eea55"> ` from third_party.nucleus.io.python import tfrecord_reader ImportError: cannot import name 'tfrecord_reader' from 'third_party.nucleus.io.python' `
I wrote the cilf file and cpp file, but I can't import this file,
do I need to compile it?, how to link python and C++?
from third_party.nucleus.io.python import tfrecord_reader ImportError: cannot import name 'tfrecord_reader' from 'third_party.nucleus.io.python'