Issue launching FoxDot

I’m having some issues launching FoxDot from the terminal after following the installation guide. This is the error I get:

PS C:\Users\flipt\FoxDot> py -m FoxDot
Traceback (most recent call last):
  File "<frozen runpy>", line 189, in _run_module_as_main
  File "<frozen runpy>", line 148, in _get_module_details
  File "<frozen runpy>", line 112, in _get_module_details
  File "C:\Users\flipt\FoxDot\FoxDot\__init__.py", line 106, in <module>
    from .lib import *
  File "C:\Users\flipt\FoxDot\FoxDot\lib\__init__.py", line 12, in <module>
    from .TempoClock import *
  File "C:\Users\flipt\FoxDot\FoxDot\lib\TempoClock.py", line 53, in <module>
    from .Players import Player
  File "C:\Users\flipt\FoxDot\FoxDot\lib\Players.py", line 141, in <module>
    from .Key import *
  File "C:\Users\flipt\FoxDot\FoxDot\lib\Key.py", line 3, in <module>
    from .Patterns import *
  File "C:\Users\flipt\FoxDot\FoxDot\lib\Patterns\__init__.py", line 72, in <module>
    from .Main       import *
  File "C:\Users\flipt\FoxDot\FoxDot\lib\Patterns\Main.py", line 81, in <module>
    class metaPattern(object):
  File "C:\Users\flipt\FoxDot\FoxDot\lib\Patterns\Main.py", line 632, in metaPattern
    @loop_pattern_method
     ^^^^^^^^^^^^^^^^^^^
  File "C:\Users\flipt\FoxDot\FoxDot\lib\Patterns\Main.py", line 61, in loop_pattern_method
    new_function.argspec = inspect.getargspec(f)
                           ^^^^^^^^^^^^^^^^^^
AttributeError: module 'inspect' has no attribute 'getargspec'. Did you mean: 'getargs'?

Anyone have any idea what’s up? TIA!

Looks like FoxDot does not support python3.10+
Have you solved this issue?

I am running this fork with Python 3.10.12 with no problems

PitchGlitch(FoxDot Fork)

Note: On Linux