Re: [USRP-users] Python API install help - Ubuntu 20.04

2021-02-11 Thread Marcus D. Leech via USRP-users
On 02/11/2021 09:53 AM, Casey Wolsieffer wrote: 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! Some Linux

Re: [USRP-users] Python API install help - Ubuntu 20.04

2021-02-11 Thread Marcus D. Leech via USRP-users
On 02/11/2021 09:44 AM, Casey Wolsieffer 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 If you find /usr/local -name "*uhd*" What does that produce? On Thu, Feb 11, 2021, 8:57 AM Marcus D Leech

Re: [USRP-users] Python API install help - Ubuntu 20.04

2021-02-11 Thread Casey Wolsieffer via USRP-users
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 wrote: > I tr

Re: [USRP-users] Python API install help - Ubuntu 20.04

2021-02-11 Thread page heller via USRP-users
We also failed with ubuntu 20.xx, but it will install correctly with 18.04.  -p On 2/11/2021 8:47:28 AM, Casey Wolsieffer via USRP-users 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 mailto:cwols...

Re: [USRP-users] Python API install help - Ubuntu 20.04

2021-02-11 Thread Casey Wolsieffer via USRP-users
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 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, Fe

Re: [USRP-users] Python API install help - Ubuntu 20.04

2021-02-11 Thread Casey Wolsieffer via USRP-users
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 wrote: > Your install prefix is /use/local > > Did you sudo make install? > > > > Sent from my iPhone > > > On Feb 11, 20

Re: [USRP-users] Python API install help - Ubuntu 20.04

2021-02-11 Thread Rob Kossler via USRP-users
Perhaps set PYTHONPATH such as: export PYTHONPATH=/usr/local/lib/python3.8/site-packages/ On Thu, Feb 11, 2021 at 8:57 AM Marcus D Leech via USRP-users < usrp-users@lists.ettus.com> wrote: > Your install prefix is /use/local > > Did you sudo make install? > > > > Sent from my iPhone > > > On Feb

Re: [USRP-users] Python API install help - Ubuntu 20.04

2021-02-11 Thread Marcus D Leech via USRP-users
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 > wrote: > >  > Hello, I have tried several times to install Python3 uhd on my system but > when I attempt >>>import uhd in python3 environment I

[USRP-users] Python API install help - Ubuntu 20.04

2021-02-11 Thread Casey Wolsieffer via USRP-users
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