Can't install pyarmnn on Jetson TX2

I try to install pyarmnn for optimization python code performance on Jetson TX2 with the following command.
pip3 install pyarmmn
But the following error occurred.
ERROR: Could not find a version that satifieds the requirment pyarmnn
ERROR: No matching distribution found for pyarmnn

Could you tell me how can I install pyarmnn on TX2?

Hi,

It’s recommended to check if pyarmnn support Jetson system first.
You will need a package that supports Ubuntu 18.04 and ARM system.

Thanks.

Hi,

 I have install JetPack 4.3 on Jetson TX2. JetPack 4.3 supports Ubuntu 18.04 and ARM system. But JetPack 4.3 doesn't contain pyarmnn Python module.

Hi,

It looks like there is no available pre-built package for pyarmnn.
Please follow this tutorial to create a wheel file on your own:
https://git.mlplatform.org/ml/armnn.git/tree/python/pyarmnn/README.md

Thanks.

Thanks for your great support!

use
https://github.com/ARM-software/Tool-Solutions/tree/master/ml-tool-examples/build-armnn
scripts to build ArmNN library so you can build PyArmNN