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.

arago bitbake issue: ImportError: No module named optparse

Other Parts Discussed in Thread: LINUXEZSDK-SITARA

Dear Sir/Madam,

I am trying to build a supported application using bitbake,

but it seems as the bitbake cannot run due to the following issue:

[linux-devkit]:~/jason/ti/arago-projects> MACHINE=am335x-evm bitbake linphone
Traceback (most recent call last):
  File "/home/user/jason/ti/arago-projects/arago-bitbake/bin/bitbake", line 25, in <module>
    import sys, os, getopt, re, time, optparse, xmlrpclib
ImportError: No module named optparse

Can you advice how to fix it?

Thanks,