matbarofex / pyRofex

Python library to connect with Matba Rofex's Rest and Websocket APIs. Market Data and Order Routing are supported.
MIT License
83 stars 56 forks source link

there is no getargspec in the inspect module. there is a getfullargspec though. #32

Closed Yoshima11 closed 1 year ago

Yoshima11 commented 1 year ago

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)