discuss-gnuradio
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: pybombs grc 3.8 install fails Ubuntu 19.10


From: Ron Economos
Subject: Re: pybombs grc 3.8 install fails Ubuntu 19.10
Date: Tue, 10 Dec 2019 12:51:55 -0800
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:60.0) Gecko/20100101 Thunderbird/60.9.0

It's a known issue. See:

https://github.com/gnuradio/pybombs#pybombs

If you don't want to install python-pip, you can use apt instead.

sudo apt install python-mako python-requests python-numpy

Ron

On 12/10/19 10:38, Tom McDermott wrote:
Trying to get GR 3.8 up and running on a fresh Ubuntu 19.10 VM. With git, python3-pip installed.
python 2 pip not installed.

(Have to manually type the console output below because cut-and-paste out of the VM not installed).

It gets to the following state:

[INFO] Phase 1 complete: all binary dependencies installed.
[INFO] Phase 2: Recursively installing source packages to prefix.
[INFO] installing package UHD.

it clones into UHD (showing all the various tags) then
[WARNING] Configuration failed. Re-trying with higher verbosity.
 various dependencies that work OK. then,

'import mako' failed
'import requests' failed
'import numpy' failed

-- Configuring LibUHD support
--    Dependency Boost_FOUND = 1
--    Dependency HAVE_PYTHON_PLAT_MIN_VERSION = TRUE
--    Dependency HAVE_PYTHON_MODULE_MAKO = FALSE

which starts the cmake failures...

Any advice ?

-- Tom, N5EG




reply via email to

[Prev in Thread] Current Thread [Next in Thread]