I have windows 10 and i downloaded the latest version of Anaconda. After installing, i opened Anaconda prompt and i tried to open spyder with command start spyder but it didn't open. The error message on pop-up is: Spyder crashed during last session.
The error message in command is: Traceback (most recent call last): File "C:\Users\giann\Anaconda3\lib\site-packages\spyder\utils\external\github.py", line 51, in from urllib2 import build_opener, HTTPSHandler, Request, HTTPError ModuleNotFoundError: No module named 'urllib2'.
I tried to solve the problem with spyder --reset, but it didn't fix. What's wrong?