gpt4 book ai didi

python - cygwin python 安装 : "Fatal Python error: init_fs_encoding: failed to get the Python codec of the filesystem encoding"

转载 作者:行者123 更新时间:2023-12-05 06:57:41 27 4
gpt4 key购买 nike

我正在尝试设置一个新的 cygwin 安装并通过 cygwin 安装 python。我这样做了,设置也完成了,但是当我尝试运行 python3.8 时,我得到了一个致命的 python 错误:

$ python3.8
Python path configuration:
PYTHONHOME = 'C:\Users\cmhac\AppData\Local\Programs\Python\Python38'
PYTHONPATH = 'C:\Users\cmhac\AppData\Local\Programs\Python\Python38'
program name = 'python3.8'
isolated = 0
environment = 1
user site = 1
import site = 1
sys._base_executable = '/usr/bin/python3.8.exe'
sys.base_prefix = 'C'
sys.base_exec_prefix = '\\Users\\cmhac\\AppData\\Local\\Programs\\Python\\Python38'
sys.executable = '/usr/bin/python3.8.exe'
sys.prefix = 'C'
sys.exec_prefix = '\\Users\\cmhac\\AppData\\Local\\Programs\\Python\\Python38'
sys.path = [
'C',
'\\Users\\cmhac\\AppData\\Local\\Programs\\Python\\Python38',
'C/lib/python38.zip',
'C/lib/python3.8',
'\\Users\\cmhac\\AppData\\Local\\Programs\\Python\\Python38/lib/python3.8/lib-dynload',
]
Fatal Python error: init_fs_encoding: failed to get the Python codec of the filesystem encoding
Python runtime state: core initialized
ModuleNotFoundError: No module named 'encodings'

Current thread 0x0000000800000010 (most recent call first):
<no Python frame>

我该如何开始解决这个问题? python38.exe 文件在那里,一切似乎都很好。任何其他 python 安装都不会出现此错误。

最佳答案

我看到了这个确切的错误:Python fatal error :init_fs_encoding:无法获取文件系统编码的 Python 编解码器Python 运行时状态:核心已初始化ModuleNotFoundError:没有名为“encodings”的模块

如果将这两个环境变量设置为 nil,问题应该会消失:设置 python 之家=设置 PYTHONPATH=

关于python - cygwin python 安装 : "Fatal Python error: init_fs_encoding: failed to get the Python codec of the filesystem encoding",我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/64866304/

27 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com