sample-apps-for-robotics-platforms
sample-apps-for-robotics-platforms copied to clipboard
Unable to Install TensorFlow-1.13.1 on qrb5165-rb5 (Linux Kernel 4.x)
I encountered an issue while attempting to follow the README instructions for setting up ROS-TFLite on the qrb5165-rb5 platform with Linux Kernel 4.x. Specifically, I faced difficulties during the "3 Install the TensorFlow" step. When executing the following command:
cd /data
wget https://github.com/lhelontra/tensorflow-on-arm/releases/download/v1.13.1/tensorflow-1.13.1-cp27-none-linux_aarch64.whl
pip install tensorflow-1.13.1-cp27-none-linux_aarch64.whl
Steps to Reproduce:
Followed the README instructions for ROS-TFLite on qrb5165-rb5 with Linux Kernel 4.x. Reached the "3 Install the TensorFlow" step. Attempted to execute the following command:
cd /data
wget https://github.com/lhelontra/tensorflow-on-arm/releases/download/v1.13.1/tensorflow-1.13.1-cp27-none-linux_aarch64.whl
pip install tensorflow-1.13.1-cp27-none-linux_aarch64.whl
Expected Behavior: Installation of TensorFlow-1.13.1 should proceed without errors.
Actual Behavior: Received the following output:
WARNING: Requirement 'tensorflow-1.13.1-cp27-none-linux_aarch64.whl' looks like a filename, but the file does not exist
ERROR: tensorflow-1.13.1-cp27-none-linux_aarch64.whl is not a supported wheel on this platform.
Additional Information:
Seeking guidance on what might have been done incorrectly during the installation process. Environment:
Operating System: Linux Kernel 4.x Hardware: qrb5165-rb5
Notes:
It appears that there might be an issue with the TensorFlow wheel file or the compatibility with the platform. Any assistance in resolving this would be appreciated.