gnuradio / gr-bokehgui

Web based display for GNU Radio applications

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Gui config

utya opened this issue · comments

commented

Hello.
Can't find bokhe gui in dropdown menu
Screenshot 2023-01-11 at 21 12 19

Hi,
Please provide more information as to what you did to arrive to this issue, so we can help you.
What is your gnuradio version, what is the gr-bokehgui branch ?
Did you build gr-bokehgui, and where did you install it? Is it in a folder that gnuradio knows about?

Hi.
I have the same problem. Install gnuradio version 3.10 ans install gr-bokehgui, refresh blocks and they appear.
make install put libraries in folders gnuradio.
Captura de pantalla de 2023-03-30 18-03-45

Hi,
If I understand correctly, you installed and compiled gnuradio 3.10 and gr-bokehgui master?
The block yaml files seem to be installed in a sensible place.
The blocks show up in the GRC block list, but you don't have the "bokeh GUI" option in the dropdown menu?

Have you tried restarting GRC?

Hi,
Yes, I don't have the "bokeh GUI" option in the dropdown menu.

I retard GRC but the problem continue.

GRC hides the option when doing import bokehgui fails. So there is an issue with the built python module.
You could try doing this import manually in a python interpreter to see what the error message is.

Did you run sudo ldconfig after make install?

Ok, Notou.

I'll try. I haven´t run sudo ldconfig.

Hi,
I run sudo ldconfig, but bokeh GUI doesn´t appear

Python interpreter show this message.
imagen

This looks like you installed bokeh version >=3.
The WidgetBox has been removed.
It works with bokeh versions up to 2.4.3

So I have to remove bokeh 3.10 and install 2.4.3

It's gnuradio that is 3.10
Bokeh versions go up to 3.2 I believe.

But yes, you need to downgrade the bokeh version

Hi,

Thanks, It's works. I installed bokeh version 2.4.3 with pip install bokeh==2.4.3 and now the bokeh GUI appears in the menu.
imagen