Actually i got it, for my case it was in export PYTHONPATH="/usr/local/lib/python3/dist-packages/"
Semi-new to this so still figuring out some of the stuff that is probably obvious. Will throw this line in ~/.bash_profile Thank you! On Thu, Feb 11, 2021, 9:46 AM Casey Wolsieffer <[email protected]> wrote: > I tried your suggestion as well Rob to no avail. Also, thank you both for > your responses > > On Thu, Feb 11, 2021, 9:44 AM Casey Wolsieffer <[email protected]> wrote: > >> I did sudo make install yes, >> >> >> I'm assuming you mean /usr/local, I tried that in .conf file but that >> doesn't seem to work either >> >> >> On Thu, Feb 11, 2021, 8:57 AM Marcus D Leech <[email protected]> >> wrote: >> >>> Your install prefix is /use/local >>> >>> Did you sudo make install? >>> >>> >>> >>> Sent from my iPhone >>> >>> > On Feb 11, 2021, at 8:30 AM, Casey Wolsieffer via USRP-users < >>> [email protected]> wrote: >>> > >>> > >>> > Hello, I have tried several times to install Python3 uhd on my system >>> but when I attempt >>>import uhd in python3 environment I always receive >>> ModuleNotFoundError: no module named 'uhd' >>> > >>> > As far as I can see there are no hang ups on install and after $make, >>> I run $make test and get 0 out of 82 fails. Below is my enabled components >>> after I run >>> > >>> > $cmake ../ >>> > >>> > I've also put a uhd.conf file in my ld.so.conf file and ran $sudo >>> ldconfig. Although I'm not certain I'm putting in correct path, right now >>> it's [my_directory]/uhd/host/build/lib/ >>> > >>> > I'm on Ubuntu 20.04, any help is greatly appreciated! >>> > >>> > -- ###################################################### >>> > -- # UHD enabled components >>> > -- ###################################################### >>> > -- * LibUHD >>> > -- * LibUHD - C API >>> > -- * LibUHD - Python API >>> > -- * Examples >>> > -- * Utils >>> > -- * Tests >>> > -- * USB >>> > -- * B100 >>> > -- * B200 >>> > -- * USRP1 >>> > -- * USRP2 >>> > -- * X300 >>> > -- * MPMD >>> > -- * SIM >>> > -- * N300 >>> > -- * N320 >>> > -- * E320 >>> > -- * E300 >>> > -- * OctoClock >>> > -- * Manual >>> > -- * API/Doxygen >>> > -- * Man Pages >>> > -- >>> > -- ###################################################### >>> > -- # UHD disabled components >>> > -- ###################################################### >>> > -- * DPDK >>> > -- >>> > -- ****************************************************** >>> > -- * You are building the UHD development master branch. >>> > -- * For production code, we recommend our stable, >>> > -- * releases or using the release branch (maint). >>> > -- ****************************************************** >>> > -- Building version: 4.0.0.0-93-g3b9ced8f >>> > -- Using install prefix: /usr/local >>> > -- Configuring done >>> > -- Generating done >>> > -- Build files have been written to: >>> /home/casey/Projects/UHD/uhd/host/build >>> > >>> > >>> > _______________________________________________ >>> > USRP-users mailing list >>> > [email protected] >>> > http://lists.ettus.com/mailman/listinfo/usrp-users_lists.ettus.com >>> >>
_______________________________________________ USRP-users mailing list [email protected] http://lists.ettus.com/mailman/listinfo/usrp-users_lists.ettus.com
