This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

AM3357: Python import error

Part Number: AM3357

Hello,

I am trying to run a python script with python on the am335x. I am getting ImportError: libboost_python-py27.so.1.62.0: cannot open shared object file: No such file or directory. How can i resolve this error. Is there way to get this library using opkg.

  • Hi,

    This seems to be a common problem when using the Azure IoT SDK. The discussions on their site indicate correctly that you need to get the libraries from some known repo or build them from source. Again, this may be available via Yocto/OE as something you can add to your SDK build or build the IPK and add it via opkg as you suggest. Again, this level of customization is beyond what TI can support.