io icon indicating copy to clipboard operation
io copied to clipboard

importing tensorflow-io after fsspec crashes

Open ophiry opened this issue 6 years ago • 2 comments

the other way around work (at least doesn't crash)

fsspec version 0.6.1 tensorflow-io 0.10.0

import fsspec
import tensorflow_io
[libprotobuf ERROR external/com_google_protobuf/src/google/protobuf/descriptor_database.cc:172] Symbol name "proto3.proto3" conflicts with the existing symbol "proto3.proto3".
[libprotobuf FATAL external/com_google_protobuf/src/google/protobuf/descriptor.cc:1367] CHECK failed: GeneratedDatabase()->Add(encoded_file_descriptor, size): 
libc++abi.dylib: terminating with uncaught exception of type google::protobuf::FatalException: CHECK failed: GeneratedDatabase()->Add(encoded_file_descriptor, size): 
Process finished with exit code 134 (interrupted by signal 6: SIGABRT)

ophiry avatar Dec 15 '19 05:12 ophiry

Any updates are here?

fuhailin avatar Nov 12 '21 07:11 fuhailin

@ophiry @fuhailin the import errors should be fixed with the latest stable release of tensorflow_io. Please give it a try and let us know.

kvignesh1420 avatar Nov 12 '21 08:11 kvignesh1420