Tensorflow installation related

I am writing to seek assistance with an issue I am experiencing with my PYNQ-Z2 board. Despite multiple attempts, I have been unable to successfully install TensorFlow on the board. When I attempt to install TensorFlow using the pip install tensorflow command, I consistently encounter errors stating that this version is not supported on the board. In some cases, I have also faced AttributeErrors, which have left me unable to proceed.

To resolve the issue, I have thoroughly researched and tried various solutions suggested on the PYNQ forum and across multiple online sources. Unfortunately, none of the methods I have tried have yielded a successful outcome.

Given the extensive steps I have already taken, I am now at a point where I require further guidance and support from your team. Could you please provide detailed instructions or alternative solutions to ensure TensorFlow can be installed and utilized effectively on the PYNQ-Z2 board?

Your assistance in resolving this matter would be greatly appreciated, as I am keen to continue my project without further delays.

Thank you for your attention to this issue. I look forward to your prompt response.

Sincerely,

Osama Rahmani

Hi,
Which error do you have for your installation of tensorflow?

I am writing to report an issue I encountered while attempting to install TensorFlow on my PYNQ-Z2 board. I am using Jupyter Notebook on the board, and I attempted to install TensorFlow using the command:

pip install tensorflow

However, I received the following error message:

ERROR: Could not find a version that satisfies the requirement tensorflow (from versions: none
ERROR: No matching distribution found for tensorflow**

It seems that the TensorFlow package is not compatible with my PYNQ-Z2 board or is not available for the board’s architecture.

what should i do ? please guide me for this problem

thank you

Is your board connected to internet?
Have you tried the solutions in this request?
(python - Could not find a version that satisfies the requirement tensorflow - Stack Overflow)