Skip to content

Bless won't update #189

Description

@igoutta

The problem
I'm unable to update Bless from 0.2.6 to 0.3.0 in Windows 11. Here is the log of the situation:

Requirement already satisfied: bless in .\AppData\Local\Programs\Python\Python312\Lib\site-packages (0.2.6)
Collecting bless
  Using cached bless-0.3.0-py3-none-any.whl.metadata (3.3 kB)
Requirement already satisfied: bleak>=1.1.1 in .\AppData\Local\Programs\Python\Python312\Lib\site-packages (from bless) (3.0.1)
Requirement already satisfied: pywin32 in .\AppData\Local\Programs\Python\Python312\Lib\site-packages (from bless) (311)
Collecting winrt-Windows.Devices.Bluetooth==2.0.0b1 (from bless)
  Using cached winrt_Windows.Devices.Bluetooth-2.0.0b1-cp312-cp312-win_amd64.whl.metadata (1.6 kB)
Collecting winrt-Windows.Devices.Bluetooth.Advertisement==2.0.0b1 (from bless)
  Using cached winrt_Windows.Devices.Bluetooth.Advertisement-2.0.0b1-cp312-cp312-win_amd64.whl.metadata (1.3 kB)
Collecting winrt-Windows.Devices.Bluetooth.GenericAttributeProfile==2.0.0b1 (from bless)
  Using cached winrt_Windows.Devices.Bluetooth.GenericAttributeProfile-2.0.0b1-cp312-cp312-win_amd64.whl.metadata (1.4 kB)
Collecting winrt-Windows.Devices.Enumeration==2.0.0b1 (from bless)
  Using cached winrt_Windows.Devices.Enumeration-2.0.0b1-cp312-cp312-win_amd64.whl.metadata (1.5 kB)
Collecting winrt-Windows.Foundation==2.0.0b1 (from bless)
  Using cached winrt_Windows.Foundation-2.0.0b1-cp312-cp312-win_amd64.whl.metadata (992 bytes)
Collecting winrt-Windows.Foundation.Collections==2.0.0b1 (from bless)
  Using cached winrt_Windows.Foundation.Collections-2.0.0b1-cp312-cp312-win_amd64.whl.metadata (1.0 kB)
Collecting winrt-Windows.Storage.Streams==2.0.0b1 (from bless)
  Using cached winrt_Windows.Storage.Streams-2.0.0b1-cp312-cp312-win_amd64.whl.metadata (1.2 kB)
Collecting winrt-runtime==2.0.0-beta.1 (from winrt-Windows.Devices.Bluetooth==2.0.0b1->bless)
  Using cached winrt_runtime-2.0.0b1-cp312-cp312-win_amd64.whl.metadata (676 bytes)
INFO: pip is looking at multiple versions of bleak to determine which version is compatible with other requirements. This could take a while.
Collecting bleak>=1.1.1 (from bless)
  Using cached bleak-3.0.0-py3-none-any.whl.metadata (5.2 kB)
  Using cached bleak-2.1.1-py3-none-any.whl.metadata (5.2 kB)
  Using cached bleak-2.1.0-py3-none-any.whl.metadata (5.2 kB)
  Using cached bleak-2.0.0-py3-none-any.whl.metadata (5.2 kB)
  Using cached bleak-1.1.1-py3-none-any.whl.metadata (5.1 kB)
Requirement already satisfied: winrt-Windows.Devices.Bluetooth>=3.1 in .\AppData\Local\Programs\Python\Python312\Lib\site-packages (from bleak>=1.1.1->bless) (3.2.1)
Requirement already satisfied: winrt-Windows.Devices.Bluetooth.Advertisement>=3.1 in .\AppData\Local\Programs\Python\Python312\Lib\site-packages (from bleak>=1.1.1->bless) (3.2.1)
Requirement already satisfied: winrt-Windows.Devices.Bluetooth.GenericAttributeProfile>=3.1 in .\AppData\Local\Programs\Python\Python312\Lib\site-packages (from bleak>=1.1.1->bless) (3.2.1)
Requirement already satisfied: winrt-Windows.Devices.Enumeration>=3.1 in .\AppData\Local\Programs\Python\Python312\Lib\site-packages (from bleak>=1.1.1->bless) (3.2.1)
Requirement already satisfied: winrt-Windows.Devices.Radios>=3.1 in .\AppData\Local\Programs\Python\Python312\Lib\site-packages (from bleak>=1.1.1->bless) (3.2.1)
Requirement already satisfied: winrt-Windows.Foundation>=3.1 in .\AppData\Local\Programs\Python\Python312\Lib\site-packages (from bleak>=1.1.1->bless) (3.2.1)
Requirement already satisfied: winrt-Windows.Foundation.Collections>=3.1 in .\AppData\Local\Programs\Python\Python312\Lib\site-packages (from bleak>=1.1.1->bless) (3.2.1)
Requirement already satisfied: winrt-Windows.Storage.Streams>=3.1 in .\AppData\Local\Programs\Python\Python312\Lib\site-packages (from bleak>=1.1.1->bless) (3.2.1)
Requirement already satisfied: winrt-runtime>=3.1 in .\AppData\Local\Programs\Python\Python312\Lib\site-packages (from bleak>=1.1.1->bless) (3.2.1)
Requirement already satisfied: typing_extensions>=4.12.2 in .\AppData\Local\Programs\Python\Python312\Lib\site-packages (from winrt-runtime>=3.1->bleak>=1.1.1->bless) (4.15.0)

Reproduction

  1. Install Python 3.13 on windows.
  2. Install bleak 3.0.1.
  3. Install bless 0.2.6.
  4. try to update bless with pip install bless -U or pip install bless==0.3.0.

Expected behavior
I expect to uopgrade the packa. It didn't.

Screenshots
If applicable, add screenshots to help explain your problem.

Desktop (please complete the following information):

  • OS: Windows 11

Additional context
I have installed bleak 3.0.1 beforehand.

Metadata

Metadata

Assignees

Labels

No labels
No labels

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions