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
>>
>
_______________________________________________
USRP-users mailing list
USRP-users@lists.ettus.com
http://lists.ettus.com/mailman/listinfo/usrp-users_lists.ettus.com

Reply via email to