From 6fc09165d1b4e7d925fa0d7b109b5d6eaa7d814d Mon Sep 17 00:00:00 2001 From: NaokiHada Date: Wed, 16 Oct 2019 11:52:26 -0700 Subject: [PATCH] For current sample code, websocket-client version need to be limited up to 0.48. --- samples/CraftPython/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/samples/CraftPython/README.md b/samples/CraftPython/README.md index 0569381..11b1f00 100644 --- a/samples/CraftPython/README.md +++ b/samples/CraftPython/README.md @@ -23,7 +23,7 @@ pip3 install wxpython Install `websocket-client` from command line:
``` -pip3 install websocket-client +pip3 install websocket-client==0.48 ``` Install `pyinstaller` from the command line: