Re: [USRP-users] UHD install from source with Pybombs failed

2019-08-02 Thread Saeid Hashemi via USRP-users
Following the build from source instructions also gives me the exact same errors: :~/uhd/host/build$ cmake ../ > -- > -- Configuring the Python interpreter... > -- Manually determining build Python version... > -- Python interpreter: /usr/bin/python3 Version: 3.4.3 > -- Override with: -DPYTHON_E

Re: [USRP-users] UHD install from source with Pybombs failed

2019-08-02 Thread Saeid Hashemi via USRP-users
Thanks for your suggestion, I did that and it says numpy is already the latest version, 1.8.2. Specifically, printing it out on the terminal gives me: $ python Python 2.7.6 (default, Nov 13 2018, 12:45:42) [GCC 4.8.4] on linux2 Type "help", "copyright", "credits" or "license" for more information.

Re: [USRP-users] UHD install from source with Pybombs failed

2019-07-26 Thread Robin Coxe via USRP-users
It looks like UHD didn't build because it's missing the Python library numpy. You can try "pip install numpy" and rerunning PyBombs, but to be honest you might have better luck starting over and installing from source by following these instructions-- https://kb.ettus.com/Building_and_Installing_

Re: [USRP-users] UHD install from source with Pybombs failed

2019-07-26 Thread Saeid Hashemi via USRP-users
Attempting to install boost libraries shows that they are already the latest version: libboost-dev is already the newest version. libboost-all-dev is already the newest version. On Fri, Jul 26, 2019 at 3:26 PM Saeid Hashemi wrote: > Hello everyone, > > I've attempted to install UHD using Pybomb

[USRP-users] UHD install from source with Pybombs failed

2019-07-26 Thread Saeid Hashemi via USRP-users
Hello everyone, I've attempted to install UHD using Pybombs, following up on a previous issue I had due to my first binary install, but this is failing. $ pybombs prefix init -a default prefix/default/ -R gnuradio-default Results in: -- Configuring incomplete, errors occurred! See also "/home/s