gpt4 book ai didi

python - "Process finished with exit code 1602" python

转载 作者:太空宇宙 更新时间:2023-11-04 00:39:54 25 4
gpt4 key购买 nike

我是 python 的新手,我下载了 phycharm,我尝试运行一个非常简单的代码,比如 print (5) 但我收到了这个错误:

"C:\Computer Science python\python-3.6.0 (1).exe" "C:/Computer Science python/Practice python/First.py"

Process finished with exit code 1602

最佳答案

python-3.6.0 (1).exe 是下载的setup可执行文件(Firefox下载了两次:))

您正在尝试使用安装程序 运行您的脚本。您必须安装 python(使用提升的权限)。

您得到的错误与此错误 (link) 非常匹配:

 ERROR_INSTALL_USEREXIT 1602    The user cancels installation.

安装后,您将能够通过单击它或键入来运行您的脚本

"C:/Computer Science python/Practice python/First.py"

在命令提示符下(.py 关联到默认安装的 python 可执行文件,例如 C:\python36)

关于python - "Process finished with exit code 1602" python ,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/42306496/

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