Python 根本无法工作

标签 python crash python-3.5

由于某种原因,Python 3.5 在我打开它的时候就崩溃了,显示如下:

Fatal Python error: Py_initialize: unable to load the file system codec
ImportError: No module named 'encodings'

Current thread 0x00002168 (most recent call first):

当我尝试打开 IDLE 时,没有任何反应。

我尝试过卸载并重新安装、修复,但没有任何反应。我使用的是 Windows 10 和 Python 3.5。我有什么遗漏的吗?

最佳答案

您是否尝试过此答案/评论中提到的解决方案?

Python3 installed successfully, but cannot be opened in terminal

关于Python 根本无法工作,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/35430971/

相关文章:

python - 使用 TensorFlow 时出现 "IndexError: list index out of range"错误

python - 如何将有理数或无理数提供给 argparse?

ios - SIGSEGV 和 SIGBUS 使用 Xamarin.iOS 统一 API 崩溃

python - 索引错误: list index out of range in a matrix

python - FFMPEG 输入中的空格阻碍执行

c++ - 列出 vector 元素时程序崩溃 (C++)

sql-server - 从DBML文件中检索数据库信息

python pandas 和 matplotlib 安装冲突

python - Python的协程类型是在哪里定义的?

php - 我需要 mysql-client 来进行 PHP/Python 等交互吗?