No module named 'pycoral.pybind._pywrap_coral' (aarch64, debian bullseye, python 3.9)

See original GitHub issue

Hello folks! So, I have the following system

debian bullseye
python 3.9
architecture aarch64 (arm64 or armv8)

after some time struggling, I compiled manually and generated the both tflite and pycoral for my board, installed them both and I’m trying to follow https://coral.ai/docs/m2/get-started/#4-run-a-model-on-the-edge-tpu But I’m facing the following problem ModuleNotFoundError: No module named 'pycoral.pybind._pywrap_coral'

I have no Idea what I did wrong. do you guys know?

Issue Analytics

  • State:closed
  • Created 2 years ago
  • Comments:16 (3 by maintainers)

github_iconTop GitHub Comments

13reactions
abelhouchatcommented, May 1, 2021

I ran into a similar issue with pycoral. I believe it’s because classify_image.py is confusing the pycoral package with the pycoral folder. I was able to resolve it by renaming the pycoral folder to something else.

6reactions
hjonnalacommented, Jul 19, 2021

The issue(No module named ‘pycoral.pybind._pywrap_coral’) can be resolved using the whl files from this source : https://github.com/google-coral/pycoral/releases for python vesrions 3.5 - 3.8.

Read more comments on GitHub >

github_iconTop Results From Across the Web

"No module named pybind11" after installing pybind11
I tested it on Linux Mint 19.3 (based on Ubuntu 18.04) sudo pip3.7 install -U pybind11 and python3.7 -m pybind11 --includes and it...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found