I was able to compile the sources but couldn't run the application due to multiple issues
1. dpdk_setup_ports.py crashes while saving config to a file .
File "./dpdk_setup_ports.py", line 220, in create_config
lcores_pool[numa]['all'] = lcores_pool[numa]['all'][lcores_per_dual_if:]
KeyError: 0
2. sudo ./t-rex-64 --cfg /etc/trex_cfg.yaml -i
from . import (constants, error, message, context,\nImportError: cannot import name \'constants\'\n' (Compiled zmq separately and copied to pyzmq-14.5.0/python2/arm/ucs4/64bit/zmq but error remains same)
any inputs are appreciated.