google-coral / edgetpu-platforms

EdgeTPU support for other platforms, specifically Raspberry Pi Zero
Apache License 2.0
79 stars 11 forks source link

Install script does not install whl file #9

Closed mtuxpe closed 5 years ago

mtuxpe commented 5 years ago

My target hardware is raspberry pi zero w. I am using 1.9.2 release and pi zero w was detected but Python API does not install. I download from https://github.com/google-coral/edgetpu-platforms/releases/download/v1.9.2/edgetpu_api_1.9.2.tar.gz

Python API. WHEEL=$(ls ${SCRIPT_DIR}/edgetpu-*-py3-none-any.whl 2>/dev/null) if [[ $? == 0 ]]; then info "Installing Edge TPU Python API..." sudo python3 -m pip3 install --no-deps "${WHEEL}" info "Done." fi

mtyka commented 5 years ago

I can't reproduce this, what sort of error are you getting ?

mtuxpe commented 5 years ago

I can't reproduce this, what sort of error are you getting ?

No error message. The message info "Installing Edge TPU Python API..." is not printed on console

mtyka commented 5 years ago

I need more information to help debug this, since the script works on my system.

In the meantime you can also use this prebuilt image for raspberry pi 0: https://github.com/google-coral/edgetpu-platforms/releases/download/v1.9.2/rpi0-raspbian-stretch-edgetpu-1.9.2.img.gz