there needs to be some additional documentation on how to get this adapter running on platforms other than the RPi image.
When running on a Ubuntu installation, the gateway falls into an infinite try/fail loop when it fails to find the nnpy package installed. Unfortunately, just pip3 install nnpy is a fail without having first installed other dependencies.
Just to run the TPLink adapter in Gateway on a fresh Ubuntu installation, I had to do the following:
there needs to be some additional documentation on how to get this adapter running on platforms other than the RPi image.
When running on a Ubuntu installation, the gateway falls into an infinite try/fail loop when it fails to find the nnpy package installed. Unfortunately, just
pip3 install nnpy
is a fail without having first installed other dependencies.Just to run the TPLink adapter in Gateway on a fresh Ubuntu installation, I had to do the following:
However, had I noticed the
setup.py
in the gateway-addon-python repo, I could have avoided at least part of this adventure.I'll create PR for it if someone will tell me where to put this information.