question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

DeprecationWarning - SelectableGroups dict interface is deprecated. Use select.

See original GitHub issue
venv/lib/python3.7/site-packages/kombu/utils/compat.py:93: DeprecationWarning:

SelectableGroups dict interface is deprecated. Use select.

I get this warning when I use kombu with py3.7 Deprecation is documented for importlib-metadata: https://github.com/python/importlib_metadata/blob/0c86a02fbbbbdc9a888d9f2a149ec0d2cf5e7d2c/CHANGES.rst#v390

Issue Analytics

  • State:closed
  • Created 2 years ago
  • Reactions:14
  • Comments:14 (5 by maintainers)

github_iconTop GitHub Comments

10reactions
yarikopticcommented, Oct 4, 2022

already released https://github.com/celery/kombu/releases/tag/v5.3.0b1

it is a “pre-release” and thus by default not installed by pip while stating kombu as dependency unless dependency lists this or any other pre-release version (AFAIK). As a result, that release does not “address” the issue for downstream projects. Could there be a “full” 5.3.0 release please?

10reactions
auvipycommented, May 17, 2022

yes within a week or 2 i guess

Read more comments on GitHub >

github_iconTop Results From Across the Web

SelectableGroups dict interface is deprecated. Use ... - GitHub
I'll work with sqlalchemy to devise a proper recommendation and solution, even if that means pulling the deprecation warning. Is there urgency ...
Read more >
flake8 has deprecation warning with Python 3.10
However, flake8 4.0.1 is still using the older 'dict' interface. ... DeprecationWarning: SelectableGroups dict interface is deprecated. Use ...
Read more >
test_importlib uses deprecated SelectableGroups interface
msg398598 ‑ (view) Author: Irit Katriel (iritkatriel) * Date: 2021‑07‑30 18:19 msg398624 ‑ (view) Author: Jason R. Coombs (jaraco) * Date: 2021‑07‑31 03:11 msg398625 ‑...
Read more >
SelectableGroups dict interface is deprecated. Use select.
Bug#1000639: python3-hypothesis: with Python 3.10, DeprecationWarning: SelectableGroups dict interface is deprecated. Use select.
Read more >
History - importlib-metadata 5.0.1.dev25+gb74765d ...
Use of Mapping (dict) interfaces on SelectableGroups is now flagged as deprecated. Instead, users are advised to use the select interface for future ......
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found