Opened 21 months ago

Last modified 21 months ago

#65595 reopened defect

gnuradio: TypeError: Argument 0 does not allow None as a value — at Version 1

Reported by: adamgao1996 Owned by: michaelld (Michael Dickens)
Priority: Normal Milestone:
Component: ports Version:
Keywords: Cc: ra1nb0w
Port: gnuradio

Description (last modified by ryandesign (Ryan Carsten Schmidt))

M1max macbook pro

yixuan@Yixuans-MacBook-Pro uhd % uhd_find_devices 
[INFO] [UHD] Mac OS; Clang version 13.1.6 (clang-1316.0.21.2.5); Boost_107900; UHD_4.2.0.HEAD-0-g321295fb
No UHD Devices Found
yixuan@Yixuans-MacBook-Pro uhd % gnuradio-companion 
Gtk init_check failed. GRC might not be able to start a GUI.
Traceback (most recent call last):
  File "/opt/local/bin/gnuradio-companion", line 112, in <module>
    run_main()
  File "/opt/local/bin/gnuradio-companion", line 105, in run_main
    sys.exit(main())
  File "/opt/local/Library/Frameworks/Python.framework/Versions/3.9/lib/python3.9/site-packages/gnuradio/grc/main.py", line 73, in main
    from .gui.Platform import Platform
  File "/opt/local/Library/Frameworks/Python.framework/Versions/3.9/lib/python3.9/site-packages/gnuradio/grc/gui/Platform.py", line 26, in <module>
    from . import canvas
  File "/opt/local/Library/Frameworks/Python.framework/Versions/3.9/lib/python3.9/site-packages/gnuradio/grc/gui/canvas/__init__.py", line 21, in <module>
    from .param import Param
  File "/opt/local/Library/Frameworks/Python.framework/Versions/3.9/lib/python3.9/site-packages/gnuradio/grc/gui/canvas/param.py", line 23, in <module>
    from .. import ParamWidgets, Utils, Constants, Actions
  File "/opt/local/Library/Frameworks/Python.framework/Versions/3.9/lib/python3.9/site-packages/gnuradio/grc/gui/ParamWidgets.py", line 69, in <module>
    add_style_provider()
  File "/opt/local/Library/Frameworks/Python.framework/Versions/3.9/lib/python3.9/site-packages/gnuradio/grc/gui/ParamWidgets.py", line 64, in add_style_provider
    Gtk.StyleContext.add_provider_for_screen(
TypeError: Argument 0 does not allow None as a value

Change History (1)

comment:1 Changed 21 months ago by ryandesign (Ryan Carsten Schmidt)

Cc: ra1nb0w added
Description: modified (diff)
Owner: set to michaelld
Status: newassigned
Summary: can not open guignuradio: TypeError: Argument 0 does not allow None as a value
Note: See TracTickets for help on using tickets.