Hi, i was trying to install tensorflow and keras libraries on PYNQ board for a university project. I managed to install and run the tensorflow version in the 1st link, but I need the tensorflow version in the 2nd link because this version of tensorflow also includes the keras library. I installed this version of Tensorflow on the board but it gave me the following error. do you know the solution for this error
1st link
wget https://github.com/samjabrahams/tensorflow-on-raspberry-pi/releases/download/v0.9.0/tensorflow-0.9.0-py3-none-any.whl
/usr/bin/python3 -m pip install tensorflow-0.9.0-py3-none-any.whl
2.nd link
wget https://storage.googleapis.com/tensorflow/mac/cpu/tensorflow-1.9.0-py3-none-any.whl
/usr/bin/python3 -m pip install tensorflow-1.9.0-py3-none-any.whl
Terminal image and error images