You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We should support python 3.8 or if that proves too difficult we should have a friendly error message instead of a big ugly traceback in the futures code.
The text was updated successfully, but these errors were encountered:
Hi there. The SDK actually run fine on python3.8.. it's just that the futures in 3.8 slightly changed the error handling. The problem with the "big ugly traceback" is that the connection is closed / destoried before all the listeners were shutdown. That was no problem in 3.7 and before and just failed silently. I'm not that deep into python yet, but in the SDK fork I did some time ago, I just workaround that's bug with a simple little timeout, see this lines:
We should support python 3.8 or if that proves too difficult we should have a friendly error message instead of a big ugly traceback in the futures code.
The text was updated successfully, but these errors were encountered: