On 04/02/2018 05:01 PM, MASDR GS wrote: > I'm having issues with installing GNU radio using PYBOMBS. It successfully > installs the SDK and UHD but once it reaches to GNU Radio I receive a > missing python six message. I have been using this guide from Ettus for > reference. > > https://kb.ettus.com/Software_Development_on_the_E310_and_E312#Preparation_using_PyBOMBS > > > -- Python checking for six - python 2 and 3 compatibility library - not > found > CMake Error at volk/CMakeLists.txt:93 (message): > six - python 2 and 3 compatibility library required to build VOLK >
Looks like the volk added a dependency on python-six and the E300 image doesn't have it. Ettus needs to create a new file system image with that package installed. Philip > > -- Configuring incomplete, errors occurred! > > > Someone also posted the same issue but I couldn't find a response to his > question along with how to bypass this error. I've tried installing the > lastest version of python six-1.11.0 onto my local computer still but > having no luck. Any guidance or help is appreciated. > > http://lists.ettus.com/pipermail/usrp-users_lists.ettus.com/2017-February/023677.html > > > > _______________________________________________ > Discuss-gnuradio mailing list > [email protected] > https://lists.gnu.org/mailman/listinfo/discuss-gnuradio > _______________________________________________ Discuss-gnuradio mailing list [email protected] https://lists.gnu.org/mailman/listinfo/discuss-gnuradio
