discuss-gnuradio
[Top][All Lists]
Advanced

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

Re: [Discuss-gnuradio] Pybombs Install Issue


From: Cinaed Simson
Subject: Re: [Discuss-gnuradio] Pybombs Install Issue
Date: Fri, 10 Mar 2017 01:33:23 -0800
User-agent: Mozilla/5.0 (X11; Linux i686; rv:45.0) Gecko/20100101 Thunderbird/45.7.1

You're running Ubuntu 16 but you're using python 2.5?

I didn't even think gnuradio was supported under python 2.5 - I thought
it was just versions 2.6 and 2.7.

pygtk is probably installed under python2.7.

Start an instance of python2.7 and the type

  import pygtk2

and see if it works.

-- Cinaed



On 03/09/2017 11:52 AM, Richard Bell wrote:
> Hello all,
> 
> I'm attempting to use Pybombs to install gnuradio onto a Ubuntu 16.04
> virtualbox image I was given by someone else. The problem is that pygtk2
> is installed as verified by apt-get, but Pybombs cannot find it, as
> given by the below output. The image did not have any form of GNU Radio
> installed prior, it only had Jupyter and packages related to TensorFlow
> installed. How should I fix this problem?
> 
> -- Configuring gr-blocks support...
> --   Dependency Boost_FOUND = 1
> --   Dependency ENABLE_GNURADIO_RUNTIME = ON
> --   Enabling gr-blocks support.
> --   Override with -DENABLE_GR_BLOCKS=ON/OFF
> -- 
> -- Python checking for python >= 2.5
> -- Python checking for python >= 2.5 - found
> -- 
> -- Python checking for Cheetah >= 2.0.0
> -- Python checking for Cheetah >= 2.0.0 - found
> -- 
> -- Python checking for lxml >= 1.3.6
> -- Python checking for lxml >= 1.3.6 - found
> -- 
> -- Python checking for pygtk >= 2.10.0
> -- Python checking for pygtk >= 2.10.0 - not found
> -- 
> -- Python checking for numpy
> -- Python checking for numpy - found
> -- 
> -- Configuring gnuradio-companion support...
> --   Dependency ENABLE_GNURADIO_RUNTIME = ON
> --   Dependency ENABLE_PYTHON = ON
> --   Dependency PYTHON_MIN_VER_FOUND = TRUE
> --   Dependency CHEETAH_FOUND = TRUE
> --   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 checked failed
> Call Stack (most recent call first):
>   grc/CMakeLists.txt:45 (GR_REGISTER_COMPONENT)
> 
> -- Configuring incomplete, errors occurred!
> See also
> "/home/guest/Documents/prefix/src/gnuradio/build/CMakeFiles/CMakeOutput.log".
> See also
> "/home/guest/Documents/prefix/src/gnuradio/build/CMakeFiles/CMakeError.log".
> PyBOMBS.Packager.source - ERROR - Configuration failed after running at
> least twice.
> PyBOMBS.Packager.source - ERROR - Problem occurred while building
> package gnuradio:
> Configuration failed
> PyBOMBS.install_manager - ERROR - Error installing package gnuradio.
> Aborting.
> address@hidden:~$
> 
> 
> _______________________________________________
> Discuss-gnuradio mailing list
> address@hidden
> https://lists.gnu.org/mailman/listinfo/discuss-gnuradio
> 




reply via email to

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