Skip to content
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

Deprecation error #32

Closed
griff4692 opened this issue Jan 25, 2021 · 0 comments
Closed

Deprecation error #32

griff4692 opened this issue Jan 25, 2021 · 0 comments

Comments

@griff4692
Copy link

Traceback (most recent call last):
  File "group_notes_by_visit.py", line 13, in <module>
    from p_tqdm import p_uimap
  File "/home/ga2530/miniconda3/lib/python3.7/site-packages/p_tqdm/__init__.py", line 1, in <module>
    from p_tqdm.p_tqdm import p_map, p_imap, p_umap, p_uimap, t_map, t_imap
  File "/home/ga2530/miniconda3/lib/python3.7/site-packages/p_tqdm/p_tqdm.py", line 11, in <module>
    from collections import Sized
  File "<frozen importlib._bootstrap>", line 1032, in _handle_fromlist
  File "/home/ga2530/miniconda3/lib/python3.7/collections/__init__.py", line 52, in __getattr__
    DeprecationWarning, stacklevel=2)
DeprecationWarning: Using or importing the ABCs from 'collections' instead of from 'collections.abc' is deprecated, and in 3.8 it will stop working

First time I've gotten this. Not sure what caused it

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant