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.

Push collections.abc deprecation warning fix to pypi

See original GitHub issue
DeprecationWarning: Using or importing the ABCs from 'collections' instead of from 'collections.abc' is deprecated since Python 3.3, and in 3.9 it will stop working

I’m currently seeing this warning using version 0.2.0.

I see that this was fixed in commit 13e696e03b49b2ac33b0dc5bb8d35217d7c5053e

But this code is not available on pypi. Could a new version be released?

Issue Analytics

  • State:closed
  • Created 3 years ago
  • Reactions:8
  • Comments:15 (1 by maintainers)

github_iconTop GitHub Comments

4reactions
markedwardscommented, Jan 20, 2022

I’m for being a maintainer. I’d like to see the code become fully typed.

3reactions
achimnolcommented, Dec 18, 2021

@syrusakbary If you don’t have time or interest to maintain this project, would you promote another person to do it? It is now breaking many of GraphQL-based projects in Python and asyncio. Maybe we could consider moving the project to aio-libs.

Read more comments on GitHub >

github_iconTop Results From Across the Web

How to get rid of 3rd collections.abc DeprecationWarning
Solution : make sure the following code runs before the 3rd package import. If multiprocessing is used, the code has to be called...
Read more >
Using or importing the ABCs from 'collections' instead ... - Reddit
DeprecationWarning : Using or importing the ABCs from 'collections' instead of from 'collections.abc' is deprecated, and in 3.8 it will stop ...
Read more >
collections.abc — Abstract Base Classes for Containers ...
This module provides abstract base classes that can be used to test whether a class provides a particular interface; for example, whether it...
Read more >
7. Releasing and versioning - Python Packages
This release contained bug and maintenance fixes, e.g., a confusing error message was updated in the str.format() method, and the version of pip...
Read more >
docplex.cp: Getting "DeprecationWarning: Using or importing ...
docplex.cp: Getting "DeprecationWarning: Using or importing the ABCs from 'collections' instead of from 'collections.abc' is deprecated, and in ...
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