spyder为什么一使用input就说内部错误

准备入坑Python第一天,几个input函数用不了,人都麻了

img

img

img

img

Thanks for reporting. This error is already fixed in our latest version.

Since it's still not available in Anaconda, you have two options:

  1. Use our Windows or Mac installer, which you can find here.

  2. Create a new environment with conda-forge packages. For that, please close Spyder, open the Anaconda Prompt and run the following commands there:

conda create -n spyder-cf -c conda-forge spyder
conda activate spyder-cf
spyder

github上也是这样给我建议的,使用了第二种方法,目前问题已解决。
this was detected incorrectly by our bot but it's fixed in our latest version (5.3.0).

Since it's still not available in Anaconda, you have two options:

Use our Windows installer, which you can find here.

Create a new environment with conda-forge packages. For that, please close Spyder, open the Anaconda Prompt and run the following commands there:

conda create -n spyder-cf -c conda-forge spyder
conda activate spyder-cf
spyder

可尝试卸载后重新安装,从此处下载安装:

版本问题5.1.5这个有问题,在5.3.0修复了,只不过现在Anaconda还不可以更新。Mac可以直接在商店里下。

我也是这样,你最后怎么解决的

你好,你的问题解决了嘛

thx!