lhelontra / tensorflow-on-arm

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

python3.6 tensorflow1.13 #116

Open YUANCHUANYING opened 2 years ago

YUANCHUANYING commented 2 years ago

hi,when i installed tensorflow1.13,it throwed out this error: "Loading library to get version: libhdf5.so error: libhdf5.so: cannot open shared object file: No such file or directory".after doing some research,i found it was due to the h5py. so i updated its dependency using this command:"sudo apt-get libhdf5-dev",but it comed with this message"it cannot be installed",how can i figure it out? any suggestion would help me a lot.