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_EXECUTABLE=<path-to-python>
> -- Manually determining runtime Python version...
> -- Python runtime interpreter: /usr/bin/python3 Version: 3.4.3
> -- Override with: -DRUNTIME_PYTHON_EXECUTABLE=<path-to-python>
> -- Finding Python Libraries...
> -- Could not find Python Libraries.
> -- Operating on master branch.
> -- Using UHD Images Directory: /usr/local/share/uhd/images
> -- Build type not specified: defaulting to release.
> --
> -- Configuring Boost C++ Libraries...
> -- Looking for optional Boost components...
> -- Could NOT find Boost
> -- Looking for required Boost components...

-- Could NOT find Boost
> -- Boost include directories: /usr/include
> -- Boost library directories: /usr/lib/x86_64-linux-gnu
> -- Boost libraries:
> --
> -- Python checking for Python version 2.7 or greater
> -- Python checking for Python version 2.7 or greater - found
> --
> -- Python checking for Mako templates 0.4.2 or greater
> -- Python checking for Mako templates 0.4.2 or greater - found
> --
> -- Python checking for requests 2.0 or greater
> -- Python checking for requests 2.0 or greater - found
> --
> -- Python checking for numpy 1.7 or greater
> -- Python checking for numpy 1.7 or greater - "import numpy" failed
> --
> -- Configuring LibUHD support...
> --   Dependency Boost_FOUND = 0
> --   Dependency HAVE_PYTHON_PLAT_MIN_VERSION = TRUE
> --   Dependency HAVE_PYTHON_MODULE_MAKO = TRUE
> CMake Error at cmake/Modules/UHDComponent.cmake:59 (message):
>   Dependencies for required component LibUHD not met.
> Call Stack (most recent call first):
>   CMakeLists.txt:392 (LIBUHD_REGISTER_COMPONENT)
>
> -- Configuring incomplete, errors occurred!
> See also "/home/saeid/uhd/host/build/CMakeFiles/CMakeOutput.log".
> See also "/home/saeid/uhd/host/build/CMakeFiles/CMakeError.log".


On Fri, Aug 2, 2019 at 8:03 PM Saeid Hashemi <sae...@gmail.com> wrote:

> 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.
> >>> import numpy
> >>> numpy.version.version
> '1.8.2'
>
>
> Is there some reason Pybombs can't see it? Should I just revert to
> installing from source?
>
>
> Thanks,
> Saeid
>
> On Fri, Jul 26, 2019 at 6:24 PM Robin Coxe <c...@quanttux.com> wrote:
>
>> 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_the_USRP_Open-Source_Toolchain_(UHD_and_GNU_Radio)_on_Linux
>>
>> On Fri, Jul 26, 2019 at 12:28 PM Saeid Hashemi via USRP-users <
>> usrp-users@lists.ettus.com> wrote:
>>
>>> 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 <sae...@gmail.com> wrote:
>>>
>>>> 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/saeid/prefix/default/src/uhd/host/build/CMakeFiles/CMakeOutput.log".
>>>> See also
>>>> "/home/saeid/prefix/default/src/uhd/host/build/CMakeFiles/CMakeError.log".
>>>> PyBOMBS.Packager.source - ERROR - Configuration failed after running at
>>>> least twice.
>>>> PyBOMBS.Packager.source - ERROR - Problem occurred while building
>>>> package uhd:
>>>> Configuration failed
>>>> PyBOMBS.install_manager - ERROR - Error installing package uhd.
>>>> Aborting.
>>>>
>>>> I have attached the full results, and it seems that it's not finding
>>>> the boost library, however I'm not entirely sure.
>>>>
>>>> _______________________________________________
>>> USRP-users mailing list
>>> USRP-users@lists.ettus.com
>>> http://lists.ettus.com/mailman/listinfo/usrp-users_lists.ettus.com
>>>
>>
-- 
-- Configuring the Python interpreter...
-- Manually determining build Python version...
-- Python interpreter: /usr/bin/python3 Version: 3.4.3
-- Override with: -DPYTHON_EXECUTABLE=<path-to-python>
-- Manually determining runtime Python version...
-- Python runtime interpreter: /usr/bin/python3 Version: 3.4.3
-- Override with: -DRUNTIME_PYTHON_EXECUTABLE=<path-to-python>
-- Finding Python Libraries...
-- Could not find Python Libraries.
-- Operating on master branch.
-- Using UHD Images Directory: /usr/local/share/uhd/images
-- Build type not specified: defaulting to release.
-- 
-- Configuring Boost C++ Libraries...
-- Looking for optional Boost components...
-- Could NOT find Boost
-- Looking for required Boost components...
-- Could NOT find Boost
-- Boost include directories: /usr/include
-- Boost library directories: /usr/lib/x86_64-linux-gnu
-- Boost libraries: 
-- 
-- Python checking for Python version 2.7 or greater
-- Python checking for Python version 2.7 or greater - found
-- 
-- Python checking for Mako templates 0.4.2 or greater
-- Python checking for Mako templates 0.4.2 or greater - found
-- 
-- Python checking for requests 2.0 or greater
-- Python checking for requests 2.0 or greater - found
-- 
-- Python checking for numpy 1.7 or greater
-- Python checking for numpy 1.7 or greater - "import numpy" failed
-- 
-- Configuring LibUHD support...
--   Dependency Boost_FOUND = 0
--   Dependency HAVE_PYTHON_PLAT_MIN_VERSION = TRUE
--   Dependency HAVE_PYTHON_MODULE_MAKO = TRUE
-- Configuring incomplete, errors occurred!
See also "/home/saeid/uhd/host/build/CMakeFiles/CMakeOutput.log".
See also "/home/saeid/uhd/host/build/CMakeFiles/CMakeError.log".
_______________________________________________
USRP-users mailing list
USRP-users@lists.ettus.com
http://lists.ettus.com/mailman/listinfo/usrp-users_lists.ettus.com

Reply via email to