Python3 not accepting my keyboard input after clicking enter

纵然是瞬间 提交于 2021-01-29 20:41:47

问题


enter image description here

This randomly happened where my keyboard inputs are not being accpeted once i click enter. From the picture you can see i typed in 10 at first then i clicked enter and ntohing happened to where i can keep continuiosly typing so i typed a 5 after. Once i stop debugging i get the error showing none of the inputs were accepted. I uninstalled all my extensions and even vscode but no luck.


回答1:


I found the solution to this issue and i posted the bug issue on github so they can hopefully fix it on the next update.

The issue was in the latest version of the python interpreter extension (2020.8.101144) and luckily downgrading it to the one below it works fine.



来源:https://stackoverflow.com/questions/63421259/python3-not-accepting-my-keyboard-input-after-clicking-enter

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!