] Fatal Python error: init_fs_encoding: failed to get the Python codec of the file system encoding

在移植Python时要注意创建链接文件,用ln创建软链接时要加绝对路径例如:

ln -s /out/bin/python3.8 /usr/bin/python

不然只是简单的移动bin文件会发生上述的错误。

你可能感兴趣的:(python,python)