lhelontra / tensorflow-on-arm

TensorFlow for Arm

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Tensorflow 1.14.0-Buster on Google Coral

cloudlakecho opened this issue · comments

I try to install Tensorflow 1.14.0 on Google Coral. I followed the instruction by Nam Vu:

$ wget https://github.com/lhelontra/tensorflow-on-arm/releases/download/v1.14.0-buster/tensorflow-1.14.0-cp37-none-linux_aarch64.whl
$ sudo apt-get install -y python3-dev libhdf5-dev python3-h5py
$ sudo pip3 install tensorflow-1.14.0-cp37-none-linux_aarch64.whl

During installation, the process stuck at "Building wheels for collected package: wrapt, termcolor, grpcio", especially at "Running setup.py bdist_wheel for grpcio".

Is there any pre step I missed? I installed many other tools including Numpy before this.

Any suggestion will be appreciated, thanks.

   SW: Tensorflow 1.14.0 - Buster
   HW: Google Coral

I had the same problem with 2.4 2.0

I had the same problem with 2.4 2.0

Please, share your solution, thanks.