pypi saspy 3.3.5
V3.3.5

latest releases: 5.4.4, 5.4.3, 5.4.2...
4 years ago

This release has a few fixes and a rework to allow the STDIO (over SSH) access method to work from a Mac. The MacOS version of Python is missing a number of os module methods. waitid was one used in the STDIO access method, which is missing. I reworked the access method to use waitpid, which does happen to be in the Mac version, and now STDIO over SSH (SAS doesn't run locally on a Mac) runs fine from a Mac client. IOM from Mac to a workspace server has worked the whole time, and, of course, the HTTP access method to SPRE in a Viya install should work too, unless Mac Python is missing something about the HTTP Client module; I haven't tried as I don't have a Mac.
There are a couple fixes for the upload and download, where they could hang if SAS couldn't make a socket connection back to the client. This is still STDIO over SSH, and the right way would be to use rtunnel in the config def, but if you don't they would hang. Now there's no hang and a clean error returned in the log.

Don't miss a new saspy release

NewReleases is sending notifications on new releases.