Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

avr-gdb --version throws python errors #3

Open
rodajc opened this issue Feb 11, 2024 · 0 comments
Open

avr-gdb --version throws python errors #3

rodajc opened this issue Feb 11, 2024 · 0 comments

Comments

@rodajc
Copy link

rodajc commented Feb 11, 2024

Maybe you can help. I don't know where to ask.
I'm on arch linux. When I run:

$ avr-gdb --version

I get:

Traceback (most recent call last):
  File "/usr/share/gdb/python/gdb/__init__.py", line 185, in _auto_load_packages
    __import__(modname)
  File "/usr/share/gdb/python/gdb/printer/bound_registers.py", line 18, in <module>
    import gdb.printing
  File "/usr/share/gdb/python/gdb/printing.py", line 223, in <module>
    class _EnumInstance(gdb.ValuePrinter):
                        ^^^^^^^^^^^^^^^^
AttributeError: partially initialized module 'gdb' has no attribute 'ValuePrinter' (most likely due to a circular import)

GNU gdb (GDB) 13.2
Copyright (C) 2023 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.

Any idea?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant