[spyder] pyflakes Error in Spyder 5.3.3

2022-12-13 Thread Arun NY
I have a simple code that says I have a syntax error (pyflakes E). The same code does not produce an error in :VScode: name = input('whose borthday?') if name not IN myList: print(name +' does not exist') changing the IN from capitals to lowercase gives no error. Is there anything I can

Re: [spyder] Re: unable to upgrade to 5.3.3 from anaconda navigator

2022-12-13 Thread Arun NY
I had the same issue. Uninstalling 5.2.2 and them installing 5.3.3 worked. On Saturday, November 19, 2022 at 8:03:57 PM UTC-5 ccord...@gmail.com wrote: > Hi, > > It seems your Anaconda installation is corrupted, so it's better for you > to remove it and reinstall it. > > > Cheers, > Carlos > >