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
Python 3.11 doesn't anymore have inspect.getargspec that this project uses. Need to update the code that that we use inspect.getfullargpec with Python 3 and inspect.getargspec with Python 2.
The text was updated successfully, but these errors were encountered:
Python 3.11 doesn't anymore have
inspect.getargspec
that this project uses. Need to update the code that that we useinspect.getfullargpec
with Python 3 andinspect.getargspec
with Python 2.The text was updated successfully, but these errors were encountered: