ARM-software / armnn

Arm NN ML Software. The code here is a read-only mirror of https://review.mlplatform.org/admin/repos/ml/armnn
https://developer.arm.com/products/processors/machine-learning/arm-nn
MIT License
1.14k stars 307 forks source link

Errors from Building PyARMNN #664

Closed silver2row closed 2 years ago

silver2row commented 2 years ago

Hello,

There are errors that I see in older yet up-to-date issues in this github repo.


src/pyarmnn/_generated/armnn_wrap.cpp:2951:10: fatal error: ProfilingGuid.hpp: No such file or directory
 2951 | #include "ProfilingGuid.hpp"
      |          ^~~~~~~~~~~~~~~~~~~
compilation terminated.

I set up my .bashrc to handle the export of each file/dir. and still I have been unable to do anything about this error.


export SWIG_EXECUTABLE=/usr/bin/swig4.0
export ARMNN_INCLUDE=/home/debian/ARMN_NN/armnn/include:/home/debian/ARMN_NN/armnn/profiling/common/include
export ARMNN_LIB=/usr/local/lib

Seth

P.S. I am on a aarch64 SBC now trying to install and pyarmnn.

silver2row commented 2 years ago
Clearing Python build ...
'build/lib.linux-aarch64-3.9' does not exist -- can't clean it
'build/bdist.linux-aarch64' does not exist -- can't clean it
'build/scripts-3.9' does not exist -- can't clean it

This is something else I noticed. I am missing something. I will keep on it.

Seth