You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In line 21 and line 61 of productions.py, inspect.getargspec() is depreciated in Python 3.11. It must be changed to inspect.getfullargspec(); however, I think a different error results from that change, and I haven't had the chance to review it yet.