Closed pekkaklarck closed 1 year ago
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.
inspect.getargspec
inspect.getfullargpec
This is a similar issue than #58 that prevents using Python 3.10.
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.