Smartsheet Python SDK Pyinstaller

Has anyone had success packaging their python applications for smartsheet into executables with pyinstaller? I've tried adding hidden imports, updating spec file, and running a clean venv with python 3.4 yet I still get an error message the second the program gets to the object associated with smartsheet. It states that it fails to connect to the api and then treats all associated objects as strings. I've created an issue report on the github page of smartsheet and posted about it on Stack, but thus far no one has responded. 

Comments