rfenouil
rfenouil
Was looking good... Until: ``` -- Dependency LXML_FOUND = TRUE -- Dependency PYGTK_FOUND = FALSE -- Dependency NUMPY_FOUND = TRUE CMake Error at cmake/Modules/GrComponent.cmake:75 (message): user force-enabled gnuradio-companion but configuration...
Which is weird because now the following works: ``` $ python Python 2.7.14 |Anaconda, Inc.| (default, Dec 7 2017, 17:05:42) [GCC 7.2.0] on linux2 Type "help", "copyright", "credits" or "license"...
``` $ which pybombs {myhomefolder}/miniconda2/bin/pybombs $ which python {myhomefolder}/miniconda2/bin/python ```
``` $ python Python 2.7.14 |Anaconda, Inc.| (default, Dec 7 2017, 17:05:42) [GCC 7.2.0] on linux2 Type "help", "copyright", "credits" or "license" for more information. >>> import gobject >>> import...
after symlinking cairo: ``` $ python Python 2.7.14 |Anaconda, Inc.| (default, Dec 7 2017, 17:05:42) [GCC 7.2.0] on linux2 Type "help", "copyright", "credits" or "license" for more information. >>> import...
```import cairo``` raised an error before I added the symlink. Now loads ok; but gtk complains about pango... Started another run of pybombs... Will let you know a bit later...
Just an update, after solving disk space problems and overheating crash during compilation, I managed to get through the full installation process. I have also been able to compile gr-osmosdr...
Hello, I finally took the easy path and reinstalled a newer ubuntu on my laptop... Took me 2 hours in total, including configuration of gnuradio (apt-get) and compilation of gr-osmosdr...
Wow, thank you very much for the comprehensive answer ! > To make short, read carefully this thread : https://ez.analog.com/university-program/f/q-a/105941/adalm-pluto---firmware-dfu-flashing-fails-at-22-23mb/313815 Just remember the big "brick risk" is flashing file size...
Awesome, thank you for the piece of advice. I work on very diverse environments so Docker would be a great option regarding my "mobility". I often dealt with multi-GB images...