Okay so I compiled my python project into an executable and it worked on my computer but I sent it to a couple of friends to test and they all got this error. I have never seen an error like this before. I used Nuitka to compile the code.
Traceback (most recent call last): File "C:\Python39\lib\inspect.py", line 35, in <module> import ast File "C:\Python39\lib\ast.py", line 29, in <module> from contextlib import contextmanager, nullcontext File "C:\Python39\lib\contextlib.py", line 4, in <module> import _collections_abc File "C:\Python39\lib_collections_abc.py", line 416, in <module> class _CallableGenericAlias(GenericAlias): TypeError: type 'types.GenericAlias' is not an acceptable base type`