<< return to Vizycam.com

Error in Pet Companion

I think this is related to the " Object Detector App not loading (libhdfs.so error)" thread, but I’m not sure.

The Pet Companion example is generating the following error:

2023-02-13 18:04:22.049298: E tensorflow/core/platform/hadoop/hadoop_file_system.cc:132] HadoopFileSystem load error: libhdfs.so: cannot open shared object file: No such file or directory

Hello,
It’s a benign error that’s expected when importing TensorFlow, even though it looks somewhat serious. We aren’t using the HFS for TensorFlow.

Edward

Thanks for the clarification.