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
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
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
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...
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
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
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
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
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