运行pycharm报Process finished with exit code -1073741515 (0xC0000135)的错误

这是因为python的版本太低了,更新一下python版本就可以

第一步,在python的官网上下载最新版本  https://www.python.org/downloads/windows/ 

运行pycharm报Process finished with exit code -1073741515 (0xC0000135)

运行pycharm报Process finished with exit code -1073741515 (0xC0000135)

第二步,打开下载的文件,在安装页有个自动配置到Path的勾选项,可以直接勾选上这样就不用在环境变量那配置了

             安装首页,有个默认的安装路径选项,还有一个自定义安装选项,看自己的需求选择吧

第三步,安装完成后,打开pycharm 的File—Settings中,找到下面选项,点击Add Local将新的python.exe添加进来

              运行pycharm报Process finished with exit code -1073741515 (0xC0000135)

第四步,   点击右下角的APPLY的按钮后,点击OK按钮

运行pycharm报Process finished with exit code -1073741515 (0xC0000135)

第五步,再次运行程序,就可以了

相关文章:

  • 2021-12-19
  • 2021-07-22
  • 2021-05-28
  • 2021-03-31
  • 2021-09-21
  • 2022-01-14
猜你喜欢
  • 2021-06-26
  • 2021-08-21
  • 2021-05-24
  • 2021-11-15
  • 2021-08-20
  • 2022-12-23
相关资源
相似解决方案