gnuradio/pybombs

Pybombs error installing 3.8 on Ubuntu 18.4

Opened this issue · 8 comments

I am recieving the following error when trying to install gnuradio 3.8 on a fresh Ubuntu 18.4:

-- Python checking for numpy - not found
-- Configuring gnuradio-companion support...
-- Dependency ENABLE_GNURADIO_RUNTIME = ON
-- Dependency ENABLE_PYTHON = ON
-- Dependency PYTHON_MIN_VER_FOUND = TRUE
-- Dependency PYYAML_FOUND = TRUE
-- Dependency MAKO_FOUND = TRUE
-- Dependency PYGI_FOUND = TRUE
-- Dependency GTK_GI_FOUND = TRUE
-- Dependency CAIRO_GI_FOUND = TRUE
-- Dependency PANGOCAIRO_GI_FOUND = TRUE
-- Dependency NUMPY_FOUND = FALSE
CMake Error at cmake/Modules/GrComponent.cmake:75 (message):
user force-enabled gnuradio-companion but configuration checked failed
Call Stack (most recent call first):
grc/CMakeLists.txt:95 (GR_REGISTER_COMPONENT)
CMakeError.log
CMakeOutput.log

I just tried to install RFNOC, from the ettus sources and received the same error.

Im not sure which version of GNURADIO the rfnoc pybombs script was trying to install. Im assuming that it uses 3.7 at this point. Is it possible the same error happens with 3.7?

It looks like 3.8 was being installed. I have a feeling this has to do with confusion between python 2.7 and 3.X.. Its possible that the pybombs script was expecting to pull the tip 3.7.X and got 3.8?

-- Configuring gnuradio-companion support...
-- Dependency ENABLE_GNURADIO_RUNTIME = ON
-- Dependency ENABLE_PYTHON = ON
-- Dependency PYTHON_MIN_VER_FOUND = TRUE
-- Dependency PYYAML_FOUND = TRUE
-- Dependency MAKO_FOUND = TRUE
-- Dependency PYGI_FOUND = TRUE
-- Dependency GTK_GI_FOUND = TRUE
-- Dependency CAIRO_GI_FOUND = TRUE
-- Dependency PANGOCAIRO_GI_FOUND = TRUE
-- Dependency NUMPY_FOUND = FALSE
CMake Error at cmake/Modules/GrComponent.cmake:75 (message):
user force-enabled gnuradio-companion but configuration checked failed
Call Stack (most recent call first):
grc/CMakeLists.txt:95 (GR_REGISTER_COMPONENT)

-- Configuring incomplete, errors occurred!
See also "/home/michael/rfnoc/src/gnuradio/build/CMakeFiles/CMakeOutput.log".
See also "/home/michael/rfnoc/src/gnuradio/build/CMakeFiles/CMakeError.log".
[ERROR] Configuration failed after running at least twice.
[ERROR] Problem occurred while building package gnuradio:
Configuration failed
[ERROR] Error installing package gnuradio. Aborting.

Hi, @mgarrett1955,

as this seems more related to EttusResearch/gr-ettus#41, hopefully the PR mentioned there will help.

Hi @mgarrett1955,
I'm working on the pybombs doc. Try following my directions in https://github.com/duggabe/pybombs#pybombs

Ok I will give it a test..

@mgarrett1955 My PyBOMBS directions have been merged into https://github.com/gnuradio/pybombs#pybombs . Please let me know if you have any questions or problems.