Closed ssepulveda closed 5 years ago
Hmm, i'm not sure, i've never tried it on a STM32MP1-DK2. Possible you may have to rename the .so files in /usr/lib/python3.5/site-packages/edgetpu/swig/ on that platform.
I'm having the same issue on a non-raspi distro / device.
=> undefined symbol: _ZN6google14FlagRegistererC1EPKcS2_S2_S2PvS3
module is being found & loaded just fine but it fails to run... looks like a dependency is not met.
could we get a list of dependencies when installing on a custom distro? thanks.
I had python3.7 (built mendel from master branch) so I did:
cd /usr/lib/python3/dist-packages/edgetpu/swig/ sudo ln -s _edgetpu_cpp_wrapper.cpython-35m-aarch64-linux-gnu.so _edgetpu_cpp_wrapper.cpython-37m-aarch64-linux-gnu.so
I'm trying to run Coral USB accelerator on a STM32MP1-DK2 (this is an ARM32v7 device). I'm following script from https://github.com/google-coral/edgetpu-platforms/releases/tag/v1.9.2 for a RPi Zero and got the following error when trying to run classify_image.py demo:
Any ideas ?