MrYsLab / pymata-aio

This is the second generation PyMata client.
https://github.com/MrYsLab/pymata-aio/wiki
GNU Affero General Public License v3.0
155 stars 51 forks source link

pymata_iot crashes when running python 3.7 #71

Closed MrYsLab closed 6 years ago

MrYsLab commented 6 years ago

I have entered an issue against the websockets library and am awaiting a reply.

You can check the status of the websocket issue here: https://github.com/aaugustin/websockets/issues/433

Temporary Fix

Download from https://github.com/aaugustin/websockets and install. A pip installable version is in the works according to the author.

MrYsLab commented 6 years ago

websockets 6.0 has fixed this problem and is now available on pypi. Upgrade to websockets 6.0 if you are experiencing this issue.