Buenas tardes, alguien ha podido resolver este error al intentar conectar SAS en Python.
SASIONotSupportedError: Cannot use STDIO I/O module on Windows. Try the following: IOM
Este es el código ejecutable:
from saspy import SASsession
sas = SASsession (results='HTML')
print (type(sas))