I've cloned the repo, built, and installed as the README instructed. I created a python file and it fails on `import PyLora` with the error > Traceback (most recent call last): File "LoRaController_TCP_Rev-3.py", line 2, in <module> import PyLora ImportError: /usr/local/lib/python3.5/dist-packages/PyLora.cpython-35m-arm-linux-gnueabihf.so: undefined symbol: PyInt_FromLong I'm using Python 3.5.3 on Raspbian 9.9 Edit: I'm guessing this project is dead?