there is no getargspec in the inspect module. there is a getfullargspec though. getargspec is from the python2 days –
en service.py en la función _validate_handler
este es el error
Traceback (most recent call last):
File "/home/eduardo/Programas/python/robot_operador/lib/python3.11/site-packages/pyRofex/service.py", line 7, in
from inspect import getargspec
ImportError: cannot import name 'getargspec' from 'inspect' (/usr/lib/python3.11/inspect.py)
there is no getargspec in the inspect module. there is a getfullargspec though. getargspec is from the python2 days –
en service.py en la función _validate_handler
este es el error Traceback (most recent call last): File "/home/eduardo/Programas/python/robot_operador/lib/python3.11/site-packages/pyRofex/service.py", line 7, in
from inspect import getargspec
ImportError: cannot import name 'getargspec' from 'inspect' (/usr/lib/python3.11/inspect.py)