Git Product home page Git Product logo

Comments (2)

knorth55 avatar knorth55 commented on June 7, 2024

did you install python3-edgetpu?
it seems you install edgetpu with sudo pip or something because it is installed in /usr/local/lib/python3.8.

please follow the step written in readme.
https://github.com/jsk-ros-pkg/coral_usb_ros#edge-tpu-dependencies-installation

if you install apt-get install python3-edgetpu, edgetpu package can be found in /usr/lib/python3.
you can check the correct python installation in docker image jskrobotics/coral_usb_ros:noetic-latest.

$ docker run -it jskrobotics/coral_usb_ros:noetic-latest /bin/bash
root@b13ebf43a2b2:/# cd /usr/lib/python3/dist-packages/edgetpu/swig/
root@b13ebf43a2b2:/usr/lib/python3/dist-packages/edgetpu/swig# ls
__init__.py
_edgetpu_cpp_wrapper.cpython-35m-x86_64-linux-gnu.so
_edgetpu_cpp_wrapper.cpython-36m-x86_64-linux-gnu.so
_edgetpu_cpp_wrapper.cpython-37m-x86_64-linux-gnu.so
_edgetpu_cpp_wrapper.cpython-38-x86_64-linux-gnu.so
edgetpu_cpp_wrapper.py

from coral_usb_ros.

joeuser846 avatar joeuser846 commented on June 7, 2024

Thanks for your help again. I discovered that the library was installed in the correct place but wasn't being found. I fixed it by extending PYTHONPATH to include that directory. Then I got two more missing library errors that I fixed with:

sudo apt install ros-noetic-jsk-topic-tools
sudo apt install ros-noetic-jsk-recognition-msgs

I'm not sure how my system got into that state, but it's working now. Perhaps it happened because I followed the instructions on the Coral site for setup before finding your repo?

from coral_usb_ros.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.