-
Notifications
You must be signed in to change notification settings - Fork 102
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
ModuleNotFoundError: No module named 'l2cat' #11
Comments
Thank you for opening this issue. This problem is because I imported I have released the new version |
bluescan version 0.6.3 Still exist above error when i run bluescan. |
The Please upgrade your python or use a lower version bluescan. |
hey, im having the same problem trying to run bluescan, i had issues with building pybluez but managed fixing them and now after i finally managed to install blue scan i only get this output: tried installing also python3.9 but seems like my python is up to date. any idea? |
Traceback (most recent call last):
File "/home/ubuntu/bluetooth/pybluescan/bin/bluescan", line 5, in
from bluescan.main import main
File "/home/ubuntu/bluetooth/pybluescan/lib/python3.6/site-packages/bluescan/main.py", line 17, in
from .ui import parse_cmdline
File "/home/ubuntu/bluetooth/pybluescan/lib/python3.6/site-packages/bluescan/ui.py", line 56, in
from btgatt import service_names, charac_names, descriptor_names
File "/home/ubuntu/bluetooth/pybluescan/lib/python3.6/site-packages/btgatt/init.py", line 6, in
from btatt import Attribute
File "/home/ubuntu/bluetooth/pybluescan/lib/python3.6/site-packages/btatt/init.py", line 7, in
from l2cat.l2cap_client import L2CAPClient
ModuleNotFoundError: No module named 'l2cat'
There is no l2cat library can be installed.
I noted that the btatt library was updated on April 30.
Maybe due to the btatt library update?
The text was updated successfully, but these errors were encountered: