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
As of 3.10, the *loop* parameter was removed from Event() since it is no longer necessary
I get this error in any sdk example only with Python 3.10. The previous versions work.
Is it a mistake on my side or just a missing udpate?
If it is a missing update for the newer Python version, are there any plans of it being fixed in the near future?
The text was updated successfully, but these errors were encountered:
I get the same error when using python 3.10. I think it because the sdk uses a deprecated parameters in asyncio since python 3.6 - 3.7. Please refer to this question on stackoverflow.
I'm not quite familiar with asyncio but maybe the best solution is to fork the repo and change the loop reference to get_event_loop() call
Error when running any sdk example in Python 3.10
As of 3.10, the *loop* parameter was removed from Event() since it is no longer necessary
I get this error in any sdk example only with Python 3.10. The previous versions work.
Is it a mistake on my side or just a missing udpate?
If it is a missing update for the newer Python version, are there any plans of it being fixed in the near future?
The text was updated successfully, but these errors were encountered: