0

I am using spyder in anaconda to run my python program (added the figure below to show my version ) enter image description here.

When I type input() command in editor windowenter image description here, an error pops up enter image description here.

(above)I have attached the screenshots of the same.

If I retain first part alone, there is no error.

Can someone help me as to why this error pops up.

I reinstalled the anan conda several times, thinking it was an installation error

Rensi Sam
  • 118
  • 13

1 Answers1

0

I think its a bug in anaconda-spyder which a lot of users have reported. I suggest one of the two appraoches :

  1. Install 'non-anaconda' distribution of python and do pip install spyder.
  2. Or check if your anaconda version is 5.1.5, if yes then check this - link or downgrade spyder or search other relevant links.
mrin9san
  • 305
  • 1
  • 2
  • 12