-
Notifications
You must be signed in to change notification settings - Fork 44
Closed
Labels
backend: WinRTProblem specific to WinRTProblem specific to WinRTbugSomething isn't workingSomething isn't working
Description
The problem
I tried to run the server.py and got the following error:
(VENV) redacted>python server.py
Traceback (most recent call last):
File "redacted\Desktop\bluetoothTest\server.py", line 12, in <module>
from bless import ( # type: ignore
File "redacted\Desktop\bluetoothTest\bless\VENV\lib\site-packages\bless\__init__.py", line 41, in <module>
from bless.backends.winrt.server import ( # noqa: F401
File "redacted\Desktop\bluetoothTest\bless\VENV\lib\site-packages\bless\backends\winrt\server.py", line 20, in <module>
from bless.backends.winrt.ble import BLEAdapter
File "redacted\Desktop\bluetoothTest\bless\VENV\lib\site-packages\bless\backends\winrt\ble\__init__.py", line 1, in <module>
from .adapter import BLEAdapter
File "redacted\Desktop\bluetoothTest\bless\VENV\lib\site-packages\bless\backends\winrt\ble\adapter.py", line 5, in <module>
from pysetupdi import devices # type: ignore
Reproduction
I created a new venv
pip install bleak
pip install bless
python server.py
Desktop (please complete the following information):
Win10
Additional context
There is no lib called pysetupdi in PYPI, did you install it manually?
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
backend: WinRTProblem specific to WinRTProblem specific to WinRTbugSomething isn't workingSomething isn't working