Interlace icon indicating copy to clipboard operation
Interlace copied to clipboard

Python3.10 Temp Fix.

Open gprime31 opened this issue 1 year ago • 0 comments

in /usr/lib/python3.10/collections/

init.py ---> add import _collections_abc and from collections.abc import Mapping

abc.py ---> add from _collections_abc import Mapping

then---> python3 setup.py install

gprime31 avatar Aug 11 '22 01:08 gprime31