piaware MLAT python error with Airspy

So I have an Airspy Mini, and I am running on an ODROID with Ubuntu 16.04

airspy is feeding dump1090 but MLAT isnt running, when I look at the log I see this

5/12/2016 19:18:23 mlat(1961): Traceback (most recent call last):
05/12/2016 19:18:23 mlat(1961): File “/home/odroid/adsb-receiver/build/piaware_builder/package/debian/venv/lib/python3.5/importlib/_bootstrap.py”, line 1140, in _install
05/12/2016 19:18:23 mlat(1961): import _frozen_importlib_external
05/12/2016 19:18:23 mlat(1961): File “/home/odroid/adsb-receiver/build/piaware_builder/package/debian/venv/lib/python3.5/importlib/_bootstrap.py”, line 969, in _find_and_load
05/12/2016 19:18:23 mlat(1961): return find_and_load_unlocked(name, import)
05/12/2016 19:18:23 mlat(1961): File “/home/odroid/adsb-receiver/build/piaware_builder/package/debian/venv/lib/python3.5/importlib/_bootstrap.py”, line 956, in _find_and_load_unlocked
05/12/2016 19:18:23 mlat(1961): raise ImportError(_ERR_MSG.format(name), name=name)
05/12/2016 19:18:23 mlat(1961): ImportError: No module named ‘_frozen_importlib_external’
05/12/2016 19:18:23 mlat(1961): Fatal Python error: Py_Initialize: importlib install failed
05/12/2016 19:18:23 mlat(1961): Current thread 0x0000007f8a517000 (most recent call first):
05/12/2016 19:18:23 got EOF from multilateration client

so when I put the airspy on my rPI setup, the MLAT client runs fine, seems its a python environment issue?

I get the same issue. I haven’t managed to fix it yet.

so here is what I ended up having to do.

I went with the Armbian disto for the ODROID. The issue I think its the Ubuntu 16.04 from ODROID is for aarch64 and we need stuff compiled against armhf

armbian.com/odroid-xu4/

check that out , I am curious if that fixes your issues.