简体   繁体   English

pycharm 无法使用 python3.8 连接控制台

[英]pycharm does not connect with console with python3.8

"G:\Everything python\Scripts\python.exe" "C:/Users/dell/PycharmProjects/untitled8/python test.py"
No Python at 'C:\Program Files (x86)\Python38-32\python.exe'
Process finished with exit code 103

Everytime I try to make any sort of code in pycharm.Even something basic like print(1).I get hit with this code.I tried uninstalling and reinstalling python and pycharm but it didn't work.[Please Help]每次我尝试在 pycharm 中编写任何类型的代码时。即使是像 print(1) 这样的基本代码。我被这个代码击中了。我尝试卸载并重新安装 python 和 Z27584A7E225BC33F363699472731 但是没有。

In PyCharm, check File - Settings... - Project - Project Interpretor .在 PyCharm 中,检查File - Settings... - Project - Project Interpretor It's probably pointing to a location where you no longer have Python installed.它可能指向您不再安装 Python 的位置。

The reason this doesn't go away after a reinstall is because you probably didn't tell PyCharm to remove all previous settings.重新安装后 go 没有消失的原因是您可能没有告诉 PyCharm 删除所有以前的设置。 The reason this happens at all is because PyCharm supports (like any good Python IDE) multiple installations of Python and virtual environments.之所以会发生这种情况,是因为 PyCharm 支持(就像任何好的 Python IDE 一样)Python 和虚拟环境的多个安装。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM