lhelontra / tensorflow-on-arm

TensorFlow for Arm
MIT License
1.05k stars 274 forks source link

Tensorflow 1.14.0-Buster on Google Coral #109

Open cloudlakecho opened 3 years ago

cloudlakecho commented 3 years ago

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

XDSwang commented 2 years ago

I had the same problem with 2.4 2.0

cloudlakecho commented 2 years ago

I had the same problem with 2.4 2.0

Please, share your solution, thanks.