yousefabuz17
yousefabuz17

Reputation: 19

Python3 not accepting my keyboard input after clicking enter

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.

Upvotes: 0

Views: 221

Answers (1)

yousefabuz17
yousefabuz17

Reputation: 19

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.

Upvotes: 1

Related Questions