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: Tom McDermott
Subject: Re: pybombs grc 3.8 install fails Ubuntu 19.10
Date: Tue, 10 Dec 2019 12:18:30 -0800

Hi Vasil - thanks for the help.

That did not work.  The config and refetch commands worked OK.
But then re-running the init command caused said:

[WARNING] There is already a prefix in '\home\tom\gr38'
Continue using this path? Y/[N]?       
I replied Y
and then have the exact errors as in the first post.

If I replied N then it said:
Aborting. A prefix already exists in /home/tom/gr38


-- Tom, N5EG




On Tue, Dec 10, 2019 at 10:57 AM Vasil Velichkov <address@hidden> wrote:
Hi Tom,

On 10/12/2019 20.38, Tom McDermott wrote:
> 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 ?

In the ~/.pybombs/recipes/gr-recipes/uhd.lwr recipe the gitbranch is set to UHD-3.14 but this version defaults to python2 and that is the reason for the above errors.

Try the following

pybombs config -P uhd gitbranch UHD-3.15.LTS
pybombs refetch uhd

and then retry the "pybombs prefix init ..." command you have used before.

Regards,
Vasil

reply via email to

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