parcon icon indicating copy to clipboard operation
parcon copied to clipboard

Failure to import in Python 3.10: `ModuleNotFoundError: No module named 'thread'`

Open james-callahan opened this issue 2 years ago • 0 comments

Traceback (most recent call last):
  File "/home/user/.virtualenvs/ubpf/lib/python3.10/site-packages/parcon/ordered_dict.py", line 11, in <module>
    from thread import get_ident as _get_ident
ModuleNotFoundError: No module named 'thread'

james-callahan avatar Apr 04 '23 15:04 james-callahan