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

TypeError: 'dict' object is not callable #242

Open
webdeck opened this issue Feb 4, 2022 · 0 comments
Open

TypeError: 'dict' object is not callable #242

webdeck opened this issue Feb 4, 2022 · 0 comments

Comments

@webdeck
Copy link

webdeck commented Feb 4, 2022

I'm trying to use gattlib on archlinux (specifically, on a pikvm.) This is the error I get trying to import the library (used by https://github.com/OpenWonderLabs/python-host):

# python3 switchbot_py3.py
Traceback (most recent call last):
  File "/root/src/python-host/switchbot_py3.py", line 35, in <module>
    from bluetooth.ble import DiscoveryService, GATTRequester
  File "/usr/lib/python3.9/site-packages/bluetooth/ble.py", line 1, in <module>
    from gattlib import *
TypeError: 'dict' object is not callable
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