sassoftware / saspy

A Python interface module to the SAS System. It works with Linux, Windows, and Mainframe SAS as well as with SAS in Viya.
https://sassoftware.github.io/saspy
Other
367 stars 149 forks source link

connection issue #511

Closed jrderek closed 1 year ago

jrderek commented 1 year ago

Cannot use STDIO I/O module on Windows. Try the following: IOM

jrderek commented 1 year ago

any idea how to solve Cannot use STDIO I/O module on Windows. Try the following: IOM?

tomweber-sas commented 1 year ago

Yes, there's documentation which explains which access method you can use, depending upon what kind of SAS deployment you're trying to connect to (SAS can be deployed in many different ways), as well as how to configure each of them. Look here. So, this error implies that you haven't configured saspy, just using the 'default' example config, which isn't a configuration that is valid on windows.

Thanks, Tom

tomweber-sas commented 1 year ago

Were you able to connect to whatever kind of SAS deployment you are using? if you need help, let me know.

tomweber-sas commented 1 year ago

Let me know if you need anything. Hopefully reading the configuration doc will suffice.