[PATCH] updated python section

Robin Mueller robin.mueller.m at gmail.com
Wed Dec 2 10:49:33 UTC 2020


---
 user/hosts/windows.rst | 12 ++++++++++++
 1 file changed, 12 insertions(+)

diff --git a/user/hosts/windows.rst b/user/hosts/windows.rst
index fac1366..ca8026d 100644
--- a/user/hosts/windows.rst
+++ b/user/hosts/windows.rst
@@ -126,6 +126,18 @@ Python2 package. The MSYS Python is version 3 and the RSB can support version 2
 and 3 of Python and it helps handle some of the long paths building GCC can
 generate.
 
+If the following error occurs during a build process
+
+.. code-block:: none
+
+  LookupError: unknown encoding: cp65001
+  
+it is recommended to run the following command:
+
+.. code-block:: none
+
+  export PYTHONIOENCODING=UTF-8
+
 .. _microsoft-windows-installation:
 
 MSYS2
-- 
2.29.2



More information about the devel mailing list