Closed yy7410 closed 2 years ago
what's your version of cyber_record
, you can use below cmd to find the version of it.
pip3 list | grep cyber_record
the latest version is 0.1.1
which will support _write_file_header_record
, other versions may only support read. You can update the version by.
pip3 install cyber_record --no-deps
by the way, there is a protobuf error with setup.py, you should force install by above cmd, I will fix it asap!
谢谢,升级0.1.1版本解决了错误
Close this ticket based on the comments above. If the problem persists, feel free to reopen it. Thank you.
运行test_write_record.py报错 AttributeError: 'Record' object has no attribute '_write_file_header_record'