Hi Achilleas,
I think you've probably hit a bug caused by a recent rebuild of the glib
package:
https://github.com/conda-forge/glib-feedstock/issues/162
The change causing this has been reverted, so if you start fresh and
install in a clean environment now you probably won't have the error
with gdk_pixbuf.
Cheers,
Ryan
On 3/4/24 4:26 PM, Achilleas Anastasopoulos wrote:
Hi everyone,
I followed the instructions here:
https://wiki.gnuradio.org/index.php?title=CondaInstall
<https://wiki.gnuradio.org/index.php?title=CondaInstall>
to install gnuradio on a windows machine.
after installing with:
conda install gnuradio=3.10.9
I try to run gnuradio-companion from the command window
and get the following error:
-----------------
** (process:22428): WARNING **: 16:15:20.577: Failed to load shared
library 'gdk_pixbuf-2.0-0.dll' referenced by the typelib:
'gdk_pixbuf-2.0-0.dll': The specified procedure could not be found.
While trying to display an error message, another error occurred
The original error message follows.
AssertionError
Failed to initialize GTK. If you are running over ssh, did you enable X
forwarding and start ssh with -X?
()
(gnuradio310) C:\Users\anastas>
----------------------
I checked that I had gdk_pixbuff and indeed I have it:
------------------
(gnuradio310) C:\Users\anastas>conda install gdk-pixbuf
Channels:
- conda-forge
Platform: win-64
Collecting package metadata (repodata.json): done
Solving environment: done
# All requested packages already installed.
(gnuradio310) C:\Users\anastas>
----------
Can someone point me to the correct direction on how to resolve this.
thanks
Achilleas