From becd380bb07179dc7362e267b2eb66f188e64a93 Mon Sep 17 00:00:00 2001 From: "bing.jupiter" Date: Wed, 3 Jan 2018 15:23:29 +1100 Subject: [PATCH] Add a workaround to document for debian 9 --- docs/source/install.rst | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/source/install.rst b/docs/source/install.rst index f2177405..00ffe658 100644 --- a/docs/source/install.rst +++ b/docs/source/install.rst @@ -84,6 +84,10 @@ Then install ``ico`` Python package and its dependencies: pip install -r requirements.txt pip install -e . +Notes for Debian 9 stretch +^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ +If you encounter test error of "UnicodeDecodeError: 'ascii' codec can't decode byte 0xc2 in position 994: ordinal not in range(128)", the locale needs be set to C.UTF-8. A workaround to resolve the issue is to set LANG="C.UTF-8". + Using your desired Solc version ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sometimes it's useful to use some certain version of the Solidity compiler,