tensorflow: TF Lite wheel is not supported on platform including ARMv7 and python 3.6.5

@tensorflow/micro

System information

I downloaded the wheel described above from Tensorflow’s website and followed the guidelines doing so because the processor is of the ARMv7 type and because the installed python version is 3.6.5. I transferred the wheel from my local computer to the hardware over SSH. Now running pip3 install tflite_runtime-2.1.0.post1-cp36-cp36m-linux_armv71.whl gives me the following error message: tflite_runtime-2.1.0.post1-cp36-cp36m-linux_armv71.wh is not a supported wheel on this platform.

Why is that? As far as I know, the hardware and software answers to all requirements set out to be able to install this particular wheel.

About this issue

  • Original URL
  • State: closed
  • Created 4 years ago
  • Comments: 40 (14 by maintainers)

Most upvoted comments

You can use tflite literpreter with https://www.tensorflow.org/lite/guide/python which install tflite_runtime package. I think you’re using multiple Python versions. Two things worths to try.

  1. Please don’t use root account for your development. You’d better have a dev account.
  2. In your dev account, try to use Python virtual environment to use a specific Python version. https://www.tensorflow.org/install/pip#2.-create-a-virtual-environment-recommended