google-coral / libedgetpu

Source code for the userspace level runtime driver for Coral.ai devices.
Apache License 2.0
179 stars 60 forks source link

Ubuntu 21.04 on Raspberry Pi 4 #21

Closed BernardinD closed 3 years ago

BernardinD commented 3 years ago

I've been unable to run the edgetpu lib on my RPi running Ubuntu 21.04. It is an ARMv8 aach64 OS which should be compatible but when I try to run a project that links to the edgetpu library I still get the unresolved custom op error. I've also tried running Namburger's minimal example, that I've gotten to work on ARMv7, on this Ubuntu 21.04 and it also got the same error. Any suggestions / advice?

manoj7410 commented 3 years ago

@BernardinD Are there any steps that you can share to reproduce this issue ? What is the python3version that you are working with? Can you also share the detailed error including the command that you executed ?

dmitriykovalev commented 3 years ago

Please add more details as @manoj7410 suggested, closing this for now.